Home
last modified time | relevance | path

Searched refs:token_rate (Results 1 – 25 of 25) sorted by relevance

/packages/modules/Bluetooth/system/stack/hid/
Dhidd_api.cc606 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/
Dclassic_acl_connection.cc93 …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()
Dconnection_management_callbacks.h50 …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,
Dclassic_acl_connection.h54 …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,
Dconnection_management_callbacks_mock.h53 uint32_t token_rate,
63 uint32_t token_rate,
Dclassic_impl.h571 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/
Dhidd_api.h219 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,
Dl2c_api.h144 uint32_t token_rate; /* bytes/second */ member
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hd.cc415 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/
Dlink.cc375 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()
Dlink.h180 …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/
Dacl_legacy_interface.h62 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/
Dacl_manager_facade.cc466 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/
Dbta_hd_api.h67 uint32_t token_rate; member
/packages/modules/Bluetooth/system/include/hardware/
Dbt_hd.h58 uint32_t token_rate; member
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_hid_device.cpp213 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/
Dbta_hd_act.cc209 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/
Dl2c_main.cc518 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()
Dl2c_utils.cc618 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/
Dacl_manager_unittest.cc361 uint32_t token_rate,
370 uint32_t token_rate,
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dlink_layer_controller.h305 ErrorCode QosSetup(uint16_t handle, uint8_t service_type, uint32_t token_rate,
313 uint8_t service_type, uint32_t token_rate,
Ddual_mode_controller.cc1316 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/
Dl2cap_packets.pdl338 token_rate : 32, // 0 = ignore, 0xffffffff = max available
/packages/modules/Bluetooth/tools/rootcanal/packets/
Dhci_packets.pdl1570 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/
Dhci_packets.pdl1727 token_rate : 32, // Octets/s
1820 token_rate : 32, // Octets/s
5973 token_rate : 32, // Octets/s
6096 token_rate : 32, // Octets/s