/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 | 88 …void OnQosSetupComplete(ServiceType service_type, uint32_t token_rate, uint32_t peak_bandwidth, ui… in OnQosSetupComplete() argument 90 …SAVE_OR_CALL(OnQosSetupComplete, service_type, token_rate, peak_bandwidth, latency, delay_variatio… in OnQosSetupComplete() 92 …wSpecificationComplete(FlowDirection flow_direction, ServiceType service_type, uint32_t token_rate, in OnFlowSpecificationComplete() argument 95 …SAVE_OR_CALL(OnFlowSpecificationComplete, flow_direction, service_type, token_rate, token_bucket_s… in OnFlowSpecificationComplete() 432 bool ClassicAclConnection::QosSetup(ServiceType service_type, uint32_t token_rate, uint32_t peak_ba… in QosSetup() argument 435 …QosSetupBuilder::Create(handle_, service_type, token_rate, peak_bandwidth, latency, delay_variatio… in QosSetup() 463 … uint32_t token_rate, uint32_t token_bucket_size, uint32_t peak_bandwidth, in FlowSpecification() argument 466 …FlowSpecificationBuilder::Create(handle_, flow_direction, service_type, token_rate, token_bucket_s… 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 | 55 …virtual bool QosSetup(ServiceType service_type, uint32_t token_rate, uint32_t peak_bandwidth, uint… 60 …bool FlowSpecification(FlowDirection flow_direction, ServiceType service_type, uint32_t token_rate,
|
D | classic_impl.h | 624 uint32_t token_rate = complete_view.GetTokenRate(); in on_qos_setup_complete() 628 … callbacks->OnQosSetupComplete(service_type, token_rate, peak_bandwidth, latency, delay_variation); in on_qos_setup_complete() 647 uint32_t token_rate = complete_view.GetTokenRate(); in on_flow_specification_complete() 652 … flow_direction, service_type, token_rate, token_bucket_size, peak_bandwidth, access_latency); in on_flow_specification_complete()
|
D | classic_acl_connection_test.cc | 200 uint32_t token_rate, in OnQosSetupComplete() argument 207 uint32_t token_rate, in OnFlowSpecificationComplete() argument
|
/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 | 143 uint32_t token_rate; /* bytes/second */ member
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_hidd_api.cc | 84 tHID_STATUS HID_DevSetIncomingQos(uint8_t service_type, uint32_t token_rate, in HID_DevSetIncomingQos() argument 91 tHID_STATUS HID_DevSetOutgoingQos(uint8_t service_type, uint32_t token_rate, in HID_DevSetOutgoingQos() argument
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_hd.cc | 421 in_qos.token_rate = p_in_qos->token_rate; in register_app() 428 out_qos.token_rate = p_out_qos->token_rate; in register_app()
|
/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/ |
D | link.cc | 362 void Link::OnQosSetupComplete(hci::ServiceType service_type, uint32_t token_rate, uint32_t peak_ban… in OnQosSetupComplete() argument 368 token_rate, in OnQosSetupComplete() 374 … uint32_t token_rate, uint32_t token_bucket_size, uint32_t peak_bandwidth, in OnFlowSpecificationComplete() argument 382 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 | 75 uint32_t token_rate, 89 void (*on_qos_setup_complete)(uint16_t service_type, uint32_t token_rate,
|
D | acl.cc | 578 void OnQosSetupComplete(hci::ServiceType service_type, uint32_t token_rate, in OnQosSetupComplete() argument 586 uint32_t token_rate, in OnFlowSpecificationComplete() argument
|
/packages/modules/Bluetooth/system/gd/hci/facade/ |
D | acl_manager_facade.cc | 467 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/include/hardware/ |
D | bt_hd.h | 58 uint32_t token_rate; member
|
/packages/modules/Bluetooth/system/bta/include/ |
D | bta_hd_api.h | 67 uint32_t token_rate; member
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_hid_device.cpp | 229 out->token_rate = out->token_bucket_size = out->peak_bandwidth = in fill_qos() 246 out->token_rate = buf[1]; in fill_qos()
|
/packages/modules/Bluetooth/system/bta/hd/ |
D | bta_hd_act.cc | 199 p_app_data->in_qos.service_type, p_app_data->in_qos.token_rate, in bta_hd_register_act() 204 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 | 510 STREAM_TO_UINT32(cfg_info.qos.token_rate, p); in process_l2cap_cmd() 647 STREAM_TO_UINT32(cfg_info.qos.token_rate, p); in process_l2cap_cmd()
|
D | l2c_utils.cc | 620 UINT32_TO_STREAM(p, p_cfg->qos.token_rate); in l2cu_send_peer_config_req() 716 UINT32_TO_STREAM(p, p_cfg->qos.token_rate); in l2cu_send_peer_config_rsp() 1416 p_ccb->our_cfg.qos.token_rate = p_ccb->peer_cfg.qos.token_rate = in l2cu_allocate_ccb()
|
/packages/modules/Bluetooth/tools/rootcanal/model/controller/ |
D | link_layer_controller.h | 316 ErrorCode QosSetup(uint16_t handle, uint8_t service_type, uint32_t token_rate, 324 uint8_t service_type, uint32_t token_rate,
|
/packages/modules/Bluetooth/system/gd/hci/ |
D | acl_manager_unittest.cc | 602 uint32_t token_rate, 611 uint32_t token_rate,
|
D | acl_manager_test.cc | 302 …MOCK_METHOD5(OnQosSetupComplete, void(ServiceType service_type, uint32_t token_rate, uint32_t peak… 305 void(FlowDirection flow_direction, ServiceType service_type, uint32_t token_rate,
|
/packages/modules/Bluetooth/system/gd/l2cap/ |
D | l2cap_packets.pdl | 338 token_rate : 32, // 0 = ignore, 0xffffffff = max available
|