Home | History | Annotate | Download | only in audioflinger

Lines Matching full:controlhandle

111     EffectHandle *controlHandle = NULL;
119 if (controlHandle == NULL)
120 controlHandle = h;
128 if (controlHandle != NULL) {
129 enabled = controlHandle->enabled();
130 controlHandle->setControl(false/*hasControl*/, true /*signal*/, enabled /*enabled*/);