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

/frameworks/av/services/audioflinger/
H A DEffects.cpp119 EffectHandle *controlHandle = NULL; local
127 if (controlHandle == NULL)
128 controlHandle = h;
136 if (controlHandle != NULL) {
137 enabled = controlHandle->enabled();
138 controlHandle->setControl(false/*hasControl*/, true /*signal*/, enabled /*enabled*/);

Completed in 68 milliseconds