Home
last modified time | relevance | path

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

/system/bt/main/
Dbte_main.cc149 module_shut_down(get_module(GD_IDLE_MODULE)); in bte_main_enable()
177 module_start_up(get_module(GD_IDLE_MODULE)); in bte_main_disable()
/system/bt/main/shim/
Dshim.h26 static const char GD_IDLE_MODULE[] = "gd_idle_module"; variable
Dshim.cc42 .name = GD_IDLE_MODULE,
/system/bt/btif/src/
Dstack_manager.cc117 module_start_up(get_module(GD_IDLE_MODULE)); in event_init_stack()
218 module_shut_down(get_module(GD_IDLE_MODULE)); in event_clean_up_stack()