Home | History | Annotate | Download | only in audioflinger

Lines Matching defs:masterVolume

1207     // it would be safer to explicitly pass initial masterVolume/masterMute as
3162 float masterVolume = mMasterVolume;
3166 masterVolume = 0;
3171 uint32_t v = (uint32_t)(masterVolume * (1 << 24));
3173 masterVolume = (float)((v + (1 << 23)) >> 24);
3327 track->mCachedVolume = masterVolume * mStreamTypes[track->streamType()].volume;
3441 float v = masterVolume