Home
last modified time | relevance | path

Searched refs:from_here (Results 1 – 13 of 13) sorted by relevance

/system/bt/btif/include/
Dbtif_common.h178 extern bt_status_t do_in_jni_thread(const tracked_objects::Location& from_here,
188 const tracked_objects::Location& from_here, base::Callback<R(Args...)> cb) { in jni_thread_wrapper() argument
190 [](const tracked_objects::Location& from_here, in jni_thread_wrapper()
192 do_in_jni_thread(from_here, in jni_thread_wrapper()
195 from_here, std::move(cb)); in jni_thread_wrapper()
/system/bt/main/
Dbte_main.cc100 void post_to_hci_message_loop(const tracked_objects::Location& from_here, in post_to_hci_message_loop() argument
105 __func__, from_here.ToString().c_str()); in post_to_hci_message_loop()
110 from_here, base::Bind(&btu_hci_msg_process, p_msg)); in post_to_hci_message_loop()
/system/bt/btif/src/
Dbtif_hearing_aid.cc41 const tracked_objects::Location& from_here, base::Callback<void()> cb) { in jni_thread_wrapper() argument
43 [](const tracked_objects::Location& from_here, in jni_thread_wrapper()
44 base::Callback<void()> cb) { do_in_jni_thread(from_here, cb); }, in jni_thread_wrapper() argument
45 from_here, std::move(cb)); in jni_thread_wrapper()
Dbtif_core.cc226 bt_status_t do_in_jni_thread(const tracked_objects::Location& from_here, in do_in_jni_thread() argument
241 if (task_runner->PostTask(from_here, task)) return BT_STATUS_SUCCESS; in do_in_jni_thread()
Dbtif_a2dp_source.cc191 bool DoInThread(const tracked_objects::Location& from_here, in DoInThread() argument
200 if (!message_loop_->task_runner()->PostTask(from_here, task)) { in DoInThread()
/system/bt/bta/include/
Dbta_closure_api.h35 bt_status_t do_in_bta_thread(const tracked_objects::Location& from_here,
/system/bt/hci/include/
Dhci_layer.h94 void post_to_hci_message_loop(const tracked_objects::Location& from_here,
/system/bt/bta/sys/
Dbta_sys_main.cc553 bt_status_t do_in_bta_thread(const tracked_objects::Location& from_here, in do_in_bta_thread() argument
568 if (!task_runner->PostTask(from_here, task)) { in do_in_bta_thread()
/system/bt/hci/src/
Dhci_layer_android.cc50 extern void hci_event_received(const tracked_objects::Location& from_here,
Dhci_layer.cc144 void hci_event_received(const tracked_objects::Location& from_here, in hci_event_received() argument
149 send_data_upwards.Run(from_here, packet); in hci_event_received()
Dhci_layer_linux.cc96 extern void hci_event_received(const tracked_objects::Location& from_here,
/system/bt/btif/test/
Dbtif_profile_queue_test.cc36 bt_status_t do_in_jni_thread(const tracked_objects::Location& from_here, in do_in_jni_thread() argument
/system/bt/stack/btu/
Dbtu_hcif.cc129 static void do_in_hci_thread(const tracked_objects::Location& from_here, in do_in_hci_thread() argument
134 __func__, from_here.ToString().c_str()); in do_in_hci_thread()
138 hci_message_loop->task_runner()->PostTask(from_here, task); in do_in_hci_thread()