Home
last modified time | relevance | path

Searched refs:primaryInputDevices (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp2051 audio_devices_t primaryInputDevices = availablePrimaryInputDevices(); in startInput() local
2052 if (((device & primaryInputDevices & ~AUDIO_DEVICE_BIT_IN) != 0) && in startInput()
2053 mInputs.activeInputsCountOnDevices(primaryInputDevices) == 1) { in startInput()
2141 audio_devices_t primaryInputDevices = availablePrimaryInputDevices(); in stopInput() local
2142 if (((device & primaryInputDevices & ~AUDIO_DEVICE_BIT_IN) != 0) && in stopInput()
2143 mInputs.activeInputsCountOnDevices(primaryInputDevices) == 0) { in stopInput()