Home
last modified time | relevance | path

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

/system/bt/stack/gatt/
Dconnection_manager.cc37 base::Location posted_from; member
42 VLOG(1) << "executing timer scheduled at %s" << data->posted_from.ToString(); in alarm_closure_cb()
48 void alarm_set_closure(const base::Location& posted_from, alarm_t* alarm, in alarm_set_closure() argument
51 data->posted_from = posted_from; in alarm_set_closure()
53 VLOG(1) << "scheduling timer %s" << data->posted_from.ToString(); in alarm_set_closure()
/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.cc51 extern void btu_hcif_send_cmd_with_cb(const base::Location& posted_from,
98 void SendAdvCmd(const base::Location& posted_from, uint8_t param_len, in SendAdvCmd() argument
100 btu_hcif_send_cmd_with_cb(posted_from, HCI_BLE_MULTI_ADV_OCF, param_buf, in SendAdvCmd()
326 void SendAdvCmd(const base::Location& posted_from, uint16_t opcode, in SendAdvCmd() argument
330 posted_from, opcode, param_buf, param_buf_len, in SendAdvCmd()
515 void SendAdvCmd(const base::Location& posted_from, uint16_t opcode, in SendAdvCmd() argument
519 posted_from, opcode, param_buf, param_buf_len, in SendAdvCmd()
Dbtm_ble_multi_adv.cc120 base::Location posted_from; member
125 VLOG(1) << "executing timer scheduled at %s" << data->posted_from.ToString(); in alarm_closure_cb()
131 void alarm_set_closure(const base::Location& posted_from, alarm_t* alarm, in alarm_set_closure() argument
134 data->posted_from = posted_from; in alarm_set_closure()
136 VLOG(1) << "scheduling timer %s" << data->posted_from.ToString(); in alarm_set_closure()
/system/bt/stack/btu/
Dbtu_hcif.cc750 Location posted_from; member
755 new (&cb_wrapper->posted_from) Location; in cmd_with_cb_data_init()
760 cb_wrapper->posted_from.~Location(); in cmd_with_cb_data_cleanup()
836 cb_wrapper->posted_from.ToString().c_str()); in btu_hcif_command_complete_evt_with_cb_on_task()
870 cb_wrapper->posted_from.ToString().c_str()); in btu_hcif_command_status_evt_with_cb_on_task()
894 void btu_hcif_send_cmd_with_cb(const Location& posted_from, uint16_t opcode, in btu_hcif_send_cmd_with_cb() argument
917 cb_wrapper->posted_from = posted_from; in btu_hcif_send_cmd_with_cb()