Home
last modified time | relevance | path

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

/system/bt/gd/
Dmodule.h155 os::Handler* GetModuleHandler(const ModuleFactory* module) const;
192 return GetModuleHandler(module); in GetTestModuleHandler()
Dmodule.cc129 os::Handler* ModuleRegistry::GetModuleHandler(const ModuleFactory* module) const { in GetModuleHandler() function in bluetooth::ModuleRegistry