Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/src/
Dbtif_config.cc158 log::assert_that(bluetooth::shim::is_gd_stack_started_up(), in init()
171 log::assert_that(bluetooth::shim::is_gd_stack_started_up(), in clean_up()
213 log::assert_that(bluetooth::shim::is_gd_stack_started_up(), in btif_config_exist()
220 log::assert_that(bluetooth::shim::is_gd_stack_started_up(), in btif_config_get_int()
227 log::assert_that(bluetooth::shim::is_gd_stack_started_up(), in btif_config_set_int()
234 log::assert_that(bluetooth::shim::is_gd_stack_started_up(), in btif_config_get_uint64()
241 log::assert_that(bluetooth::shim::is_gd_stack_started_up(), in btif_config_set_uint64()
267 log::assert_that(bluetooth::shim::is_gd_stack_started_up(), in btif_config_get_str()
275 log::assert_that(bluetooth::shim::is_gd_stack_started_up(), in btif_config_set_str()
282 log::assert_that(bluetooth::shim::is_gd_stack_started_up(), in btif_config_get_bin()
[all …]
/packages/modules/Bluetooth/system/test/mock/
Dmock_main_shim.cc36 bool bluetooth::shim::is_gd_stack_started_up() { in is_gd_stack_started_up() function in bluetooth::shim
/packages/modules/Bluetooth/system/main/shim/
Dshim.h39 bool is_gd_stack_started_up();
Dshim.cc66 bool bluetooth::shim::is_gd_stack_started_up() { in is_gd_stack_started_up() function in bluetooth::shim
Ddumpsys.cc79 if (bluetooth::shim::is_gd_stack_started_up()) { in Dump()
Dle_scanning_manager.cc744 if (!bluetooth::shim::is_gd_stack_started_up()) { in handle_remote_properties()