Home
last modified time | relevance | path

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

/aosp12/system/bt/btcore/src/
H A Dmodule.cc48 static bool call_lifecycle_function(module_lifecycle_fn function);
66 if (!call_lifecycle_function(module->init)) { in module_init()
86 if (!call_lifecycle_function(module->start_up)) { in module_start_up()
105 if (!call_lifecycle_function(module->shut_down)) { in module_shut_down()
123 if (!call_lifecycle_function(module->clean_up)) { in module_clean_up()
132 static bool call_lifecycle_function(module_lifecycle_fn function) { in call_lifecycle_function() function