Searched refs:mPrimaryModuleHandle (Results 1 – 2 of 2) sorted by relevance
876 if (module == nullptr || mPrimaryModuleHandle == AUDIO_MODULE_HANDLE_NONE) { in isPrimaryModule()879 return module->getHandle() == mPrimaryModuleHandle; in isPrimaryModule()992 audio_module_handle_t mPrimaryModuleHandle = AUDIO_MODULE_HANDLE_NONE; variable
1732 if (auto hwModule = mHwModules.getModuleFromHandle(mPrimaryModuleHandle); hwModule && in openDirectOutput()6895 mPrimaryModuleHandle = mPrimaryOutput->getModuleHandle(); in onNewAudioModulesAvailableInt()9185 if (auto hwModule = mHwModules.getModuleFromHandle(mPrimaryModuleHandle); hwModule && in openOutputWithProfileAndDevice()9232 mPrimaryModuleHandle = mPrimaryOutput->getModuleHandle(); in openOutputWithProfileAndDevice()