Searched refs:is_gd_stack_started_up (Results 1 – 4 of 4) sorted by relevance
255 CHECK(bluetooth::shim::is_gd_stack_started_up()); in init()368 CHECK(bluetooth::shim::is_gd_stack_started_up()); in clean_up()394 CHECK(bluetooth::shim::is_gd_stack_started_up()); in btif_config_exist()404 CHECK(bluetooth::shim::is_gd_stack_started_up()); in btif_config_get_int()420 CHECK(bluetooth::shim::is_gd_stack_started_up()); in btif_config_set_int()431 CHECK(bluetooth::shim::is_gd_stack_started_up()); in btif_config_get_uint64()447 CHECK(bluetooth::shim::is_gd_stack_started_up()); in btif_config_set_uint64()458 CHECK(bluetooth::shim::is_gd_stack_started_up()); in btif_config_get_str()478 CHECK(bluetooth::shim::is_gd_stack_started_up()); in btif_config_set_str()495 CHECK(bluetooth::shim::is_gd_stack_started_up()); in btif_config_get_bin()[all …]
55 bool is_gd_stack_started_up();
61 bool bluetooth::shim::is_gd_stack_started_up() { in is_gd_stack_started_up() function in bluetooth::shim
50 if (bluetooth::shim::is_gd_stack_started_up()) { in Dump()