Searched refs:activeInput (Results 1 - 1 of 1) sorted by relevance

/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp226 audio_io_handle_t activeInput = getActiveInput(); local
227 if (activeInput != 0) {
228 AudioInputDescriptor *inputDesc = mInputs.valueFor(activeInput);
232 inputDesc->mDevice, newDevice, activeInput);
236 mpClientInterface->setParameters(activeInput, param.toString());
467 audio_io_handle_t activeInput = getActiveInput(); local
468 if (activeInput != 0) {
469 AudioInputDescriptor *inputDesc = mInputs.valueFor(activeInput);
473 inputDesc->mDevice, newDevice, activeInput);
477 mpClientInterface->setParameters(activeInput, para
996 audio_io_handle_t activeInput = getActiveInput(); local
[all...]

Completed in 105 milliseconds