Searched refs:masterVolume (Results 1 - 5 of 5) sorted by path

/frameworks/av/include/media/
H A DIAudioFlinger.h103 virtual float masterVolume() const = 0;
/frameworks/av/media/libmedia/
H A DAudioSystem.cpp111 *volume = af->masterVolume();
H A DIAudioFlinger.cpp245 virtual float masterVolume() const function in class:android::BpAudioFlinger
799 reply->writeFloat( masterVolume() );
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp748 float AudioFlinger::masterVolume() const function in class:android::AudioFlinger
1563 // it would be safer to explicitly pass initial masterVolume/masterMute as
2913 float masterVolume = mMasterVolume; local
2917 masterVolume = 0;
2922 uint32_t v = (uint32_t)(masterVolume * (1 << 24));
2924 masterVolume = (float)((v + (1 << 23)) >> 24);
3074 0 : masterVolume * mStreamTypes[track->streamType()].volume;
3174 float v = masterVolume * typeVolume;
H A DAudioFlinger.h124 virtual float masterVolume() const;

Completed in 462 milliseconds