Searched defs:pSetVolume (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/audioflinger/
H A DAudioMixer.cpp499 * @param pSetVolume pointer to the float target volume, set on return.
506 float *pSetVolume, float *pPrevVolume, float *pVolumeInc) {
512 if (newVolume == *pSetVolume) {
548 // when the ramp completes, *pPrevVolume is set to *pSetVolume, so there
550 ALOGD_IF(*pPrevVolume != *pSetVolume, "previous float ramp hasn't finished,"
551 " prev:%f set_to:%f", *pPrevVolume, *pSetVolume);
599 *pSetVolume = newVolume;
504 setVolumeRampVariables(float newVolume, int32_t ramp, int16_t *pIntSetVolume, int32_t *pIntPrevVolume, int32_t *pIntVolumeInc, float *pSetVolume, float *pPrevVolume, float *pVolumeInc) argument

Completed in 236 milliseconds