Home
last modified time | relevance | path

Searched refs:token_rate (Results 1 – 13 of 13) sorted by relevance

/system/bt/stack/include/
Dhidd_api.h228 uint8_t service_type, uint32_t token_rate, uint32_t token_bucket_size,
241 uint8_t service_type, uint32_t token_rate, uint32_t token_bucket_size,
Dhcimsgs.h308 uint8_t service_type, uint32_t token_rate,
Dbt_types.h631 uint32_t token_rate; /* bytes/second */ member
/system/bt/stack/hid/
Dhidd_api.cc594 tHID_STATUS HID_DevSetIncomingQos(uint8_t service_type, uint32_t token_rate, in HID_DevSetIncomingQos() argument
603 hd_cb.in_qos.token_rate = token_rate; in HID_DevSetIncomingQos()
621 tHID_STATUS HID_DevSetOutgoingQos(uint8_t service_type, uint32_t token_rate, in HID_DevSetOutgoingQos() argument
630 hd_cb.l2cap_intr_cfg.qos.token_rate = token_rate; in HID_DevSetOutgoingQos()
/system/bt/btif/src/
Dbtif_hd.cc421 in_qos.token_rate = p_in_qos->token_rate; in register_app()
428 out_qos.token_rate = p_out_qos->token_rate; in register_app()
/system/bt/include/hardware/
Dbt_hd.h57 uint32_t token_rate; member
/system/bt/bta/include/
Dbta_hd_api.h64 uint32_t token_rate; member
/system/bt/bta/hd/
Dbta_hd_act.cc196 p_app_data->in_qos.service_type, p_app_data->in_qos.token_rate, in bta_hd_register_act()
201 p_app_data->out_qos.service_type, p_app_data->out_qos.token_rate, in bta_hd_register_act()
/system/bt/stack/l2cap/
Dl2c_main.cc512 STREAM_TO_UINT32(cfg_info.qos.token_rate, p); in process_l2cap_cmd()
640 STREAM_TO_UINT32(cfg_info.qos.token_rate, p); in process_l2cap_cmd()
Dl2c_utils.cc591 UINT32_TO_STREAM(p, p_cfg->qos.token_rate); in l2cu_send_peer_config_req()
687 UINT32_TO_STREAM(p, p_cfg->qos.token_rate); in l2cu_send_peer_config_rsp()
1440 p_ccb->our_cfg.qos.token_rate = p_ccb->peer_cfg.qos.token_rate = in l2cu_allocate_ccb()
/system/bt/stack/btm/
Dbtm_acl.cc1881 p_flow->token_rate, p_flow->peak_bandwidth, in BTM_SetQoS()
1932 qossu.flow.token_rate = p_flow->token_rate; in btm_qos_setup_complete()
/system/bt/stack/hcic/
Dhcicmds.cc588 uint32_t token_rate, uint32_t peak, uint32_t latency, in btsnd_hcic_qos_setup() argument
602 UINT32_TO_STREAM(pp, token_rate); in btsnd_hcic_qos_setup()
/system/bt/stack/btu/
Dbtu_hcif.cc1262 STREAM_TO_UINT32(flow.token_rate, p); in btu_hcif_qos_setup_comp_evt()