Home
last modified time | relevance | path

Searched defs:dump_hf_event (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_btif_util.h158 struct dump_hf_event { struct
159 static const char* return_value;
162 const char* operator()(uint16_t event) { return body(event); } in operator()
Dmock_btif_util.cc51 struct dump_hf_event dump_hf_event; variable
130 const char* dump_hf_event(uint16_t event) { in dump_hf_event() function
/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/
Dbtif_util.cc163 std::string dump_hf_event(uint16_t event) { in dump_hf_event() function
/aosp_15_r20/packages/modules/Bluetooth/system/btif/test/
Dbtif_core_test.cc359 TEST_F(BtifUtilsTest, dump_hf_event) { in TEST_F() argument