Home
last modified time | relevance | path

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

/system/bt/btcore/src/
Dmodule.cc47 static bool call_lifecycle_function(module_lifecycle_fn function);
67 if (!call_lifecycle_function(module->init)) { in module_init()
88 if (!call_lifecycle_function(module->start_up)) { in module_start_up()
108 if (!call_lifecycle_function(module->shut_down)) { in module_shut_down()
128 if (!call_lifecycle_function(module->clean_up)) { in module_clean_up()
138 static bool call_lifecycle_function(module_lifecycle_fn function) { in call_lifecycle_function() function