Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioInputDescriptor.cpp50 audio_module_handle_t AudioInputDescriptor::getModuleHandle() const in getModuleHandle() function in android::AudioInputDescriptor
55 return mProfile->getModuleHandle(); in getModuleHandle()
79 dstConfig->ext.mix.hw_module = getModuleHandle(); in toAudioPortConfig()
91 port->ext.mix.hw_module = getModuleHandle(); in toAudioPort()
DAudioOutputDescriptor.cpp59 audio_module_handle_t AudioOutputDescriptor::getModuleHandle() const in getModuleHandle() function in android::AudioOutputDescriptor
61 return mPort->getModuleHandle(); in getModuleHandle()
86 return (getModuleHandle() == outputDesc->getModuleHandle()); in sharesHwModuleWith()
176 dstConfig->ext.mix.hw_module = getModuleHandle(); in toAudioPortConfig()
185 port->ext.mix.hw_module = getModuleHandle(); in toAudioPort()
DDeviceDescriptor.cpp125 if (itemAt(i)->getModuleHandle() == moduleHandle) { in getDevicesFromHwModule()
DAudioPort.cpp51 audio_module_handle_t AudioPort::getModuleHandle() const in getModuleHandle() function in android::AudioPort
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DAudioInputDescriptor.h38 audio_module_handle_t getModuleHandle() const;
DAudioPort.h83 audio_module_handle_t getModuleHandle() const;
DAudioOutputDescriptor.h70 audio_module_handle_t getModuleHandle() const;
/frameworks/av/services/audiopolicy/enginedefault/src/
DEngine.cpp361 availableInputDevices.getDevicesFromHwModule(primaryOutput->getModuleHandle()); in getDeviceForStrategy()
632 availableInputDevices.getDevicesFromHwModule(primaryOutput->getModuleHandle()) in getDeviceForInputSource()
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp880 status = mpClientInterface->openOutput(profile->getModuleHandle(), in getOutputForDevice()
1409 if (profile->getModuleHandle() == 0) { in getInputForAttr()
1419 status_t status = mpClientInterface->openInput(profile->getModuleHandle(), in getInputForAttr()
2354 if ((srcDeviceDesc->getModuleHandle() != sinkDeviceDesc->getModuleHandle()) || in createAudioPatch()
2769 status_t status = mpClientInterface->openOutput(outProfile->getModuleHandle(), in AudioPolicyManager()
2845 status_t status = mpClientInterface->openInput(inProfile->getModuleHandle(), in AudioPolicyManager()
3053 audio_module_handle_t moduleHandle = mPrimaryOutput->getModuleHandle(); in threadLoop()
3235 status_t status = mpClientInterface->openOutput(profile->getModuleHandle(), in checkOutputsForDevice()
3305 status = mpClientInterface->openOutput(profile->getModuleHandle(), in checkOutputsForDevice()
3524 status_t status = mpClientInterface->openInput(profile->getModuleHandle(), in checkInputsForDevice()
DAudioPolicyManager.h480 return mAvailableInputDevices.getDevicesFromHwModule(mPrimaryOutput->getModuleHandle()); in availablePrimaryInputDevices()