Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/enginedefault/src/
DEngine.cpp146 DeviceVector availableOutputDevices, in getDevicesForStrategyInt() argument
155 devices = availableOutputDevices.getDevicesFromType(AUDIO_DEVICE_OUT_SPEAKER); in getDevicesForStrategyInt()
161 STRATEGY_SONIFICATION, availableOutputDevices, availableInputDevices, outputs); in getDevicesForStrategyInt()
170 availableOutputDevices.remove(availableOutputDevices.getDevicesFromType( in getDevicesForStrategyInt()
173 availableOutputDevices, in getDevicesForStrategyInt()
180 availableOutputDevices.getDevicesFromType( in getDevicesForStrategyInt()
190 STRATEGY_MEDIA, availableOutputDevices, availableInputDevices, outputs); in getDevicesForStrategyInt()
213 DeviceVector availPrimaryOutputDevices = availableOutputDevices.getDevicesFromTypes( in getDevicesForStrategyInt()
216 availableOutputDevices.getDevicesFromType(AUDIO_DEVICE_OUT_HEARING_AID)); in getDevicesForStrategyInt()
223 availableOutputDevices = availPrimaryOutputDevices; in getDevicesForStrategyInt()
[all …]
DEngine.h78 DeviceVector availableOutputDevices,
/frameworks/av/services/audiopolicy/engineconfigurable/src/
DEngine.cpp216 const DeviceVector availableOutputDevices = getApmObserver()->getAvailableOutputDevices(); in getDevicesForProductStrategy() local
218 DeviceTypeSet availableOutputDevicesTypes = availableOutputDevices.types(); in getDevicesForProductStrategy()
265 auto busDevice = availableOutputDevices.getDevice( in getDevicesForProductStrategy()
277 return availableOutputDevices.getDevicesFromTypes(deviceTypes); in getDevicesForProductStrategy()
290 const DeviceVector availableOutputDevices = getApmObserver()->getAvailableOutputDevices(); in getOutputDevicesForAttributes() local
298 sp<DeviceDescriptor> device = findPreferredDevice(outputs, strategy, availableOutputDevices); in getOutputDevicesForAttributes()
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DAudioPolicyMix.h90 const DeviceVector &availableOutputDevices);
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioPolicyMix.cpp375 const DeviceVector &availableOutputDevices) in getDeviceAndMixForOutput() argument
384 return availableOutputDevices.getDevice(deviceType, address, AUDIO_FORMAT_DEFAULT); in getDeviceAndMixForOutput()