OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:module_lifecycle_fn
(Results
1 - 2
of
2
) sorted by null
/system/bt/btcore/include/
module.h
26
typedef future_t* (*
module_lifecycle_fn
)(void);
typedef
32
module_lifecycle_fn
init;
33
module_lifecycle_fn
start_up;
34
module_lifecycle_fn
shut_down;
35
module_lifecycle_fn
clean_up;
/system/bt/btcore/src/
module.cc
44
static bool call_lifecycle_function(
module_lifecycle_fn
function);
135
static bool call_lifecycle_function(
module_lifecycle_fn
function) {
Completed in 102 milliseconds