/packages/modules/Bluetooth/system/stack/hid/ |
D | hidd_api.cc | 607 uint32_t token_bucket_size, in HID_DevSetIncomingQos() argument 616 hd_cb.in_qos.token_bucket_size = token_bucket_size; in HID_DevSetIncomingQos() 634 uint32_t token_bucket_size, in HID_DevSetOutgoingQos() argument 643 hd_cb.l2cap_intr_cfg.qos.token_bucket_size = token_bucket_size; in HID_DevSetOutgoingQos()
|
/packages/modules/Bluetooth/system/stack/include/ |
D | hidd_api.h | 220 uint32_t token_bucket_size, 234 uint32_t token_bucket_size,
|
D | l2c_api.h | 145 uint32_t token_bucket_size; /* bytes */ member
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_hd.cc | 416 in_qos.token_bucket_size = p_in_qos->token_bucket_size; in register_app() 423 out_qos.token_bucket_size = p_out_qos->token_bucket_size; in register_app()
|
/packages/modules/Bluetooth/system/gd/hci/acl_manager/ |
D | classic_acl_connection.cc | 98 uint32_t token_bucket_size, uint32_t peak_bandwidth, in OnFlowSpecificationComplete() argument 100 …E_OR_CALL(OnFlowSpecificationComplete, flow_direction, service_type, token_rate, token_bucket_size, in OnFlowSpecificationComplete() 474 … uint32_t token_rate, uint32_t token_bucket_size, uint32_t peak_bandwidth, in FlowSpecification() argument 482 token_bucket_size, in FlowSpecification()
|
D | connection_management_callbacks.h | 54 uint32_t token_bucket_size, uint32_t peak_bandwidth,
|
D | classic_acl_connection.h | 60 … uint32_t token_bucket_size, uint32_t peak_bandwidth, uint32_t access_latency);
|
D | connection_management_callbacks_mock.h | 64 uint32_t token_bucket_size,
|
D | classic_impl.h | 595 uint32_t token_bucket_size = complete_view.GetTokenBucketSize(); in on_flow_specification_complete() 599 … flow_direction, service_type, token_rate, token_bucket_size, peak_bandwidth, access_latency); in on_flow_specification_complete()
|
/packages/modules/Bluetooth/system/bta/include/ |
D | bta_hd_api.h | 68 uint32_t token_bucket_size; member
|
/packages/modules/Bluetooth/system/include/hardware/ |
D | bt_hd.h | 59 uint32_t token_bucket_size; member
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_hid_device.cpp | 213 out->token_rate = out->token_bucket_size = out->peak_bandwidth = in fill_qos() 231 out->token_bucket_size = buf[2]; in fill_qos()
|
/packages/modules/Bluetooth/system/bta/hd/ |
D | bta_hd_act.cc | 210 p_app_data->in_qos.token_bucket_size, p_app_data->in_qos.peak_bandwidth, in bta_hd_register_act() 215 p_app_data->out_qos.token_bucket_size, p_app_data->out_qos.peak_bandwidth, in bta_hd_register_act()
|
/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/ |
D | link.cc | 387 … uint32_t token_rate, uint32_t token_bucket_size, uint32_t peak_bandwidth, in OnFlowSpecificationComplete() argument 395 token_bucket_size, in OnFlowSpecificationComplete()
|
D | link.h | 183 … uint32_t token_rate, uint32_t token_bucket_size, uint32_t peak_bandwidth,
|
/packages/modules/Bluetooth/system/main/shim/ |
D | acl_legacy_interface.h | 63 uint32_t token_bucket_size,
|
/packages/modules/Bluetooth/system/stack/l2cap/ |
D | l2c_main.cc | 519 STREAM_TO_UINT32(cfg_info.qos.token_bucket_size, p); in process_l2cap_cmd() 656 STREAM_TO_UINT32(cfg_info.qos.token_bucket_size, p); in process_l2cap_cmd()
|
D | l2c_utils.cc | 619 UINT32_TO_STREAM(p, p_cfg->qos.token_bucket_size); in l2cu_send_peer_config_req() 715 UINT32_TO_STREAM(p, p_cfg->qos.token_bucket_size); in l2cu_send_peer_config_rsp() 1413 p_ccb->our_cfg.qos.token_bucket_size = p_ccb->peer_cfg.qos.token_bucket_size = in l2cu_allocate_ccb()
|
/packages/modules/Bluetooth/system/gd/hci/facade/ |
D | acl_manager_facade.cc | 484 uint32_t token_bucket_size, in OnFlowSpecificationComplete() argument 493 token_bucket_size, in OnFlowSpecificationComplete()
|
/packages/modules/Bluetooth/system/pdl/l2cap/ |
D | l2cap_packets.pdl | 339 token_bucket_size : 32, // 0 = ignore, 0xffffffff = max available
|
/packages/modules/Bluetooth/system/gd/hci/ |
D | acl_manager_unittest.cc | 371 uint32_t token_bucket_size,
|
/packages/modules/Bluetooth/tools/rootcanal/model/controller/ |
D | link_layer_controller.h | 314 uint32_t token_bucket_size,
|
D | dual_mode_controller.cc | 1396 uint32_t token_bucket_size = command_view.GetTokenBucketSize(); in FlowSpecification() local 1404 handle, flow_direction, service_type, token_rate, token_bucket_size, in FlowSpecification()
|
/packages/modules/Bluetooth/tools/rootcanal/packets/ |
D | hci_packets.pdl | 1664 token_bucket_size : 32, 4929 token_bucket_size : 32,
|
/packages/modules/Bluetooth/system/pdl/hci/ |
D | hci_packets.pdl | 1821 token_bucket_size : 32, 6097 token_bucket_size : 32,
|