Home
last modified time | relevance | path

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

/system/bt/stack/gatt/
Dconnection_manager.cc39 base::Location posted_from; member
44 VLOG(1) << "executing timer scheduled at %s" << data->posted_from.ToString(); in alarm_closure_cb()
50 void alarm_set_closure(const base::Location& posted_from, alarm_t* alarm, in alarm_set_closure() argument
53 data->posted_from = posted_from; in alarm_set_closure()
55 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, 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.cc121 base::Location posted_from; member
126 VLOG(1) << "executing timer scheduled at %s" << data->posted_from.ToString(); in alarm_closure_cb()
132 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.cc799 Location posted_from; member
804 new (&cb_wrapper->posted_from) Location; in cmd_with_cb_data_init()
809 cb_wrapper->posted_from.~Location(); in cmd_with_cb_data_cleanup()
885 cb_wrapper->posted_from.ToString().c_str()); in btu_hcif_command_complete_evt_with_cb_on_task()
919 cb_wrapper->posted_from.ToString().c_str()); in btu_hcif_command_status_evt_with_cb_on_task()
943 void btu_hcif_send_cmd_with_cb(const Location& posted_from, uint16_t opcode, in btu_hcif_send_cmd_with_cb() argument
966 cb_wrapper->posted_from = posted_from; in btu_hcif_send_cmd_with_cb()