Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:masterVolume

1678     // it would be safer to explicitly pass initial masterVolume/masterMute as
4018 float masterVolume = mMasterVolume;
4022 masterVolume = 0;
4027 uint32_t v = (uint32_t)(masterVolume * (1 << 24));
4029 masterVolume = (float)((v + (1 << 23)) >> 24);
4189 track->mCachedVolume = masterVolume
4312 float v = masterVolume * typeVolume;