Searched refs:getModuleHandle (Results 1 – 13 of 13) sorted by relevance
95 audio_module_handle_t getModuleHandle() const;133 (other->getPolicyAudioPort()->getModuleHandle() == in hasSameHwModuleAs()134 getPolicyAudioPort()->getModuleHandle()); in hasSameHwModuleAs()
49 audio_module_handle_t getModuleHandle() const;
105 port->ext.device.hw_module = getModuleHandle(); in toAudioPortInternal()
292 audio_module_handle_t getModuleHandle() const;
47 audio_module_handle_t AudioInputDescriptor::getModuleHandle() const in getModuleHandle() function in android::AudioInputDescriptor52 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()
67 audio_module_handle_t AudioOutputDescriptor::getModuleHandle() const in getModuleHandle() function in android::AudioOutputDescriptor70 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()
134 dstConfig->ext.device.hw_module = getModuleHandle(); in toAudioPortConfig()338 if (device->getModuleHandle() == moduleHandle) { in getDevicesFromHwModule()
50 audio_module_handle_t PolicyAudioPort::getModuleHandle() const in getModuleHandle() function in android::PolicyAudioPort
25 getModuleHandle := syscall.MustLoadDLL("kernel32.dll").MustFindProc("GetModuleHandleW")26 mod, _, _ := getModuleHandle.Call(uintptr(unsafe.Pointer(syscall.StringToUTF16Ptr(ws2_32))))
552 getModuleHandle := kernel32.MustFindProc("GetModuleHandleW")557 moduleHandle, _, err := getModuleHandle.Call(0)
203 primaryOutput->getModuleHandle()); in filterOutputDevicesForStrategy()597 : availableInputDevices.getDevicesFromHwModule(primaryOutput->getModuleHandle()); in getDeviceForInputSource()
894 mPrimaryOutput->getModuleHandle()); in availablePrimaryModuleInputDevices()
573 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()