Searched refs:is_gd_stack_started_up (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_config.cc | 158 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/ |
D | mock_main_shim.cc | 36 bool bluetooth::shim::is_gd_stack_started_up() { in is_gd_stack_started_up() function in bluetooth::shim
|
/packages/modules/Bluetooth/system/main/shim/ |
D | shim.h | 39 bool is_gd_stack_started_up();
|
D | shim.cc | 66 bool bluetooth::shim::is_gd_stack_started_up() { in is_gd_stack_started_up() function in bluetooth::shim
|
D | dumpsys.cc | 79 if (bluetooth::shim::is_gd_stack_started_up()) { in Dump()
|
D | le_scanning_manager.cc | 744 if (!bluetooth::shim::is_gd_stack_started_up()) { in handle_remote_properties()
|