Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_config.cc255 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 …]
/system/bt/main/shim/
Dshim.h55 bool is_gd_stack_started_up();
Dshim.cc61 bool bluetooth::shim::is_gd_stack_started_up() { in is_gd_stack_started_up() function in bluetooth::shim
Ddumpsys.cc50 if (bluetooth::shim::is_gd_stack_started_up()) { in Dump()