Searched refs:availableInputDevices (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/services/audiopolicy/enginedefault/src/ |
D | Engine.cpp | 149 DeviceVector availableInputDevices = getApmObserver()->getAvailableInputDevices(); in filterOutputDevicesForStrategy() local 171 availableInputDevices.getDevicesFromHwModule(primaryOutput->getModuleHandle()); in filterOutputDevicesForStrategy() 182 if ((availableInputDevices.getDevice(AUDIO_DEVICE_IN_TELEPHONY_RX, in filterOutputDevicesForStrategy() 444 const DeviceVector availableInputDevices = getApmObserver()->getAvailableInputDevices(); in getDeviceForInputSource() local 446 DeviceVector availableDevices = availableInputDevices; in getDeviceForInputSource() 449 : availableInputDevices.getDevicesFromHwModule(primaryOutput->getModuleHandle()); in getDeviceForInputSource() 722 const auto availableInputDevices = getApmObserver()->getAvailableInputDevices(); in getInputDeviceForAttributes() local 733 findPreferredDevice(inputs, attr.source, availableInputDevices); in getInputDeviceForAttributes() 739 availableInputDevices, in getInputDeviceForAttributes() 759 return availableInputDevices.getDevice(device->type(), in getInputDeviceForAttributes()
|
/frameworks/av/services/audiopolicy/engineconfigurable/src/ |
D | Engine.cpp | 317 const auto availableInputDevices = getApmObserver()->getAvailableInputDevices(); in getInputDeviceForAttributes() local 327 findPreferredDevice(inputs, attr.source, availableInputDevices); in getInputDeviceForAttributes() 333 availableInputDevices, in getInputDeviceForAttributes() 350 …return availableInputDevices.getDevice(deviceType, String8(address.c_str()), AUDIO_FORMAT_DEFAULT); in getInputDeviceForAttributes()
|