HomeSort by relevance Sort by last modified time
    Searched refs:token_bucket_size (Results 1 - 10 of 10) sorted by null

  /system/bt/stack/include/
hidd_api.h 228 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,
bt_types.h 607 uint32_t token_bucket_size; /* bytes */ member in struct:__anon106343
    [all...]
  /system/bt/stack/hid/
hidd_api.cc 591 uint32_t token_bucket_size,
600 hd_cb.in_qos.token_bucket_size = token_bucket_size;
618 uint32_t token_bucket_size,
627 hd_cb.l2cap_intr_cfg.qos.token_bucket_size = token_bucket_size;
  /hardware/libhardware/include/hardware/
bt_hd.h 62 uint32_t token_bucket_size; member in struct:__anon41072
  /system/bt/bta/include/
bta_hd_api.h 65 uint32_t token_bucket_size; member in struct:__anon105675
  /system/bt/btif/src/
btif_hd.cc 418 in_qos.token_bucket_size = p_in_qos->token_bucket_size;
425 out_qos.token_bucket_size = p_out_qos->token_bucket_size;
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_hidd.cpp 232 out->token_rate = out->token_bucket_size = out->peak_bandwidth =
250 out->token_bucket_size = buf[2];
  /system/bt/bta/hd/
bta_hd_act.cc 192 p_app_data->in_qos.token_bucket_size, p_app_data->in_qos.peak_bandwidth,
197 p_app_data->out_qos.token_bucket_size, p_app_data->out_qos.peak_bandwidth,
  /system/bt/stack/l2cap/
l2c_main.cc 462 STREAM_TO_UINT32(cfg_info.qos.token_bucket_size, p);
557 STREAM_TO_UINT32(cfg_info.qos.token_bucket_size, p);
l2c_utils.cc 593 UINT32_TO_STREAM(p, p_cfg->qos.token_bucket_size);
689 UINT32_TO_STREAM(p, p_cfg->qos.token_bucket_size);
    [all...]

Completed in 194 milliseconds