Searched defs:availableInputDevices (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DConfigParsingUtils.cpp127 DeviceVector &availableInputDevices,
172 loadGlobalConfig(root, module, availableInputDevices, availableOutputDevices,
182 DeviceVector &availableInputDevices,
195 loadHwModule(node, hwModules, availableInputDevices, availableOutputDevices,
203 DeviceVector &availableInputDevices,
237 availableInputDevices.loadDevicesFromTag((char *)node->value,
239 ALOGV("loadGlobalConfig() Available InputDevices %08x", availableInputDevices.types());
257 DeviceVector &availableInputDevices,
273 availableInputDevices, availableOutputDevices,
277 availableInputDevices, availableOutputDevice
126 loadHwModule(cnode *root, HwModuleCollection &hwModules, DeviceVector &availableInputDevices, DeviceVector &availableOutputDevices, sp<DeviceDescriptor> &defaultOutputDevices, bool &isSpeakerDrcEnable) argument
181 loadHwModules(cnode *root, HwModuleCollection &hwModules, DeviceVector &availableInputDevices, DeviceVector &availableOutputDevices, sp<DeviceDescriptor> &defaultOutputDevices, bool &isSpeakerDrcEnabled) argument
202 loadGlobalConfig(cnode *root, const sp<HwModule>& module, DeviceVector &availableInputDevices, DeviceVector &availableOutputDevices, sp<DeviceDescriptor> &defaultOutputDevice, bool &speakerDrcEnabled) argument
255 loadAudioPolicyConfig(const char *path, HwModuleCollection &hwModules, DeviceVector &availableInputDevices, DeviceVector &availableOutputDevices, sp<DeviceDescriptor> &defaultOutputDevices, bool &isSpeakerDrcEnabled) argument
[all...]
/frameworks/av/services/audiopolicy/enginedefault/src/
H A DEngine.cpp293 const DeviceVector &availableInputDevices = mApmObserver->getAvailableInputDevices(); local
361 availableInputDevices.getDevicesFromHwModule(primaryOutput->getModuleHandle());
365 if (((availableInputDevices.types() &
595 const DeviceVector &availableInputDevices = mApmObserver->getAvailableInputDevices(); local
597 audio_devices_t availableDeviceTypes = availableInputDevices.types() & ~AUDIO_DEVICE_BIT_IN;
632 availableInputDevices.getDevicesFromHwModule(primaryOutput->getModuleHandle())

Completed in 71 milliseconds