Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:masterVolume

724 float AudioFlinger::masterVolume() const
1522 // but it would be safer to explicitly pass initial masterVolume as parameter
2873 float masterVolume = mMasterVolume;
2877 masterVolume = 0;
2882 uint32_t v = (uint32_t)(masterVolume * (1 << 24));
2884 masterVolume = (float)((v + (1 << 23)) >> 24);
3034 0 : masterVolume * mStreamTypes[track->streamType()].volume;
3134 float v = masterVolume * typeVolume;