Home
last modified time | relevance | path

Searched refs:getModuleHandle (Results 1 – 10 of 10) sorted by relevance

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DAudioPort.h120 audio_module_handle_t getModuleHandle() const;
171 (other->getAudioPort()->getModuleHandle() == getAudioPort()->getModuleHandle()); in hasSameHwModuleAs()
DAudioInputDescriptor.h40 audio_module_handle_t getModuleHandle() const;
DAudioOutputDescriptor.h74 audio_module_handle_t getModuleHandle() const;
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioInputDescriptor.cpp49 audio_module_handle_t AudioInputDescriptor::getModuleHandle() const in getModuleHandle() function in android::AudioInputDescriptor
54 return mProfile->getModuleHandle(); in getModuleHandle()
88 dstConfig->ext.mix.hw_module = getModuleHandle(); in toAudioPortConfig()
100 port->ext.mix.hw_module = getModuleHandle(); in toAudioPort()
DAudioOutputDescriptor.cpp58 audio_module_handle_t AudioOutputDescriptor::getModuleHandle() const in getModuleHandle() function in android::AudioOutputDescriptor
60 return mPort->getModuleHandle(); in getModuleHandle()
175 dstConfig->ext.mix.hw_module = getModuleHandle(); in toAudioPortConfig()
184 port->ext.mix.hw_module = getModuleHandle(); in toAudioPort()
DDeviceDescriptor.cpp124 if (itemAt(i)->getModuleHandle() == moduleHandle) { in getDevicesFromHwModule()
DAudioPort.cpp46 audio_module_handle_t AudioPort::getModuleHandle() const in getModuleHandle() function in android::AudioPort
/frameworks/av/services/audiopolicy/enginedefault/src/
DEngine.cpp320 availableInputDevices.getDevicesFromHwModule(primaryOutput->getModuleHandle()); in getDeviceForStrategyInt()
627 availableInputDevices.getDevicesFromHwModule(primaryOutput->getModuleHandle()) in getDeviceForInputSource()
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp1034 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 …]
DAudioPolicyManager.h480 return mAvailableInputDevices.getDevicesFromHwModule(mPrimaryOutput->getModuleHandle()); in availablePrimaryInputDevices()