Home
last modified time | relevance | path

Searched refs:posted_from (Results 1 – 6 of 6) sorted by relevance

/system/bt/stack/gatt/
Dconnection_manager.cc40 base::Location posted_from; member
45 VLOG(1) << "executing timer scheduled at %s" << data->posted_from.ToString(); in alarm_closure_cb()
51 void alarm_set_closure(const base::Location& posted_from, alarm_t* alarm, in alarm_set_closure() argument
54 data->posted_from = posted_from; in alarm_set_closure()
56 VLOG(1) << "scheduling timer %s" << data->posted_from.ToString(); in alarm_set_closure()
/system/bt/test/mock/
Dmock_stack_btu_hcif.cc58 base::Location posted_from; member
70 void btu_hcif_send_cmd_with_cb(const base::Location& posted_from, in btu_hcif_send_cmd_with_cb() argument
/system/bt/stack/include/
Dbtu.h47 void btu_hcif_send_cmd_with_cb(const base::Location& posted_from,
/system/bt/stack/btm/
Dble_advertiser_hci_interface.cc52 extern void btu_hcif_send_cmd_with_cb(const base::Location& posted_from,
99 void SendAdvCmd(const base::Location& posted_from, uint8_t param_len, in SendAdvCmd() argument
101 btu_hcif_send_cmd_with_cb(posted_from, HCI_BLE_MULTI_ADV, param_buf, in SendAdvCmd()
327 void SendAdvCmd(const base::Location& posted_from, uint16_t opcode, in SendAdvCmd() argument
331 posted_from, opcode, param_buf, param_buf_len, in SendAdvCmd()
516 void SendAdvCmd(const base::Location& posted_from, uint16_t opcode, in SendAdvCmd() argument
520 posted_from, opcode, param_buf, param_buf_len, in SendAdvCmd()
Dbtm_ble_multi_adv.cc121 base::Location posted_from; member
126 VLOG(1) << "executing timer scheduled at %s" << data->posted_from.ToString(); in alarm_closure_cb()
132 static void alarm_set_closure(const base::Location& posted_from, alarm_t* alarm, in alarm_set_closure() argument
135 data->posted_from = posted_from; in alarm_set_closure()
137 VLOG(1) << "scheduling timer %s" << data->posted_from.ToString(); in alarm_set_closure()
/system/bt/stack/btu/
Dbtu_hcif.cc747 base::Location posted_from; member
752 new (&cb_wrapper->posted_from) Location; in cmd_with_cb_data_init()
757 cb_wrapper->posted_from.~Location(); in cmd_with_cb_data_cleanup()
835 cb_wrapper->posted_from.ToString().c_str()); in btu_hcif_command_complete_evt_with_cb_on_task()
869 cb_wrapper->posted_from.ToString().c_str()); in btu_hcif_command_status_evt_with_cb_on_task()
893 void btu_hcif_send_cmd_with_cb(const base::Location& posted_from, in btu_hcif_send_cmd_with_cb() argument
916 cb_wrapper->posted_from = posted_from; in btu_hcif_send_cmd_with_cb()