Searched refs:primaryInputDevices (Results 1 – 1 of 1) sorted by relevance
2051 audio_devices_t primaryInputDevices = availablePrimaryInputDevices(); in startInput() local2052 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() local2142 if (((device & primaryInputDevices & ~AUDIO_DEVICE_BIT_IN) != 0) && in stopInput()2143 mInputs.activeInputsCountOnDevices(primaryInputDevices) == 0) { in stopInput()