Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_btif_util.h210 struct dump_thread_evt { struct
216 extern struct dump_thread_evt dump_thread_evt; argument
Dmock_btif_util.cc56 struct dump_thread_evt dump_thread_evt; variable
150 const char* dump_thread_evt(bt_cb_thread_evt evt) { in dump_thread_evt() function
/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/
Dbtif_util.cc251 std::string dump_thread_evt(bt_cb_thread_evt evt) { in dump_thread_evt() function
/aosp_15_r20/packages/modules/Bluetooth/system/btif/test/
Dbtif_core_test.cc481 TEST_F(BtifUtilsTest, dump_thread_evt) { in TEST_F() argument