Searched refs:availableInputDevices (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/services/audiopolicy/enginedefault/src/ |
D | Engine.cpp | 185 DeviceVector availableInputDevices = getApmObserver()->getAvailableInputDevices(); in isBtScoActive() local 187 if (inputs.activeInputsCountOnDevices(availableInputDevices.getDevicesFromType( in isBtScoActive() 198 DeviceVector availableInputDevices = getApmObserver()->getAvailableInputDevices(); in filterOutputDevicesForStrategy() local 234 availableInputDevices.getDevicesFromHwModule( in filterOutputDevicesForStrategy() 246 if ((availableInputDevices.getDevice(AUDIO_DEVICE_IN_TELEPHONY_RX, in filterOutputDevicesForStrategy() 561 const DeviceVector& availableInputDevices, audio_source_t inputSource) const { in getPreferredAvailableDevicesForInputSource() argument 569 availableInputDevices.getDevicesFromDeviceTypeAddrVec(preferredDevices); in getPreferredAvailableDevicesForInputSource() 580 const DeviceVector& availableInputDevices, audio_source_t inputSource) const { in getDisabledDevicesForInputSource() argument 587 availableInputDevices.getDevicesFromDeviceTypeAddrVec(disabledDevicesTypeAddr); in getDisabledDevicesForInputSource() 595 const DeviceVector availableInputDevices = getApmObserver()->getAvailableInputDevices(); in getDeviceForInputSource() local [all …]
|
D | Engine.h | 108 const DeviceVector& availableInputDevices, audio_source_t inputSource) const; 110 const DeviceVector& availableInputDevices, audio_source_t inputSource) const;
|
/frameworks/av/services/audiopolicy/engineconfigurable/src/ |
D | Engine.cpp | 455 const auto availableInputDevices = getApmObserver()->getAvailableInputDevices(); in getInputDeviceForAttributes() local 465 findPreferredDevice(inputs, attr.source, availableInputDevices); in getInputDeviceForAttributes() 471 availableInputDevices, in getInputDeviceForAttributes() 489 …return availableInputDevices.getDevice(deviceType, String8(address.c_str()), AUDIO_FORMAT_DEFAULT); in getInputDeviceForAttributes()
|