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

/system/bt/stack/include/
H A 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,
H A Dhcimsgs.h310 uint8_t service_type, uint32_t token_rate,
H A Dbt_types.h616 uint32_t token_rate; /* bytes/second */ member in struct:__anon1109
/system/bt/stack/hid/
H A Dhidd_api.cc588 tHID_STATUS HID_DevSetIncomingQos(uint8_t service_type, uint32_t token_rate, argument
597 hd_cb.in_qos.token_rate = token_rate;
615 tHID_STATUS HID_DevSetOutgoingQos(uint8_t service_type, uint32_t token_rate, argument
624 hd_cb.l2cap_intr_cfg.qos.token_rate = token_rate;
/system/bt/bta/include/
H A Dbta_hd_api.h64 uint32_t token_rate; member in struct:__anon320
/system/bt/include/hardware/
H A Dbt_hd.h57 uint32_t token_rate; member in struct:__anon733
/system/bt/btif/src/
H A Dbtif_hd.cc417 in_qos.token_rate = p_in_qos->token_rate;
424 out_qos.token_rate = p_out_qos->token_rate;
/system/bt/bta/hd/
H A Dbta_hd_act.cc195 p_app_data->in_qos.service_type, p_app_data->in_qos.token_rate,
200 p_app_data->out_qos.service_type, p_app_data->out_qos.token_rate,
/system/bt/stack/l2cap/
H A Dl2c_main.cc476 STREAM_TO_UINT32(cfg_info.qos.token_rate, p);
582 STREAM_TO_UINT32(cfg_info.qos.token_rate, p);
H A Dl2c_utils.cc597 UINT32_TO_STREAM(p, p_cfg->qos.token_rate);
693 UINT32_TO_STREAM(p, p_cfg->qos.token_rate);
1443 p_ccb->our_cfg.qos.token_rate = p_ccb->peer_cfg.qos.token_rate =
/system/bt/stack/btm/
H A Dbtm_acl.cc1858 p_flow->token_rate, p_flow->peak_bandwidth,
1909 qossu.flow.token_rate = p_flow->token_rate;
/system/bt/stack/hcic/
H A Dhcicmds.cc590 uint32_t token_rate, uint32_t peak, uint32_t latency,
604 UINT32_TO_STREAM(pp, token_rate);
589 btsnd_hcic_qos_setup(uint16_t handle, uint8_t flags, uint8_t service_type, uint32_t token_rate, uint32_t peak, uint32_t latency, uint32_t delay_var) argument
/system/bt/stack/btu/
H A Dbtu_hcif.cc812 STREAM_TO_UINT32(flow.token_rate, p);

Completed in 242 milliseconds