Searched defs:dump_hf_event (Results 1 – 4 of 4) sorted by relevance
160 struct dump_hf_event { struct161 static const char* return_value;164 const char* operator()(uint16_t event) { return body(event); }; in operator()
48 struct dump_hf_event dump_hf_event; variable127 const char* dump_hf_event(uint16_t event) { in dump_hf_event() function
164 std::string dump_hf_event(uint16_t event) { in dump_hf_event() function
422 TEST_F(BtifUtilsTest, dump_hf_event) { in TEST_F() argument