Searched refs:availableOutputDevices (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/services/audiopolicy/enginedefault/src/ |
D | Engine.cpp | 235 DeviceVector availableOutputDevices = mApmObserver->getAvailableOutputDevices(); in getDeviceForStrategy() local 240 return getDeviceForStrategyInt(strategy, availableOutputDevices, in getDeviceForStrategy() 247 DeviceVector availableOutputDevices, in getDeviceForStrategyInt() argument 252 uint32_t availableOutputDevicesType = availableOutputDevices.types(); in getDeviceForStrategyInt() 263 STRATEGY_SONIFICATION, availableOutputDevices, availableInputDevices, outputs); in getDeviceForStrategyInt() 271 STRATEGY_SONIFICATION, availableOutputDevices, availableInputDevices, outputs); in getDeviceForStrategyInt() 283 STRATEGY_MEDIA, availableOutputDevices, availableInputDevices, outputs); in getDeviceForStrategyInt() 287 STRATEGY_SONIFICATION, availableOutputDevices, availableInputDevices, outputs); in getDeviceForStrategyInt() 302 STRATEGY_MEDIA, availableOutputDevices, availableInputDevices, outputs); in getDeviceForStrategyInt() 319 primaryOutput->supportedDevices() & availableOutputDevices.types(); in getDeviceForStrategyInt() [all …]
|
D | Engine.h | 129 DeviceVector availableOutputDevices,
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/ |
D | AudioPolicyConfig.h | 39 DeviceVector &availableOutputDevices, 45 mAvailableOutputDevices(availableOutputDevices), in mHwModules() 78 void addAvailableOutputDevices(const DeviceVector &availableOutputDevices) in addAvailableOutputDevices() argument 80 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()
|