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

/frameworks/av/services/audioflinger/
H A DAudioMixer.cpp498 * @param pIntSetVolume pointer to the U4.12 integer target volume, set on return.
507 int16_t *pIntSetVolume, int32_t *pIntPrevVolume, int32_t *pIntVolumeInc,
581 // when the ramp completes, *pIntPrevVolume is set to *pIntSetVolume << 16, so there
583 ALOGD_IF(*pIntPrevVolume != *pIntSetVolume << 16, "previous int ramp hasn't finished,"
584 " prev:%d set_to:%d", *pIntPrevVolume, *pIntSetVolume << 16);
602 *pIntSetVolume = intVolume;
506 setVolumeRampVariables(float newVolume, int32_t ramp, int16_t *pIntSetVolume, int32_t *pIntPrevVolume, int32_t *pIntVolumeInc, float *pSetVolume, float *pPrevVolume, float *pVolumeInc) argument

Completed in 19 milliseconds