Searched defs:dump_hf_event (Results 1 – 4 of 4) sorted by relevance
158 struct dump_hf_event { struct159 static const char* return_value;162 const char* operator()(uint16_t event) { return body(event); } in operator()
51 struct dump_hf_event dump_hf_event; variable130 const char* dump_hf_event(uint16_t event) { in dump_hf_event() function
163 std::string dump_hf_event(uint16_t event) { in dump_hf_event() function
359 TEST_F(BtifUtilsTest, dump_hf_event) { in TEST_F() argument