Searched refs:token_bucket_size (Results 1 - 9 of 9) 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 Dbt_types.h617 uint32_t token_bucket_size; /* bytes */ member in struct:__anon1109
/system/bt/stack/hid/
H A Dhidd_api.cc589 uint32_t token_bucket_size,
598 hd_cb.in_qos.token_bucket_size = token_bucket_size;
616 uint32_t token_bucket_size,
625 hd_cb.l2cap_intr_cfg.qos.token_bucket_size = token_bucket_size;
588 HID_DevSetIncomingQos(uint8_t service_type, uint32_t token_rate, uint32_t token_bucket_size, uint32_t peak_bandwidth, uint32_t latency, uint32_t delay_variation) argument
615 HID_DevSetOutgoingQos(uint8_t service_type, uint32_t token_rate, uint32_t token_bucket_size, uint32_t peak_bandwidth, uint32_t latency, uint32_t delay_variation) argument
/system/bt/bta/include/
H A Dbta_hd_api.h65 uint32_t token_bucket_size; member in struct:__anon320
/system/bt/include/hardware/
H A Dbt_hd.h58 uint32_t token_bucket_size; member in struct:__anon733
/system/bt/btif/src/
H A Dbtif_hd.cc418 in_qos.token_bucket_size = p_in_qos->token_bucket_size;
425 out_qos.token_bucket_size = p_out_qos->token_bucket_size;
/system/bt/bta/hd/
H A Dbta_hd_act.cc196 p_app_data->in_qos.token_bucket_size, p_app_data->in_qos.peak_bandwidth,
201 p_app_data->out_qos.token_bucket_size, p_app_data->out_qos.peak_bandwidth,
/system/bt/stack/l2cap/
H A Dl2c_main.cc477 STREAM_TO_UINT32(cfg_info.qos.token_bucket_size, p);
583 STREAM_TO_UINT32(cfg_info.qos.token_bucket_size, p);
H A Dl2c_utils.cc598 UINT32_TO_STREAM(p, p_cfg->qos.token_bucket_size);
694 UINT32_TO_STREAM(p, p_cfg->qos.token_bucket_size);
1445 p_ccb->our_cfg.qos.token_bucket_size = p_ccb->peer_cfg.qos.token_bucket_size =

Completed in 61 milliseconds