Home
last modified time | relevance | path

Searched defs:from_here (Results 1 – 11 of 11) sorted by relevance

/system/bt/btif/src/
Dbtif_hearing_aid.cc40 base::Callback<void()> jni_thread_wrapper(const base::Location& from_here, in jni_thread_wrapper()
43 [](const base::Location& from_here, base::Callback<void()> cb) { in jni_thread_wrapper()
Dbtif_core.cc223 bt_status_t do_in_jni_thread(const base::Location& from_here, in do_in_jni_thread()
/system/bt/common/
Dmessage_loop_thread.cc59 bool MessageLoopThread::DoInThread(const base::Location& from_here, in DoInThread()
64 bool MessageLoopThread::DoInThreadDelayed(const base::Location& from_here, in DoInThreadDelayed()
Donce_timer.cc36 const base::Location& from_here, in Schedule()
Drepeating_timer.cc39 const base::Location& from_here, base::Closure task, in SchedulePeriodic()
/system/bt/stack/btu/
Dbtu_task.cc86 bt_status_t do_in_main_thread(const base::Location& from_here, in do_in_main_thread()
/system/bt/main/
Dbte_main.cc99 void post_to_main_message_loop(const base::Location& from_here, BT_HDR* p_msg) { in post_to_main_message_loop()
/system/bt/stack/test/
Dstack_btu_test.cc69 bt_status_t do_in_jni_thread(const base::Location& from_here, in do_in_jni_thread()
/system/bt/btif/test/
Dbtif_profile_queue_test.cc38 bt_status_t do_in_jni_thread(const base::Location& from_here, in do_in_jni_thread()
/system/bt/btif/include/
Dbtif_common.h187 base::Callback<R(Args...)> jni_thread_wrapper(const base::Location& from_here, in jni_thread_wrapper()
/system/bt/hci/src/
Dhci_layer.cc145 void hci_event_received(const base::Location& from_here, BT_HDR* packet) { in hci_event_received()