Searched refs:from_here (Results 1 - 11 of 11) sorted by relevance

/system/bt/bta/include/
H A Dbta_closure_api.h33 void do_in_bta_thread(const tracked_objects::Location& from_here,
/system/bt/main/
H A Dbte_main.cc100 void post_to_hci_message_loop(const tracked_objects::Location& from_here, argument
105 __func__, from_here.ToString().c_str());
110 from_here, base::Bind(&btu_hci_msg_process, p_msg));
/system/bt/btif/include/
H A Dbtif_common.h177 extern bt_status_t do_in_jni_thread(const tracked_objects::Location& from_here,
185 const tracked_objects::Location& from_here, base::Callback<R(Args...)> cb) {
187 [](const tracked_objects::Location& from_here,
189 do_in_jni_thread(from_here,
192 from_here, std::move(cb));
184 jni_thread_wrapper( const tracked_objects::Location& from_here, base::Callback<R(Args...)> cb) argument
/system/bt/hci/include/
H A Dhci_layer.h94 void post_to_hci_message_loop(const tracked_objects::Location& from_here,
/system/bt/hci/src/
H A Dhci_layer_android.cc50 extern void hci_event_received(const tracked_objects::Location& from_here,
H A Dhci_layer.cc143 void hci_event_received(const tracked_objects::Location& from_here, argument
148 send_data_upwards.Run(from_here, packet);
H A Dhci_layer_linux.cc96 extern void hci_event_received(const tracked_objects::Location& from_here,
/system/bt/bta/sys/
H A Dbta_sys_main.cc549 void do_in_bta_thread(const tracked_objects::Location& from_here, argument
558 bta_message_loop->task_runner()->PostTask(from_here, task);
H A Dbta_sys.h226 extern void do_in_bta_thread(const tracked_objects::Location& from_here,
/system/bt/btif/src/
H A Dbtif_core.cc220 bt_status_t do_in_jni_thread(const tracked_objects::Location& from_here, argument
228 if (message_loop_->task_runner()->PostTask(from_here, task))
/system/bt/stack/btu/
H A Dbtu_hcif.cc129 static void do_in_hci_thread(const tracked_objects::Location& from_here, argument
134 __func__, from_here.ToString().c_str());
138 hci_message_loop->task_runner()->PostTask(from_here, task);

Completed in 402 milliseconds