Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/enginedefault/src/
DEngine.cpp243 DeviceVector availableOutputDevices = mApmObserver->getAvailableOutputDevices(); in getDeviceForStrategy() local
248 return getDeviceForStrategyInt(strategy, availableOutputDevices, in getDeviceForStrategy()
254 DeviceVector availableOutputDevices, in getDeviceForStrategyInt() argument
261 availableOutputDevices.types() & ~outputDeviceTypesToIgnore; in getDeviceForStrategyInt()
272 STRATEGY_SONIFICATION, availableOutputDevices, availableInputDevices, outputs, in getDeviceForStrategyInt()
282 availableOutputDevices, in getDeviceForStrategyInt()
300 STRATEGY_MEDIA, availableOutputDevices, availableInputDevices, outputs, in getDeviceForStrategyInt()
324 availableOutputDevices.types(); in getDeviceForStrategyInt()
415 STRATEGY_PHONE, availableOutputDevices, availableInputDevices, outputs, in getDeviceForStrategyInt()
481 availableOutputDevicesType = availableOutputDevices.types() & ~devices; in getDeviceForStrategyInt()
[all …]
DEngine.h129 DeviceVector availableOutputDevices,
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DAudioPolicyConfig.h39 DeviceVector &availableOutputDevices,
44 mAvailableOutputDevices(availableOutputDevices), in mHwModules()
77 void addAvailableOutputDevices(const DeviceVector &availableOutputDevices) in addAvailableOutputDevices() argument
79 mAvailableOutputDevices.add(availableOutputDevices); in addAvailableOutputDevices()
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DConfigParsingUtils.cpp336 DeviceVector availableOutputDevices; in loadModuleGlobalConfig() local
337 loadDevicesFromTag(node->value, availableOutputDevices, declaredDevices); in loadModuleGlobalConfig()
339 availableOutputDevices.types()); in loadModuleGlobalConfig()
340 config.addAvailableOutputDevices(availableOutputDevices); in loadModuleGlobalConfig()