Lines Matching refs:mHandle
494 if (mHwModules[i]->mHandle == 0) { in getProfileForDirectOutput()
575 output = mpClientInterface->openOutput(profile->mModule->mHandle, in getOutput()
867 if (profile->mModule->mHandle == 0) { in getInput()
880 input = mpClientInterface->openInput(profile->mModule->mHandle, in getInput()
1319 mHwModules[i]->mHandle = mpClientInterface->loadHwModule(mHwModules[i]->mName); in AudioPolicyManagerBase()
1320 if (mHwModules[i]->mHandle == 0) { in AudioPolicyManagerBase()
1334 outProfile->mModule->mHandle, in AudioPolicyManagerBase()
1515 audio_module_handle_t moduleHandle = outputDesc->mModule->mHandle; in threadLoop()
1594 if (mHwModules[i]->mHandle == 0) { in checkOutputsForDevice()
1631 audio_io_handle_t output = mpClientInterface->openOutput(profile->mModule->mHandle, in checkOutputsForDevice()
1743 if (mHwModules[i]->mHandle == 0) { in checkOutputsForDevice()
2412 if (mHwModules[i]->mHandle == 0) { in getInputProfile()
3204 : mName(strndup(name, AUDIO_HARDWARE_MODULE_ID_MAX_LEN)), mHandle(0) in HwModule()
3227 snprintf(buffer, SIZE, " - handle: %d\n", mHandle); in dump()