Home
last modified time | relevance | path

Searched refs:getModuleHandle (Results 1 – 11 of 11) sorted by relevance

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DPolicyAudioPort.h95 audio_module_handle_t getModuleHandle() const;
133 (other->getPolicyAudioPort()->getModuleHandle() == in hasSameHwModuleAs()
134 getPolicyAudioPort()->getModuleHandle()); in hasSameHwModuleAs()
DAudioInputDescriptor.h48 audio_module_handle_t getModuleHandle() const;
DDeviceDescriptor.h105 port->ext.device.hw_module = getModuleHandle(); in toAudioPortInternal()
DAudioOutputDescriptor.h279 audio_module_handle_t getModuleHandle() const;
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioInputDescriptor.cpp46 audio_module_handle_t AudioInputDescriptor::getModuleHandle() const in getModuleHandle() function in android::AudioInputDescriptor
51 return mProfile->getModuleHandle(); in getModuleHandle()
90 dstConfig->ext.mix.hw_module = getModuleHandle(); in toAudioPortConfig()
102 port->ext.mix.hw_module = getModuleHandle(); in toAudioPort()
232 status_t status = mClientInterface->openInput(mProfile->getModuleHandle(), in open()
DAudioOutputDescriptor.cpp63 audio_module_handle_t AudioOutputDescriptor::getModuleHandle() const in getModuleHandle() function in android::AudioOutputDescriptor
66 mPolicyAudioPort->getModuleHandle() : AUDIO_MODULE_HANDLE_NONE; in getModuleHandle()
215 dstConfig->ext.mix.hw_module = getModuleHandle(); in toAudioPortConfig()
224 port->ext.mix.hw_module = getModuleHandle(); in toAudioPort()
649 status_t status = mClientInterface->openOutput(mProfile->getModuleHandle(), in open()
DPolicyAudioPort.cpp49 audio_module_handle_t PolicyAudioPort::getModuleHandle() const in getModuleHandle() function in android::PolicyAudioPort
DDeviceDescriptor.cpp134 dstConfig->ext.device.hw_module = getModuleHandle(); in toAudioPortConfig()
338 if (device->getModuleHandle() == moduleHandle) { in getDevicesFromHwModule()
/frameworks/av/services/audiopolicy/enginedefault/src/
DEngine.cpp235 primaryOutput->getModuleHandle()); in filterOutputDevicesForStrategy()
600 : availableInputDevices.getDevicesFromHwModule(primaryOutput->getModuleHandle()); in getDeviceForInputSource()
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.h878 mPrimaryOutput->getModuleHandle()); in availablePrimaryModuleInputDevices()
DAudioPolicyManager.cpp548 audio_module_handle_t primaryHandle = mPrimaryOutput->getModuleHandle(); in handleDeviceConfigChange()
3067 if (profile->getModuleHandle() == 0) { in getInputForDevice()
6602 mPrimaryModuleHandle = mPrimaryOutput->getModuleHandle(); in onNewAudioModulesAvailableInt()
8850 mPrimaryModuleHandle = mPrimaryOutput->getModuleHandle(); in openOutputWithProfileAndDevice()