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

/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp567 audio_io_handle_t activeInput = mInputs.getActiveInput(); local
568 if (activeInput != 0) {
569 setInputDevice(activeInput, getNewInputDevice(activeInput));
1482 audio_io_handle_t activeInput = mInputs.getActiveInput(); local
1483 if (activeInput != 0 && activeInput != input) {
1487 sp<AudioInputDescriptor> activeDesc = mInputs.valueFor(activeInput);
1489 ALOGW("startInput(%d) preempting low-priority input %d", input, activeInput);
1490 stopInput(activeInput, activeDes
[all...]

Completed in 28 milliseconds