Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DPolicyAudioPort.h95 audio_module_handle_t getModuleHandle() const;
133 (other->getPolicyAudioPort()->getModuleHandle() == in hasSameHwModuleAs()
134 getPolicyAudioPort()->getModuleHandle()); in hasSameHwModuleAs()
H A DAudioInputDescriptor.h49 audio_module_handle_t getModuleHandle() const;
H A DDeviceDescriptor.h105 port->ext.device.hw_module = getModuleHandle(); in toAudioPortInternal()
H A DAudioOutputDescriptor.h292 audio_module_handle_t getModuleHandle() const;
/aosp_15_r20/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioInputDescriptor.cpp47 audio_module_handle_t AudioInputDescriptor::getModuleHandle() const in getModuleHandle() function in android::AudioInputDescriptor
52 return mProfile->getModuleHandle(); in getModuleHandle()
91 dstConfig->ext.mix.hw_module = getModuleHandle(); in toAudioPortConfig()
103 port->ext.mix.hw_module = getModuleHandle(); in toAudioPort()
233 status_t status = mClientInterface->openInput(mProfile->getModuleHandle(), in open()
H A DAudioOutputDescriptor.cpp67 audio_module_handle_t AudioOutputDescriptor::getModuleHandle() const in getModuleHandle() function in android::AudioOutputDescriptor
70 mPolicyAudioPort->getModuleHandle() : AUDIO_MODULE_HANDLE_NONE; in getModuleHandle()
222 dstConfig->ext.mix.hw_module = getModuleHandle(); in toAudioPortConfig()
231 port->ext.mix.hw_module = getModuleHandle(); in toAudioPort()
730 status_t status = mClientInterface->openOutput(mProfile->getModuleHandle(), in open()
H A DDeviceDescriptor.cpp134 dstConfig->ext.device.hw_module = getModuleHandle(); in toAudioPortConfig()
338 if (device->getModuleHandle() == moduleHandle) { in getDevicesFromHwModule()
H A DPolicyAudioPort.cpp50 audio_module_handle_t PolicyAudioPort::getModuleHandle() const in getModuleHandle() function in android::PolicyAudioPort
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/testdata/script/
Dws2_32.txt25 getModuleHandle := syscall.MustLoadDLL("kernel32.dll").MustFindProc("GetModuleHandleW")
26 mod, _, _ := getModuleHandle.Call(uintptr(unsafe.Pointer(syscall.StringToUTF16Ptr(ws2_32))))
/aosp_15_r20/prebuilts/go/linux-x86/src/debug/pe/
Dfile_test.go552 getModuleHandle := kernel32.MustFindProc("GetModuleHandleW")
557 moduleHandle, _, err := getModuleHandle.Call(0)
/aosp_15_r20/frameworks/av/services/audiopolicy/enginedefault/src/
H A DEngine.cpp203 primaryOutput->getModuleHandle()); in filterOutputDevicesForStrategy()
597 : availableInputDevices.getDevicesFromHwModule(primaryOutput->getModuleHandle()); in getDeviceForInputSource()
/aosp_15_r20/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.h894 mPrimaryOutput->getModuleHandle()); in availablePrimaryModuleInputDevices()
H A DAudioPolicyManager.cpp573 audio_module_handle_t primaryHandle = mPrimaryOutput->getModuleHandle(); in handleDeviceConfigChange()
3201 if (profile->getModuleHandle() == 0) { in getInputForDevice()
6895 mPrimaryModuleHandle = mPrimaryOutput->getModuleHandle(); in onNewAudioModulesAvailableInt()
9232 mPrimaryModuleHandle = mPrimaryOutput->getModuleHandle(); in openOutputWithProfileAndDevice()