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

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DAudioPort.h120 audio_module_handle_t getModuleHandle() const;
171 (other->getAudioPort()->getModuleHandle() == getAudioPort()->getModuleHandle());
H A DAudioInputDescriptor.h40 audio_module_handle_t getModuleHandle() const;
H A DAudioOutputDescriptor.h74 audio_module_handle_t getModuleHandle() const;
/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();
87 dstConfig->ext.mix.hw_module = getModuleHandle();
99 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();
174 dstConfig->ext.mix.hw_module = getModuleHandle();
183 port->ext.mix.hw_module = getModuleHandle();
H A DDeviceDescriptor.cpp124 if (itemAt(i)->getModuleHandle() == moduleHandle) {
H A DAudioPort.cpp46 audio_module_handle_t AudioPort::getModuleHandle() const function in class:android::AudioPort
/frameworks/av/services/audiopolicy/enginedefault/src/
H A DEngine.cpp317 availableInputDevices.getDevicesFromHwModule(primaryOutput->getModuleHandle());
615 availableInputDevices.getDevicesFromHwModule(primaryOutput->getModuleHandle())
/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp1015 status = mpClientInterface->openOutput(profile->getModuleHandle(),
1622 if (profile->getModuleHandle() == 0) {
1714 status_t status = mpClientInterface->openInput(profile->getModuleHandle(),
1766 inputDesc->getModuleHandle() == mCallTxPatch->mPatch.sources[0].ext.device.hw_module) {
1829 inputDesc->getModuleHandle() == mCallTxPatch->mPatch.sources[0].ext.device.hw_module) {
3561 status_t status = mpClientInterface->openOutput(outProfile->getModuleHandle(),
3633 status_t status = mpClientInterface->openInput(inProfile->getModuleHandle(),
3840 audio_module_handle_t moduleHandle = mPrimaryOutput->getModuleHandle();
4025 status_t status = mpClientInterface->openOutput(profile->getModuleHandle(),
4055 status = mpClientInterface->openOutput(profile->getModuleHandle(),
[all...]
H A DAudioPolicyManager.h478 return mAvailableInputDevices.getDevicesFromHwModule(mPrimaryOutput->getModuleHandle());

Completed in 338 milliseconds