Home
last modified time | relevance | path

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

/system/bt/btcore/include/
Dmodule.h26 typedef future_t *(*module_lifecycle_fn)(void); typedef
30 module_lifecycle_fn init;
31 module_lifecycle_fn start_up;
32 module_lifecycle_fn shut_down;
33 module_lifecycle_fn clean_up;
/system/bt/btcore/src/
Dmodule.c44 static bool call_lifecycle_function(module_lifecycle_fn function);
155 static bool call_lifecycle_function(module_lifecycle_fn function) { in call_lifecycle_function()