Searched refs:getModuleHandle (Results 1 – 10 of 10) sorted by relevance
50 audio_module_handle_t AudioInputDescriptor::getModuleHandle() const in getModuleHandle() function in android::AudioInputDescriptor55 return mProfile->getModuleHandle(); in getModuleHandle()79 dstConfig->ext.mix.hw_module = getModuleHandle(); in toAudioPortConfig()91 port->ext.mix.hw_module = getModuleHandle(); in toAudioPort()
59 audio_module_handle_t AudioOutputDescriptor::getModuleHandle() const in getModuleHandle() function in android::AudioOutputDescriptor61 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()
125 if (itemAt(i)->getModuleHandle() == moduleHandle) { in getDevicesFromHwModule()
51 audio_module_handle_t AudioPort::getModuleHandle() const in getModuleHandle() function in android::AudioPort
38 audio_module_handle_t getModuleHandle() const;
83 audio_module_handle_t getModuleHandle() const;
70 audio_module_handle_t getModuleHandle() const;
361 availableInputDevices.getDevicesFromHwModule(primaryOutput->getModuleHandle()); in getDeviceForStrategy()632 availableInputDevices.getDevicesFromHwModule(primaryOutput->getModuleHandle()) in getDeviceForInputSource()
880 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()
480 return mAvailableInputDevices.getDevicesFromHwModule(mPrimaryOutput->getModuleHandle()); in availablePrimaryInputDevices()