Searched refs:getModuleHandle (Results 1 – 11 of 11) sorted by relevance
95 audio_module_handle_t getModuleHandle() const;133 (other->getPolicyAudioPort()->getModuleHandle() == in hasSameHwModuleAs()134 getPolicyAudioPort()->getModuleHandle()); in hasSameHwModuleAs()
48 audio_module_handle_t getModuleHandle() const;
105 port->ext.device.hw_module = getModuleHandle(); in toAudioPortInternal()
279 audio_module_handle_t getModuleHandle() const;
46 audio_module_handle_t AudioInputDescriptor::getModuleHandle() const in getModuleHandle() function in android::AudioInputDescriptor51 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()
63 audio_module_handle_t AudioOutputDescriptor::getModuleHandle() const in getModuleHandle() function in android::AudioOutputDescriptor66 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()
49 audio_module_handle_t PolicyAudioPort::getModuleHandle() const in getModuleHandle() function in android::PolicyAudioPort
134 dstConfig->ext.device.hw_module = getModuleHandle(); in toAudioPortConfig()338 if (device->getModuleHandle() == moduleHandle) { in getDevicesFromHwModule()
235 primaryOutput->getModuleHandle()); in filterOutputDevicesForStrategy()600 : availableInputDevices.getDevicesFromHwModule(primaryOutput->getModuleHandle()); in getDeviceForInputSource()
878 mPrimaryOutput->getModuleHandle()); in availablePrimaryModuleInputDevices()
548 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()