Searched refs:availableInputDevices (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/services/audiopolicy/enginedefault/src/ |
D | Engine.cpp | 141 DeviceVector availableInputDevices, in getDeviceForStrategyInt() argument 158 STRATEGY_SONIFICATION, availableOutputDevices, availableInputDevices, outputs, in getDeviceForStrategyInt() 170 availableInputDevices, outputs, in getDeviceForStrategyInt() 187 STRATEGY_MEDIA, availableOutputDevices, availableInputDevices, outputs, in getDeviceForStrategyInt() 203 availableInputDevices.getDeviceTypesFromHwModule(primaryOutput->getModuleHandle()); in getDeviceForStrategyInt() 213 if (((availableInputDevices.types() & in getDeviceForStrategyInt() 302 STRATEGY_PHONE, availableOutputDevices, availableInputDevices, outputs, in getDeviceForStrategyInt() 376 STRATEGY_SONIFICATION, availableOutputDevices, availableInputDevices, outputs, in getDeviceForStrategyInt() 381 STRATEGY_PHONE, availableOutputDevices, availableInputDevices, outputs, in getDeviceForStrategyInt() 401 STRATEGY_PHONE, availableOutputDevices, availableInputDevices, outputs, in getDeviceForStrategyInt() [all …]
|
D | Engine.h | 82 DeviceVector availableInputDevices,
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/ |
D | AudioPolicyConfig.h | 41 DeviceVector &availableInputDevices, in AudioPolicyConfig() argument 45 mAvailableInputDevices(availableInputDevices), in AudioPolicyConfig() 72 void addAvailableInputDevices(const DeviceVector &availableInputDevices) in addAvailableInputDevices() argument 74 mAvailableInputDevices.add(availableInputDevices); in addAvailableInputDevices()
|
/frameworks/av/services/audiopolicy/engineconfigurable/src/ |
D | Engine.cpp | 301 const auto availableInputDevices = getApmObserver()->getAvailableInputDevices(); in getInputDeviceForAttributes() local 311 findPreferredDevice(inputs, attr.source, availableInputDevices); in getInputDeviceForAttributes() 316 device = policyMixes.getDeviceAndMixForInputSource(attr.source, availableInputDevices, mix); in getInputDeviceForAttributes() 331 …return availableInputDevices.getDevice(deviceType, String8(address.c_str()), AUDIO_FORMAT_DEFAULT); in getInputDeviceForAttributes()
|