/packages/modules/Bluetooth/system/stack/hid/ |
D | hidd_api.cc | 606 tHID_STATUS HID_DevSetIncomingQos(uint8_t service_type, uint32_t token_rate, in HID_DevSetIncomingQos() argument 615 hd_cb.in_qos.token_rate = token_rate; in HID_DevSetIncomingQos() 633 tHID_STATUS HID_DevSetOutgoingQos(uint8_t service_type, uint32_t token_rate, in HID_DevSetOutgoingQos() argument 642 hd_cb.l2cap_intr_cfg.qos.token_rate = token_rate; in HID_DevSetOutgoingQos()
|
/packages/modules/Bluetooth/system/gd/hci/acl_manager/ |
D | classic_acl_connection.cc | 93 …void OnQosSetupComplete(ServiceType service_type, uint32_t token_rate, uint32_t peak_bandwidth, ui… in OnQosSetupComplete() argument 95 …SAVE_OR_CALL(OnQosSetupComplete, service_type, token_rate, peak_bandwidth, latency, delay_variatio… in OnQosSetupComplete() 97 …wSpecificationComplete(FlowDirection flow_direction, ServiceType service_type, uint32_t token_rate, in OnFlowSpecificationComplete() argument 100 …SAVE_OR_CALL(OnFlowSpecificationComplete, flow_direction, service_type, token_rate, token_bucket_s… in OnFlowSpecificationComplete() 441 bool ClassicAclConnection::QosSetup(ServiceType service_type, uint32_t token_rate, uint32_t peak_ba… in QosSetup() argument 445 handle_, service_type, token_rate, peak_bandwidth, latency, delay_variation), in QosSetup() 474 … uint32_t token_rate, uint32_t token_bucket_size, uint32_t peak_bandwidth, in FlowSpecification() argument 481 token_rate, in FlowSpecification()
|
D | connection_management_callbacks.h | 50 …virtual void OnQosSetupComplete(ServiceType service_type, uint32_t token_rate, uint32_t peak_bandw… 53 …wSpecificationComplete(FlowDirection flow_direction, ServiceType service_type, uint32_t token_rate,
|
D | classic_acl_connection.h | 54 …virtual bool QosSetup(ServiceType service_type, uint32_t token_rate, uint32_t peak_bandwidth, uint… 59 …bool FlowSpecification(FlowDirection flow_direction, ServiceType service_type, uint32_t token_rate,
|
D | connection_management_callbacks_mock.h | 53 uint32_t token_rate, 63 uint32_t token_rate,
|
D | classic_impl.h | 571 uint32_t token_rate = complete_view.GetTokenRate(); in on_qos_setup_complete() 575 … callbacks->OnQosSetupComplete(service_type, token_rate, peak_bandwidth, latency, delay_variation); in on_qos_setup_complete() 594 uint32_t token_rate = complete_view.GetTokenRate(); 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/stack/include/ |
D | hidd_api.h | 219 tHID_STATUS HID_DevSetIncomingQos(uint8_t service_type, uint32_t token_rate, 233 tHID_STATUS HID_DevSetOutgoingQos(uint8_t service_type, uint32_t token_rate,
|
D | l2c_api.h | 144 uint32_t token_rate; /* bytes/second */ member
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_hd.cc | 415 in_qos.token_rate = p_in_qos->token_rate; in register_app() 422 out_qos.token_rate = p_out_qos->token_rate; in register_app()
|
/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/ |
D | link.cc | 375 void Link::OnQosSetupComplete(hci::ServiceType service_type, uint32_t token_rate, uint32_t peak_ban… in OnQosSetupComplete() argument 381 token_rate, in OnQosSetupComplete() 387 … uint32_t token_rate, uint32_t token_bucket_size, uint32_t peak_bandwidth, in OnFlowSpecificationComplete() argument 394 token_rate, in OnFlowSpecificationComplete()
|
D | link.h | 180 …void OnQosSetupComplete(hci::ServiceType service_type, uint32_t token_rate, uint32_t peak_bandwidt… 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 | 62 uint32_t token_rate, 76 void (*on_qos_setup_complete)(uint16_t service_type, uint32_t token_rate,
|
/packages/modules/Bluetooth/system/gd/hci/facade/ |
D | acl_manager_facade.cc | 466 uint32_t token_rate, in OnQosSetupComplete() argument 474 token_rate, in OnQosSetupComplete() 483 uint32_t token_rate, in OnFlowSpecificationComplete() argument 492 token_rate, in OnFlowSpecificationComplete()
|
/packages/modules/Bluetooth/system/bta/include/ |
D | bta_hd_api.h | 67 uint32_t token_rate; member
|
/packages/modules/Bluetooth/system/include/hardware/ |
D | bt_hd.h | 58 uint32_t token_rate; 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() 230 out->token_rate = buf[1]; in fill_qos()
|
/packages/modules/Bluetooth/system/bta/hd/ |
D | bta_hd_act.cc | 209 p_app_data->in_qos.service_type, p_app_data->in_qos.token_rate, in bta_hd_register_act() 214 p_app_data->out_qos.service_type, p_app_data->out_qos.token_rate, in bta_hd_register_act()
|
/packages/modules/Bluetooth/system/stack/l2cap/ |
D | l2c_main.cc | 518 STREAM_TO_UINT32(cfg_info.qos.token_rate, p); in process_l2cap_cmd() 655 STREAM_TO_UINT32(cfg_info.qos.token_rate, p); in process_l2cap_cmd()
|
D | l2c_utils.cc | 618 UINT32_TO_STREAM(p, p_cfg->qos.token_rate); in l2cu_send_peer_config_req() 714 UINT32_TO_STREAM(p, p_cfg->qos.token_rate); in l2cu_send_peer_config_rsp() 1411 p_ccb->our_cfg.qos.token_rate = p_ccb->peer_cfg.qos.token_rate = in l2cu_allocate_ccb()
|
/packages/modules/Bluetooth/system/gd/hci/ |
D | acl_manager_unittest.cc | 361 uint32_t token_rate, 370 uint32_t token_rate,
|
/packages/modules/Bluetooth/tools/rootcanal/model/controller/ |
D | link_layer_controller.h | 305 ErrorCode QosSetup(uint16_t handle, uint8_t service_type, uint32_t token_rate, 313 uint8_t service_type, uint32_t token_rate,
|
D | dual_mode_controller.cc | 1316 uint32_t token_rate = command_view.GetTokenRate(); in QosSetup() local 1325 link_layer_controller_.QosSetup(handle, service_type, token_rate, in QosSetup() 1395 uint32_t token_rate = command_view.GetTokenRate(); in FlowSpecification() local 1404 handle, flow_direction, service_type, token_rate, token_bucket_size, in FlowSpecification()
|
/packages/modules/Bluetooth/system/pdl/l2cap/ |
D | l2cap_packets.pdl | 338 token_rate : 32, // 0 = ignore, 0xffffffff = max available
|
/packages/modules/Bluetooth/tools/rootcanal/packets/ |
D | hci_packets.pdl | 1570 token_rate : 32, // Octets/s 1663 token_rate : 32, // Octets/s 4805 token_rate : 32, // Octets/s 4928 token_rate : 32, // Octets/s
|
/packages/modules/Bluetooth/system/pdl/hci/ |
D | hci_packets.pdl | 1727 token_rate : 32, // Octets/s 1820 token_rate : 32, // Octets/s 5973 token_rate : 32, // Octets/s 6096 token_rate : 32, // Octets/s
|