Searched refs:bt_cb_thread_evt (Results 1 – 12 of 12) sorted by relevance
42 const char* BtEventText(const bt_cb_thread_evt evt);
125 const char* BtEventText(const bt_cb_thread_evt evt) { in BtEventText()
55 const char* dump_thread_evt(bt_cb_thread_evt evt);
217 void invoke_thread_evt_cb(bt_cb_thread_evt event);
451 typedef enum { ASSOCIATE_JVM, DISASSOCIATE_JVM } bt_cb_thread_evt; typedef456 typedef void (*callback_thread_event)(bt_cb_thread_evt evt);
109 void thread_event(bt_cb_thread_evt evt) { LOG_INFO("Callback rx"); } in thread_event()
188 void thread_evt(bt_cb_thread_evt evt) { CALLBACK_RET(); } in thread_evt()
130 void thread_event(bt_cb_thread_evt evt) { LOG_INFO("%s", __func__); } in thread_event()
282 const char* dump_thread_evt(bt_cb_thread_evt evt) { in dump_thread_evt()
812 void invoke_thread_evt_cb(bt_cb_thread_evt event) { in invoke_thread_evt_cb()814 [](bt_cb_thread_evt event) { in invoke_thread_evt_cb()
163 void ThreadEventCallback(bt_cb_thread_evt evt) { in ThreadEventCallback()
140 static void thread_event_cb(bt_cb_thread_evt evt) {} in thread_event_cb()