Searched refs:getModuleFromHandle (Results 1 – 3 of 3) sorted by relevance
140 sp<HwModule> getModuleFromHandle(audio_module_handle_t handle) const;
286 sp<HwModule> HwModuleCollection::getModuleFromHandle(audio_module_handle_t handle) const in getModuleFromHandle() function in android::HwModuleCollection
1732 if (auto hwModule = mHwModules.getModuleFromHandle(mPrimaryModuleHandle); hwModule && in openDirectOutput()9185 if (auto hwModule = mHwModules.getModuleFromHandle(mPrimaryModuleHandle); hwModule && in openOutputWithProfileAndDevice()