Home
last modified time | relevance | path

Searched refs:alarm_set_on_queue (Results 1 – 25 of 46) sorted by relevance

12

/system/bt/stack/l2cap/
Dl2c_csm.c243 alarm_set_on_queue(p_ccb->l2c_ccb_timer, in l2c_csm_closed()
378 alarm_set_on_queue(p_ccb->l2c_ccb_timer, in l2c_csm_orig_w4_sec_comp()
396 alarm_set_on_queue(p_ccb->l2c_ccb_timer, in l2c_csm_orig_w4_sec_comp()
481 alarm_set_on_queue(p_ccb->l2c_ccb_timer, in l2c_csm_term_w4_sec_comp()
510 alarm_set_on_queue(p_ccb->l2c_ccb_timer, in l2c_csm_term_w4_sec_comp()
548 alarm_set_on_queue(p_ccb->l2c_ccb_timer, BT_1SEC_TIMEOUT_MS, in l2c_csm_term_w4_sec_comp()
612 alarm_set_on_queue(p_ccb->l2c_ccb_timer, L2CAP_CHNL_CFG_TIMEOUT_MS, in l2c_csm_w4_l2cap_connect_rsp()
623 alarm_set_on_queue(p_ccb->l2c_ccb_timer, in l2c_csm_w4_l2cap_connect_rsp()
652 alarm_set_on_queue(p_ccb->l2c_ccb_timer, in l2c_csm_w4_l2cap_connect_rsp()
676 alarm_set_on_queue(p_ccb->l2c_ccb_timer, in l2c_csm_w4_l2cap_connect_rsp()
[all …]
Dl2c_link.c112 alarm_set_on_queue(p_lcb->l2c_lcb_timer, L2CAP_LINK_CONNECT_TIMEOUT_MS, in l2c_link_hci_conn_req()
233 alarm_set_on_queue(p_lcb->l2c_lcb_timer, in l2c_link_hci_conn_comp()
241 alarm_set_on_queue(p_lcb->l2c_lcb_timer, timeout_ms, in l2c_link_hci_conn_comp()
343 alarm_set_on_queue(p_ccb->l2c_ccb_timer, in l2c_link_sec_comp()
663 alarm_set_on_queue(p_lcb->l2c_lcb_timer, timeout_ms, in l2c_link_timeout()
699 alarm_set_on_queue(p_lcb->info_resp_timer, in l2c_info_resp_timer_timeout()
847 alarm_set_on_queue(p_lcb->l2c_lcb_timer, in l2c_link_adjust_allocation()
994 alarm_set_on_queue(p_lcb->l2c_lcb_timer, in l2c_pin_code_request()
1223 alarm_set_on_queue(p_lcb->l2c_lcb_timer, in l2c_link_check_send_pkts()
Dl2c_ucd.c1013 alarm_set_on_queue(p_ccb->l2c_ccb_timer, 0, in l2c_ucd_process_event()
1021 alarm_set_on_queue(p_ccb->l2c_ccb_timer, timeout_ms, in l2c_ucd_process_event()
1033 alarm_set_on_queue(p_ccb->l2c_ccb_timer, timeout_ms, in l2c_ucd_process_event()
1069 alarm_set_on_queue(p_ccb->l2c_ccb_timer, 0, in l2c_ucd_process_event()
1077 alarm_set_on_queue(p_ccb->l2c_ccb_timer, timeout_ms, in l2c_ucd_process_event()
1094 alarm_set_on_queue(p_ccb->l2c_ccb_timer, timeout_ms, in l2c_ucd_process_event()
Dl2c_main.c108 alarm_set_on_queue(l2cb.receive_hold_timer, in l2c_rcv_acl_data()
785 alarm_set_on_queue(l2cb.receive_hold_timer, BT_1SEC_TIMEOUT_MS, in l2c_process_held_packets()
/system/bt/stack/bnep/
Dbnep_main.c150 alarm_set_on_queue(p_bcb->conn_timer, BNEP_CONN_TIMEOUT_MS, in bnep_connect_ind()
191 alarm_set_on_queue(p_bcb->conn_timer, BNEP_CONN_TIMEOUT_MS, in bnep_connect_cfm()
273 alarm_set_on_queue(p_bcb->conn_timer, BNEP_HOST_TIMEOUT_MS, in bnep_config_ind()
321 alarm_set_on_queue(p_bcb->conn_timer, BNEP_HOST_TIMEOUT_MS, in bnep_config_cfm()
703 alarm_set_on_queue(p_bcb->conn_timer, BNEP_CONN_TIMEOUT_MS, in bnep_conn_timer_timeout()
736 alarm_set_on_queue(p_bcb->conn_timer, BNEP_FILTER_SET_TIMEOUT_MS, in bnep_conn_timer_timeout()
757 alarm_set_on_queue(p_bcb->conn_timer, BNEP_FILTER_SET_TIMEOUT_MS, in bnep_conn_timer_timeout()
Dbnep_utils.c300 alarm_set_on_queue(p_bcb->conn_timer, BNEP_FILTER_SET_TIMEOUT_MS, in bnepu_send_peer_our_filters()
348 alarm_set_on_queue(p_bcb->conn_timer, BNEP_FILTER_SET_TIMEOUT_MS, in bnepu_send_peer_our_multi_filters()
1218 alarm_set_on_queue(p_bcb->conn_timer, BNEP_CONN_TIMEOUT_MS, in bnep_sec_check_complete()
Dbnep_api.c211 alarm_set_on_queue(p_bcb->conn_timer, BNEP_CONN_TIMEOUT_MS, in BNEP_Connect()
/system/bt/osi/include/
Dalarm.h84 void alarm_set_on_queue(alarm_t *alarm, period_ms_t interval_ms,
/system/bt/osi/test/
Dalarm_test.cpp319 alarm_set_on_queue(alarms[i], 100, ordered_cb, INT_TO_PTR(i), queue); in TEST_F()
358 alarm_set_on_queue(alarms[i], 100, ordered_cb, INT_TO_PTR(i), queue); in TEST_F()
361 alarm_set_on_queue(alarms[i], 1000 * 1000, ordered_cb, INT_TO_PTR(i), queue); in TEST_F()
416 alarm_set_on_queue(alarms[i], 20 + i, cb, INT_TO_PTR(i), queue); in TEST_F()
/system/bt/stack/smp/
Dsmp_l2c.c183 alarm_set_on_queue(p_cb->smp_rsp_timer_ent, in smp_data_received()
334 alarm_set_on_queue(p_cb->smp_rsp_timer_ent, in smp_br_data_received()
/system/bt/stack/rfcomm/
Drfc_utils.c237 alarm_set_on_queue(p_mcb->mcb_timer, interval_ms, in rfc_timer_start()
270 alarm_set_on_queue(p_port->rfc.port_timer, interval_ms, in rfc_port_timer_start()
/system/bt/stack/sdp/
Dsdp_main.c388 alarm_set_on_queue(p_ccb->sdp_conn_timer, SDP_INACT_TIMEOUT_MS, in sdp_config_ind()
431 alarm_set_on_queue(p_ccb->sdp_conn_timer, SDP_INACT_TIMEOUT_MS, in sdp_config_cfm()
Dsdp_discovery.c176 alarm_set_on_queue(p_ccb->sdp_conn_timer, SDP_INACT_TIMEOUT_MS, in sdp_snd_service_search_req()
521 alarm_set_on_queue(p_ccb->sdp_conn_timer, SDP_INACT_TIMEOUT_MS, in process_service_attr_rsp()
660 alarm_set_on_queue(p_ccb->sdp_conn_timer, SDP_INACT_TIMEOUT_MS, in process_service_search_attr_rsp()
/system/bt/stack/btm/
Dbtm_ble_multi_adv.c316 alarm_set_on_queue(p_inst->adv_raddr_timer, in btm_ble_multi_adv_set_params()
361 alarm_set_on_queue(p_inst->adv_raddr_timer, in btm_ble_multi_adv_write_rpa()
Dbtm_ble_gap.c417 alarm_set_on_queue(btm_cb.ble_ctr_cb.observer_timer, in BTM_BleObserve()
1826 alarm_set_on_queue(p_cb->fast_adv_timer, in btm_ble_set_discoverability()
1844 alarm_set_on_queue(p_cb->inquiry_timer, BTM_BLE_GAP_LIM_TIMEOUT_MS, in btm_ble_set_discoverability()
1932 alarm_set_on_queue(p_cb->fast_adv_timer, in btm_ble_set_connectability()
2017 alarm_set_on_queue(p_ble_cb->inq_var.inquiry_timer, in btm_ble_start_inquiry()
2096 alarm_set_on_queue(p_inq->remote_name_timer, in btm_ble_read_remote_name()
Dbtm_acl.c1886 alarm_set_on_queue(btm_cb.devcb.qos_setup_timer, in BTM_SetQoS()
2001 alarm_set_on_queue(btm_cb.devcb.read_rssi_timer, in BTM_ReadRSSI()
2046 alarm_set_on_queue(btm_cb.devcb.read_link_quality_timer, in BTM_ReadLinkQuality()
2096 alarm_set_on_queue(btm_cb.devcb.read_tx_power_timer, in BTM_ReadTxPower()
Dbtm_ble_addr.c72 alarm_set_on_queue(p_cb->refresh_raddr_timer, interval_ms, in btm_gen_resolve_paddr_cmpl()
Dbtm_devctl.c516 alarm_set_on_queue(btm_cb.devcb.read_local_name_timer, in BTM_ReadLocalDeviceNameFromController()
/system/bt/osi/src/
Dalarm.c226 alarm_set_on_queue(alarm, interval_ms, cb, data, default_callback_queue); in alarm_set()
229 void alarm_set_on_queue(alarm_t *alarm, period_ms_t interval_ms, in alarm_set_on_queue() function
/system/bt/stack/avdt/
Davdt_ccb_act.c139 alarm_set_on_queue(p_ccb->idle_ccb_timer, interval_ms, in avdt_ccb_chk_close()
822 alarm_set_on_queue(p_ccb->ret_ccb_timer, interval_ms, in avdt_ccb_ret_cmd()
Davdt_scb_act.c233 alarm_set_on_queue(p_scb->transport_channel_timer, in avdt_scb_hdl_open_rsp()
1536 alarm_set_on_queue(p_scb->transport_channel_timer, in avdt_scb_snd_open_rsp()
2039 alarm_set_on_queue(p_scb->transport_channel_timer, in avdt_scb_transport_channel_timer()
/system/bt/bta/sys/
Dbta_sys_main.c598 alarm_set_on_queue(alarm, interval, bta_sys_sendmsg, p_buf, in bta_sys_start_timer()
/system/bt/stack/hid/
Dhidh_conn.c674 alarm_set_on_queue(hh_cb.devices[dhandle].conn.process_repage_timer, in hidh_l2cif_disconnect_ind()
1105 alarm_set_on_queue(p_dev->conn.process_repage_timer, in hidh_conn_retry()
/system/bt/bta/hf_client/
Dbta_hf_client_main.c361 alarm_set_on_queue(bta_hf_client_cb.scb.collision_timer, in bta_hf_client_collision_cback()
/system/bt/stack/mcap/
Dmca_cact.c139 alarm_set_on_queue(p_ccb->mca_ccb_timer, interval_ms, in mca_ccb_snd_req()

12