Searched refs:getModuleHandle (Results 1 – 10 of 10) sorted by relevance
120 audio_module_handle_t getModuleHandle() const;171 (other->getAudioPort()->getModuleHandle() == getAudioPort()->getModuleHandle()); in hasSameHwModuleAs()
40 audio_module_handle_t getModuleHandle() const;
74 audio_module_handle_t getModuleHandle() const;
49 audio_module_handle_t AudioInputDescriptor::getModuleHandle() const in getModuleHandle() function in android::AudioInputDescriptor54 return mProfile->getModuleHandle(); in getModuleHandle()88 dstConfig->ext.mix.hw_module = getModuleHandle(); in toAudioPortConfig()100 port->ext.mix.hw_module = getModuleHandle(); in toAudioPort()
58 audio_module_handle_t AudioOutputDescriptor::getModuleHandle() const in getModuleHandle() function in android::AudioOutputDescriptor60 return mPort->getModuleHandle(); in getModuleHandle()175 dstConfig->ext.mix.hw_module = getModuleHandle(); in toAudioPortConfig()184 port->ext.mix.hw_module = getModuleHandle(); in toAudioPort()
124 if (itemAt(i)->getModuleHandle() == moduleHandle) { in getDevicesFromHwModule()
46 audio_module_handle_t AudioPort::getModuleHandle() const in getModuleHandle() function in android::AudioPort
320 availableInputDevices.getDevicesFromHwModule(primaryOutput->getModuleHandle()); in getDeviceForStrategyInt()627 availableInputDevices.getDevicesFromHwModule(primaryOutput->getModuleHandle()) in getDeviceForInputSource()
1034 status = mpClientInterface->openOutput(profile->getModuleHandle(), in getOutputForDevice()1699 if (profile->getModuleHandle() == 0) { in getInputForDevice()1791 status_t status = mpClientInterface->openInput(profile->getModuleHandle(), in getInputForDevice()1843 inputDesc->getModuleHandle() == mCallTxPatch->mPatch.sources[0].ext.device.hw_module) { in isConcurentCaptureAllowed()1940 inputDesc->getModuleHandle() == mCallTxPatch->mPatch.sources[0].ext.device.hw_module) { in startInput()3697 status_t status = mpClientInterface->openOutput(outProfile->getModuleHandle(), in AudioPolicyManager()3769 status_t status = mpClientInterface->openInput(inProfile->getModuleHandle(), in AudioPolicyManager()3976 audio_module_handle_t moduleHandle = mPrimaryOutput->getModuleHandle(); in AudioPolicyManager()4161 status_t status = mpClientInterface->openOutput(profile->getModuleHandle(), in AudioPolicyManager()4191 status = mpClientInterface->openOutput(profile->getModuleHandle(), in AudioPolicyManager()[all …]
480 return mAvailableInputDevices.getDevicesFromHwModule(mPrimaryOutput->getModuleHandle()); in availablePrimaryInputDevices()