Searched refs:availableOutputDevices (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/services/audiopolicy/enginedefault/src/ |
D | Engine.cpp | 243 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 …]
|
D | Engine.h | 129 DeviceVector availableOutputDevices,
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/ |
D | AudioPolicyConfig.h | 39 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/ |
D | ConfigParsingUtils.cpp | 336 DeviceVector availableOutputDevices; in loadModuleGlobalConfig() local 337 loadDevicesFromTag(node->value, availableOutputDevices, declaredDevices); in loadModuleGlobalConfig() 339 availableOutputDevices.types()); in loadModuleGlobalConfig() 340 config.addAvailableOutputDevices(availableOutputDevices); in loadModuleGlobalConfig()
|