Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DPolicyAudioPort.h103 audio_module_handle_t getModuleHandle() const;
160 (other->getPolicyAudioPort()->getModuleHandle() == in hasSameHwModuleAs()
161 getPolicyAudioPort()->getModuleHandle()); in hasSameHwModuleAs()
H A DAudioInputDescriptor.h48 audio_module_handle_t getModuleHandle() const;
H A DDeviceDescriptor.h105 port->ext.device.hw_module = getModuleHandle();
H A DAudioOutputDescriptor.h266 audio_module_handle_t getModuleHandle() const;
/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioInputDescriptor.cpp43 audio_module_handle_t AudioInputDescriptor::getModuleHandle() const in getModuleHandle() function in android::AudioInputDescriptor
48 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()
H A DAudioOutputDescriptor.cpp60 audio_module_handle_t AudioOutputDescriptor::getModuleHandle() const in getModuleHandle() function in android::AudioOutputDescriptor
63 mPolicyAudioPort->getModuleHandle() : AUDIO_MODULE_HANDLE_NONE; in getModuleHandle()
214 dstConfig->ext.mix.hw_module = getModuleHandle(); in toAudioPortConfig()
223 port->ext.mix.hw_module = getModuleHandle(); in toAudioPort()
557 status_t status = mClientInterface->openOutput(mProfile->getModuleHandle(), in open()
H A DDeviceDescriptor.cpp159 dstConfig->ext.device.hw_module = getModuleHandle(); in toAudioPortConfig()
326 if (device->getModuleHandle() == moduleHandle) { in getDevicesFromHwModule()
H A DPolicyAudioPort.cpp49 audio_module_handle_t PolicyAudioPort::getModuleHandle() const in getModuleHandle() function in android::PolicyAudioPort
/aosp12/frameworks/av/services/audiopolicy/enginedefault/src/
H A DEngine.cpp171 availableInputDevices.getDevicesFromHwModule(primaryOutput->getModuleHandle()); in filterOutputDevicesForStrategy()
449 : availableInputDevices.getDevicesFromHwModule(primaryOutput->getModuleHandle()); in getDeviceForInputSource()
/aosp12/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.h719 return module->getHandle() == mPrimaryOutput->getModuleHandle(); in isPrimaryModule()
734 mPrimaryOutput->getModuleHandle()); in availablePrimaryModuleInputDevices()
H A DAudioPolicyManager.cpp476 audio_module_handle_t primaryHandle = mPrimaryOutput->getModuleHandle(); in handleDeviceConfigChange()
2382 if (profile->getModuleHandle() == 0) { in getInputForDevice()