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

/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp173 audio_io_handle_t activeInput = getActiveInput(); local
174 if (activeInput != 0) {
175 AudioInputDescriptor *inputDesc = mInputs.valueFor(activeInput);
179 inputDesc->mDevice, newDevice, activeInput);
183 mpClientInterface->setParameters(activeInput, param.toString());
390 audio_io_handle_t activeInput = getActiveInput(); local
391 if (activeInput != 0) {
392 AudioInputDescriptor *inputDesc = mInputs.valueFor(activeInput);
396 inputDesc->mDevice, newDevice, activeInput);
400 mpClientInterface->setParameters(activeInput, para
[all...]

Completed in 14 milliseconds