Searched defs:module_t (Results 1 - 1 of 1) sorted by relevance

/system/bt/btcore/include/
H A Dmodule.h37 } module_t; typedef in typeref:struct:__anon489
45 const module_t* get_module(const char* name);
49 bool module_init(const module_t* module);
52 bool module_start_up(const module_t* module);
55 void module_shut_down(const module_t* module);
58 void module_clean_up(const module_t* module);
66 void module_start_up_callbacked_wrapper(const module_t* module,

Completed in 89 milliseconds