Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/enginedefault/src/
DEngine.cpp244 DeviceVector availableInputDevices = mApmObserver->getAvailableInputDevices(); in getDeviceForStrategy() local
249 availableInputDevices, outputs, (uint32_t)AUDIO_DEVICE_NONE); in getDeviceForStrategy()
255 DeviceVector availableInputDevices, in getDeviceForStrategyInt() argument
272 STRATEGY_SONIFICATION, availableOutputDevices, availableInputDevices, outputs, in getDeviceForStrategyInt()
283 availableInputDevices, outputs, in getDeviceForStrategyInt()
300 STRATEGY_MEDIA, availableOutputDevices, availableInputDevices, outputs, in getDeviceForStrategyInt()
316 availableInputDevices.getDevicesFromHwModule(primaryOutput->getModuleHandle()); in getDeviceForStrategyInt()
326 if (((availableInputDevices.types() & in getDeviceForStrategyInt()
415 STRATEGY_PHONE, availableOutputDevices, availableInputDevices, outputs, in getDeviceForStrategyInt()
489 STRATEGY_SONIFICATION, availableOutputDevices, availableInputDevices, outputs, in getDeviceForStrategyInt()
[all …]
DEngine.h130 DeviceVector availableInputDevices,
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DAudioPolicyConfig.h40 DeviceVector &availableInputDevices,
45 mAvailableInputDevices(availableInputDevices), in mHwModules()
72 void addAvailableInputDevices(const DeviceVector &availableInputDevices) in addAvailableInputDevices() argument
74 mAvailableInputDevices.add(availableInputDevices); in addAvailableInputDevices()
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DConfigParsingUtils.cpp352 DeviceVector availableInputDevices; in loadModuleGlobalConfig() local
353 loadDevicesFromTag(node->value, availableInputDevices, declaredDevices); in loadModuleGlobalConfig()
354 ALOGV("loadGlobalConfig() Available InputDevices %08x", availableInputDevices.types()); in loadModuleGlobalConfig()
355 config.addAvailableInputDevices(availableInputDevices); in loadModuleGlobalConfig()