Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_btif_util.h160 struct dump_hf_event { struct
161 static const char* return_value;
164 const char* operator()(uint16_t event) { return body(event); }; in operator()
Dmock_btif_util.cc48 struct dump_hf_event dump_hf_event; variable
127 const char* dump_hf_event(uint16_t event) { in dump_hf_event() function
/packages/modules/Bluetooth/system/btif/src/
Dbtif_util.cc164 std::string dump_hf_event(uint16_t event) { in dump_hf_event() function
/packages/modules/Bluetooth/system/btif/test/
Dbtif_core_test.cc422 TEST_F(BtifUtilsTest, dump_hf_event) { in TEST_F() argument