Home
last modified time | relevance | path

Searched refs:bt_cb_thread_evt (Results 1 – 7 of 7) sorted by relevance

/system/bt/service/
Dlogging_helpers.h42 const char* BtEventText(const bt_cb_thread_evt evt);
Dlogging_helpers.cc125 const char* BtEventText(const bt_cb_thread_evt evt) { in BtEventText()
/system/bt/btif/include/
Dbtif_util.h55 const char* dump_thread_evt(bt_cb_thread_evt evt);
/system/bt/include/hardware/
Dbluetooth.h372 typedef enum { ASSOCIATE_JVM, DISASSOCIATE_JVM } bt_cb_thread_evt; typedef
377 typedef void (*callback_thread_event)(bt_cb_thread_evt evt);
/system/bt/tools/bdtool/
Dadapter.c188 void thread_evt(bt_cb_thread_evt evt) { CALLBACK_RET(); } in thread_evt()
/system/bt/service/hal/
Dbluetooth_interface.cc161 void ThreadEventCallback(bt_cb_thread_evt evt) { in ThreadEventCallback()
/system/bt/btif/src/
Dbtif_util.cc292 const char* dump_thread_evt(bt_cb_thread_evt evt) { in dump_thread_evt()