Home
last modified time | relevance | path

Searched refs:mPrimaryModuleHandle (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.h876 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
H A DAudioPolicyManager.cpp1732 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()