OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:call_lifecycle_function
(Results
1 - 1
of
1
) sorted by null
/system/bt/btcore/src/
module.c
44
static bool
call_lifecycle_function
(module_lifecycle_fn function);
82
if (!
call_lifecycle_function
(module->init)) {
102
if (!
call_lifecycle_function
(module->start_up)) {
124
if (!
call_lifecycle_function
(module->shut_down)) {
145
if (!
call_lifecycle_function
(module->clean_up)) {
155
static bool
call_lifecycle_function
(module_lifecycle_fn function) {
function
Completed in 139 milliseconds