Home
last modified time | relevance | path

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

/system/bt/gd/
Dmodule.cc74 void ModuleRegistry::set_registry_and_handler(Module* instance, Thread* thread) const { in set_registry_and_handler() function in bluetooth::ModuleRegistry
88 set_registry_and_handler(instance, thread); in Start()
Dmodule.h153 void set_registry_and_handler(Module* instance, ::bluetooth::os::Thread* thread) const;
178 set_registry_and_handler(instance, &test_thread); in InjectTestModule()