Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/
Dmodule.h167 os::Handler* GetModuleHandler(const ModuleFactory* module) const;
193 return GetModuleHandler(module); in GetTestModuleHandler()
Dmodule.cc135 os::Handler* ModuleRegistry::GetModuleHandler(const ModuleFactory* module) const { in GetModuleHandler() function in bluetooth::ModuleRegistry