HomeSort by relevance Sort by last modified time
    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
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/
module.c 44 static bool call_lifecycle_function(module_lifecycle_fn function);
155 static bool call_lifecycle_function(module_lifecycle_fn function) {

Completed in 849 milliseconds