Searched defs:ctrlIdx (Results 1 - 1 of 1) sorted by path

/frameworks/av/services/audioflinger/
H A DEffects.cpp1662 int ctrlIdx = -1; local
1669 ctrlIdx = i - 1;
1675 if (!isVolumeForced() && ctrlIdx == mVolumeCtrlIdx &&
1684 mVolumeCtrlIdx = ctrlIdx;
1689 if (ctrlIdx >= 0) {
1690 mEffects[ctrlIdx]->setVolume(&newLeft, &newRight, true);
1701 if ((int)i == ctrlIdx) {
1704 // this also works for ctrlIdx == -1 when there is no volume controller
1705 if ((int)i > ctrlIdx) {

Completed in 90 milliseconds