Searched refs:getModuleHandle (Results 1 – 11 of 11) sorted by relevance
103 audio_module_handle_t getModuleHandle() const;160 (other->getPolicyAudioPort()->getModuleHandle() == in hasSameHwModuleAs()161 getPolicyAudioPort()->getModuleHandle()); in hasSameHwModuleAs()
48 audio_module_handle_t getModuleHandle() const;
105 port->ext.device.hw_module = getModuleHandle();
266 audio_module_handle_t getModuleHandle() const;
43 audio_module_handle_t AudioInputDescriptor::getModuleHandle() const in getModuleHandle() function in android::AudioInputDescriptor48 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()
60 audio_module_handle_t AudioOutputDescriptor::getModuleHandle() const in getModuleHandle() function in android::AudioOutputDescriptor63 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()
159 dstConfig->ext.device.hw_module = getModuleHandle(); in toAudioPortConfig()326 if (device->getModuleHandle() == moduleHandle) { in getDevicesFromHwModule()
49 audio_module_handle_t PolicyAudioPort::getModuleHandle() const in getModuleHandle() function in android::PolicyAudioPort
171 availableInputDevices.getDevicesFromHwModule(primaryOutput->getModuleHandle()); in filterOutputDevicesForStrategy()449 : availableInputDevices.getDevicesFromHwModule(primaryOutput->getModuleHandle()); in getDeviceForInputSource()
719 return module->getHandle() == mPrimaryOutput->getModuleHandle(); in isPrimaryModule()734 mPrimaryOutput->getModuleHandle()); in availablePrimaryModuleInputDevices()
476 audio_module_handle_t primaryHandle = mPrimaryOutput->getModuleHandle(); in handleDeviceConfigChange()2382 if (profile->getModuleHandle() == 0) { in getInputForDevice()