Searched refs:getModuleHandle (Results 1 – 10 of 10) sorted by relevance
48 audio_module_handle_t AudioInputDescriptor::getModuleHandle() const in getModuleHandle() function in android::AudioInputDescriptor53 return mProfile->getModuleHandle(); in getModuleHandle()89 dstConfig->ext.mix.hw_module = getModuleHandle(); in toAudioPortConfig()101 port->ext.mix.hw_module = getModuleHandle(); in toAudioPort()
57 audio_module_handle_t AudioOutputDescriptor::getModuleHandle() const in getModuleHandle() function in android::AudioOutputDescriptor59 return mPort->getModuleHandle(); in getModuleHandle()84 return (getModuleHandle() == outputDesc->getModuleHandle()); in sharesHwModuleWith()174 dstConfig->ext.mix.hw_module = getModuleHandle(); in toAudioPortConfig()183 port->ext.mix.hw_module = getModuleHandle(); in toAudioPort()
124 if (itemAt(i)->getModuleHandle() == moduleHandle) { in getDevicesFromHwModule()
45 audio_module_handle_t AudioPort::getModuleHandle() const in getModuleHandle() function in android::AudioPort
40 audio_module_handle_t getModuleHandle() const;
120 audio_module_handle_t getModuleHandle() const;
72 audio_module_handle_t getModuleHandle() const;
316 availableInputDevices.getDevicesFromHwModule(primaryOutput->getModuleHandle()); in getDeviceForStrategyInt()589 availableInputDevices.getDevicesFromHwModule(primaryOutput->getModuleHandle()) in getDeviceForInputSource()
443 if (activeDesc->getModuleHandle() == txSourceDeviceDesc->getModuleHandle()) { in updateCallRouting()937 status = mpClientInterface->openOutput(profile->getModuleHandle(), in getOutputForDevice()1534 if (profile->getModuleHandle() == 0) { in getInputForDevice()1582 status_t status = mpClientInterface->openInput(profile->getModuleHandle(), in getInputForDevice()1668 inputDesc->getModuleHandle() == mCallTxPatch->mPatch.sources[0].ext.device.hw_module) { in startInput()2638 if ((srcDeviceDesc->getModuleHandle() != sinkDeviceDesc->getModuleHandle()) || in createAudioPatch()3276 status_t status = mpClientInterface->openOutput(outProfile->getModuleHandle(), in AudioPolicyManager()3348 status_t status = mpClientInterface->openInput(inProfile->getModuleHandle(), in AudioPolicyManager()3555 audio_module_handle_t moduleHandle = mPrimaryOutput->getModuleHandle(); in AudioPolicyManager()3738 status_t status = mpClientInterface->openOutput(profile->getModuleHandle(), in AudioPolicyManager()[all …]
477 return mAvailableInputDevices.getDevicesFromHwModule(mPrimaryOutput->getModuleHandle()); in availablePrimaryInputDevices()