Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/
Dmodule.cc78 void ModuleRegistry::set_registry_and_handler(Module* instance, Thread* thread) const { in set_registry_and_handler() function in bluetooth::ModuleRegistry
91 set_registry_and_handler(instance, thread); in Start()
Dmodule.h165 void set_registry_and_handler(Module* instance, ::bluetooth::os::Thread* thread) const;
179 set_registry_and_handler(instance, &test_thread); in InjectTestModule()