Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_btif_util.cc48 struct dump_hf_event dump_hf_event; variable
75 const char* dump_hf_event::return_value = nullptr;
127 const char* dump_hf_event(uint16_t event) { in dump_hf_event() function
129 return test::mock::btif_util::dump_hf_event(event); in dump_hf_event()
Dmock_btif_util.h160 struct dump_hf_event { struct
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hf.cc320 log::debug("HF Upstream event:{}", dump_hf_event(event)); in btif_hf_upstreams_evt()
323 log::error("{} Invalid client index:{}", dump_hf_event(event), idx); in btif_hf_upstreams_evt()
327 log::error("{} Headset callback is not set", dump_hf_event(event)); in btif_hf_upstreams_evt()
334 log::debug("{} idx:{} btif_hf_cb.handle = {}", dump_hf_event(event), idx, in btif_hf_upstreams_evt()
445 dump_hf_event(event), idx, btif_hf_cb[idx].handle); in btif_hf_upstreams_evt()
480 log::debug("SLC connected event:{} idx:{}", dump_hf_event(event), idx); in btif_hf_upstreams_evt()
491 log::debug("Audio open event:{}", dump_hf_event(event)); in btif_hf_upstreams_evt()
497 log::debug("Audio close event:{}", dump_hf_event(event)); in btif_hf_upstreams_evt()
509 dump_hf_event(event)); in btif_hf_upstreams_evt()
Dbtif_util.cc164 std::string dump_hf_event(uint16_t event) { in dump_hf_event() function
/packages/modules/Bluetooth/system/btif/include/
Dbtif_util.h48 std::string dump_hf_event(uint16_t event);
/packages/modules/Bluetooth/system/btif/test/
Dbtif_core_test.cc422 TEST_F(BtifUtilsTest, dump_hf_event) { in TEST_F() argument
459 ASSERT_TRUE(dump_hf_event(event.first).starts_with(event.second)); in TEST_F()
461 ASSERT_TRUE(dump_hf_event(std::numeric_limits<uint8_t>::max()) in TEST_F()