Home
last modified time | relevance | path

Searched refs:getModuleFromHandle (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DHwModule.h140 sp<HwModule> getModuleFromHandle(audio_module_handle_t handle) const;
/aosp_15_r20/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DHwModule.cpp286 sp<HwModule> HwModuleCollection::getModuleFromHandle(audio_module_handle_t handle) const in getModuleFromHandle() function in android::HwModuleCollection
/aosp_15_r20/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp1732 if (auto hwModule = mHwModules.getModuleFromHandle(mPrimaryModuleHandle); hwModule && in openDirectOutput()
9185 if (auto hwModule = mHwModules.getModuleFromHandle(mPrimaryModuleHandle); hwModule && in openOutputWithProfileAndDevice()