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

/frameworks/av/services/audiopolicy/
H A DAudioPolicyManager.cpp826 audio_io_handle_t activeInput = getActiveInput(); local
827 if (activeInput != 0) {
828 setInputDevice(activeInput, getNewInputDevice(activeInput));
1639 audio_io_handle_t activeInput = getActiveInput(); local
1640 if (activeInput != 0 && activeInput != input) {
1644 sp<AudioInputDescriptor> activeDesc = mInputs.valueFor(activeInput);
1646 ALOGW("startInput(%d) preempting low-priority input %d", input, activeInput);
1647 stopInput(activeInput, activeDes
[all...]

Completed in 10 milliseconds