Searched refs:getModuleHandle (Results 1 – 10 of 10) sorted by relevance
45 audio_module_handle_t AudioInputDescriptor::getModuleHandle() const in getModuleHandle() function in android::AudioInputDescriptor50 return mProfile->getModuleHandle(); in getModuleHandle()84 dstConfig->ext.mix.hw_module = getModuleHandle(); in toAudioPortConfig()96 port->ext.mix.hw_module = getModuleHandle(); in toAudioPort()214 status_t status = mClientInterface->openInput(mProfile->getModuleHandle(), in open()
58 audio_module_handle_t AudioOutputDescriptor::getModuleHandle() const in getModuleHandle() function in android::AudioOutputDescriptor60 return mPort.get() != nullptr ? mPort->getModuleHandle() : AUDIO_MODULE_HANDLE_NONE; in getModuleHandle()175 dstConfig->ext.mix.hw_module = getModuleHandle(); in toAudioPortConfig()184 port->ext.mix.hw_module = getModuleHandle(); in toAudioPort()426 status_t status = mClientInterface->openOutput(mProfile->getModuleHandle(), in open()
128 if (itemAt(i)->getModuleHandle() == moduleHandle) { in getDevicesFromHwModule()
43 audio_module_handle_t AudioPort::getModuleHandle() const in getModuleHandle() function in android::AudioPort
116 audio_module_handle_t getModuleHandle() const;166 (other->getAudioPort()->getModuleHandle() == getAudioPort()->getModuleHandle()); in hasSameHwModuleAs()
40 audio_module_handle_t getModuleHandle() const;
74 audio_module_handle_t getModuleHandle() const;
316 availableInputDevices.getDevicesFromHwModule(primaryOutput->getModuleHandle()); in getDeviceForStrategyInt()673 availableInputDevices.getDevicesFromHwModule(primaryOutput->getModuleHandle()) in getDeviceForInputSource()
500 return mAvailableInputDevices.getDevicesFromHwModule(mPrimaryOutput->getModuleHandle()); in availablePrimaryInputDevices()
1685 if (profile->getModuleHandle() == 0) { in getInputForDevice()1825 inputDesc->getModuleHandle() == mCallTxPatch->mPatch.sources[0].ext.device.hw_module) { in isConcurentCaptureAllowed()1925 inputDesc->getModuleHandle() == mCallTxPatch->mPatch.sources[0].ext.device.hw_module) { in startInput()