Searched refs:volume (Results 1 - 25 of 471) sorted by path

1234567891011>>

/haiku/headers/os/media/
H A DSoundPlayer.h109 void SetVolume(float volume);
171 float volume; member in struct:BSoundPlayer::playing_sound
180 float volume; member in struct:BSoundPlayer::waiting_sound
/haiku/headers/os/midi/
H A DMidiSynth.h21 void SetVolume(double volume);
/haiku/headers/os/storage/
H A DNodeMonitor.h15 // You may prefer to use BVolumeRoster for volume watching.
86 extern status_t watch_volume(dev_t volume, uint32 flags, BMessenger target);
87 extern status_t watch_volume(dev_t volume, uint32 flags,
H A DQuery.h63 status_t SetVolume(const BVolume* volume);
H A DStatable.h59 status_t GetVolume(BVolume* volume) const;
H A DVolume.h25 BVolume(const BVolume& volume);
55 bool operator==(const BVolume& volume) const;
56 bool operator!=(const BVolume& volume) const;
57 BVolume& operator=(const BVolume& volume);
70 // The device ID of the volume.
H A DVolumeRoster.h23 status_t GetNextVolume(BVolume* volume);
26 status_t GetBootVolume(BVolume* volume);
/haiku/headers/private/audio/
H A Dsoundcard.h281 int volume; member in struct:patch_info
1690 * default volume settings _prior_ activating the mixer (loading
1697 int num; /* Index to volume table */
1808 # define MIXF_MAINVOL 0x00000400 /* Main volume control */
1809 # define MIXF_PCMVOL 0x00000800 /* PCM output volume control */
1810 # define MIXF_RECVOL 0x00001000 /* PCM recording volume control */
/haiku/headers/private/fs_shell/
H A Dfssh_disk_device_manager.h30 fssh_dev_t volume; // [sys] member in struct:fssh_partition_data
/haiku/headers/private/index_server/
H A DIndexServerAddOn.h27 //! the volume is scanned form 0 to syncPosition, from
28 //! syncPosition to watchingStart the volume is not scanned
45 const BVolume& volume);
77 const BVolume& volume);
124 virtual FileAnalyser* CreateFileAnalyser(const BVolume& volume) = 0;
/haiku/headers/private/kernel/boot/
H A DFileMapDisk.h63 static FileMapDisk *FindAnyFileMapDisk(Directory *volume);
/haiku/headers/private/shared/
H A DOpenWithTracker.h44 bool createDirectory = false, BVolume* volume = NULL)
48 find_directory(which, &path, createDirectory, volume);
H A DQueryFile.h32 status_t AddVolume(const BVolume& volume);
/haiku/headers/private/storage/
H A DDiskDeviceRoster.h119 status_t FindPartitionByVolume(const BVolume& volume,
/haiku/src/add-ons/index_server/
H A DIndexServerAddOn.cpp39 AnalyserSettings::AnalyserSettings(const BString& name, const BVolume& volume) argument
42 fVolume(volume)
192 FileAnalyser::FileAnalyser(const BString& name, const BVolume& volume) argument
194 fVolume(volume),
/haiku/src/add-ons/index_server/audiotags/
H A DAudioTagAnalyser.cpp13 AudioTagAnalyser::AudioTagAnalyser(BString name, const BVolume& volume) argument
15 FileAnalyser(name, volume)
94 AudioTagAddOn::CreateFileAnalyser(const BVolume& volume) argument
96 return new (std::nothrow)AudioTagAnalyser(Name(), volume);
H A DAudioTagAnalyser.h11 const BVolume& volume);
23 FileAnalyser* CreateFileAnalyser(const BVolume& volume);
/haiku/src/add-ons/index_server/fulltext/
H A DFullTextAnalyser.cpp30 FullTextAnalyser::FullTextAnalyser(BString name, const BVolume& volume) argument
32 FileAnalyser(name, volume),
38 volume.GetRootDirectory(&dir);
149 FullTextAddOn::CreateFileAnalyser(const BVolume& volume) argument
151 return new (std::nothrow)FullTextAnalyser(Name(), volume);
H A DFullTextAnalyser.h25 const BVolume& volume);
51 FileAnalyser* CreateFileAnalyser(const BVolume& volume);
/haiku/src/add-ons/kernel/drivers/audio/ice1712/
H A Dice1712.cpp460 //Set the rampe volume to a faster one
740 uint8 volume = card->settings.playback[i].volume / -1.5; local
742 val = ICE1712_MUTE_VALUE << 0; //Mute left volume
743 val |= volume << 8;
745 val = ICE1712_MUTE_VALUE << 8; //Mute right volume
746 val |= volume << 0;
762 uint8 volume = card->settings.record[i].volume / -1.5; local
764 val = ICE1712_MUTE_VALUE << 0; //Mute left volume
[all...]
H A Dice1712.h90 float volume; member in struct:ice1712Volume
H A Dmulti.cpp813 ITRACE_VV("Get volume\n");
834 mmv->gain = vol[chan].volume;
848 ITRACE_VV("Set volume\n");
870 vol[chan].volume = mmv->gain;
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DCheckVisitor.h26 CheckVisitor(Volume* volume);
H A DFileSystemVisitor.cpp19 FileSystemVisitor::FileSystemVisitor(Volume* volume) argument
21 fVolume(volume),
H A DFileSystemVisitor.h30 FileSystemVisitor(Volume* volume);

Completed in 136 milliseconds

1234567891011>>