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.h158 struct dump_hf_event { struct
159 static std::string return_value;
162 std::string operator()(uint16_t event) { return body(event); } in operator()
Dmock_btif_util.cc49 struct dump_hf_event dump_hf_event; variable
128 std::string 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.cc358 TEST_F(BtifUtilsTest, dump_hf_event) { in TEST_F() argument