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

  /system/bt/stack/include/
hidd_api.h 229 uint32_t peak_bandwidth, uint32_t latency, uint32_t delay_variation);
242 uint32_t peak_bandwidth, uint32_t latency, uint32_t delay_variation);
bt_types.h 608 uint32_t peak_bandwidth; /* bytes/second */ member in struct:__anon106343
    [all...]
  /system/bt/stack/hid/
hidd_api.cc 592 uint32_t peak_bandwidth, uint32_t latency,
601 hd_cb.in_qos.peak_bandwidth = peak_bandwidth;
619 uint32_t peak_bandwidth, uint32_t latency,
628 hd_cb.l2cap_intr_cfg.qos.peak_bandwidth = peak_bandwidth;
  /hardware/libhardware/include/hardware/
bt_hd.h 63 uint32_t peak_bandwidth; member in struct:__anon41072
  /system/bt/bta/include/
bta_hd_api.h 66 uint32_t peak_bandwidth; member in struct:__anon105675
  /system/bt/btif/src/
btif_hd.cc 419 in_qos.peak_bandwidth = p_in_qos->peak_bandwidth;
426 out_qos.peak_bandwidth = p_out_qos->peak_bandwidth;
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_hidd.cpp 232 out->token_rate = out->token_bucket_size = out->peak_bandwidth =
251 out->peak_bandwidth = buf[3];
  /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 463 STREAM_TO_UINT32(cfg_info.qos.peak_bandwidth, p);
558 STREAM_TO_UINT32(cfg_info.qos.peak_bandwidth, p);
l2c_utils.cc 594 UINT32_TO_STREAM(p, p_cfg->qos.peak_bandwidth);
690 UINT32_TO_STREAM(p, p_cfg->qos.peak_bandwidth);
    [all...]
  /system/bt/stack/btm/
btm_acl.cc     [all...]
  /system/bt/stack/btu/
btu_hcif.cc 807 STREAM_TO_UINT32(flow.peak_bandwidth, p);
    [all...]

Completed in 914 milliseconds