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

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioInputDescriptor.cpp48 audio_module_handle_t AudioInputDescriptor::getModuleHandle() const function in class:android::AudioInputDescriptor
53 return mProfile->getModuleHandle();
89 dstConfig->ext.mix.hw_module = getModuleHandle();
101 port->ext.mix.hw_module = getModuleHandle();
H A DAudioOutputDescriptor.cpp57 audio_module_handle_t AudioOutputDescriptor::getModuleHandle() const function in class:android::AudioOutputDescriptor
59 return mPort->getModuleHandle();
84 return (getModuleHandle() == outputDesc->getModuleHandle());
174 dstConfig->ext.mix.hw_module = getModuleHandle();
183 port->ext.mix.hw_module = getModuleHandle();
H A DDeviceDescriptor.cpp125 if (itemAt(i)->getModuleHandle() == moduleHandle) {
H A DAudioPort.cpp45 audio_module_handle_t AudioPort::getModuleHandle() const function in class:android::AudioPort
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DAudioInputDescriptor.h40 audio_module_handle_t getModuleHandle() const;
H A DAudioPort.h120 audio_module_handle_t getModuleHandle() const;
H A DAudioOutputDescriptor.h72 audio_module_handle_t getModuleHandle() const;
/frameworks/av/services/audiopolicy/enginedefault/src/
H A DEngine.cpp316 availableInputDevices.getDevicesFromHwModule(primaryOutput->getModuleHandle());
589 availableInputDevices.getDevicesFromHwModule(primaryOutput->getModuleHandle())
/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp436 if (activeDesc->getModuleHandle() == txSourceDeviceDesc->getModuleHandle()) {
921 status = mpClientInterface->openOutput(profile->getModuleHandle(),
1505 if (profile->getModuleHandle() == 0) {
1553 status_t status = mpClientInterface->openInput(profile->getModuleHandle(),
1639 inputDesc->getModuleHandle() == mCallTxPatch->mPatch.sources[0].ext.device.hw_module) {
2605 if ((srcDeviceDesc->getModuleHandle() != sinkDeviceDesc->getModuleHandle()) ||
3243 status_t status = mpClientInterface->openOutput(outProfile->getModuleHandle(),
3315 status_t status = mpClientInterface->openInput(inProfile->getModuleHandle(),
[all...]
H A DAudioPolicyManager.h477 return mAvailableInputDevices.getDevicesFromHwModule(mPrimaryOutput->getModuleHandle());

Completed in 1223 milliseconds