Searched defs:token_rate (Results 1 – 10 of 10) sorted by relevance
/system/bt/stack/hid/ |
D | hidd_api.cc | 594 tHID_STATUS HID_DevSetIncomingQos(uint8_t service_type, uint32_t token_rate, in HID_DevSetIncomingQos() 621 tHID_STATUS HID_DevSetOutgoingQos(uint8_t service_type, uint32_t token_rate, in HID_DevSetOutgoingQos()
|
/system/bt/gd/l2cap/classic/internal/ |
D | link.cc | 282 void Link::OnQosSetupComplete(hci::ServiceType service_type, uint32_t token_rate, uint32_t peak_ban… in OnQosSetupComplete() 288 … uint32_t token_rate, uint32_t token_bucket_size, uint32_t peak_bandwidth, in OnFlowSpecificationComplete()
|
/system/bt/gd/hci/facade/ |
D | acl_manager_facade.cc | 237 …void OnQosSetupComplete(ServiceType service_type, uint32_t token_rate, uint32_t peak_bandwidth, ui… in OnQosSetupComplete() 243 …wSpecificationComplete(FlowDirection flow_direction, ServiceType service_type, uint32_t token_rate, in OnFlowSpecificationComplete()
|
D | le_acl_manager_facade.cc | 244 …void OnQosSetupComplete(ServiceType service_type, uint32_t token_rate, uint32_t peak_bandwidth, ui… in OnQosSetupComplete() 250 …wSpecificationComplete(FlowDirection flow_direction, ServiceType service_type, uint32_t token_rate, in OnFlowSpecificationComplete()
|
/system/bt/include/hardware/ |
D | bt_hd.h | 57 uint32_t token_rate; member
|
/system/bt/bta/include/ |
D | bta_hd_api.h | 64 uint32_t token_rate; member
|
/system/bt/gd/hci/ |
D | acl_manager.cc | 674 uint32_t token_rate = complete_view.GetTokenRate(); in on_qos_setup_complete() local 720 uint32_t token_rate = complete_view.GetTokenRate(); in on_flow_specification_complete() local 1971 bool AclConnection::QosSetup(ServiceType service_type, uint32_t token_rate, uint32_t peak_bandwidth… in QosSetup() 1988 …ion::FlowSpecification(FlowDirection flow_direction, ServiceType service_type, uint32_t token_rate, in FlowSpecification()
|
/system/bt/vendor_libs/test_vendor_lib/model/controller/ |
D | dual_mode_controller.cc | 997 uint32_t token_rate = command_view.GetTokenRate(); in QosSetup() local 1030 uint32_t token_rate = command_view.GetTokenRate(); in FlowSpecification() local
|
/system/bt/stack/hcic/ |
D | hcicmds.cc | 588 uint32_t token_rate, uint32_t peak, uint32_t latency, in btsnd_hcic_qos_setup()
|
/system/bt/stack/include/ |
D | bt_types.h | 634 uint32_t token_rate; /* bytes/second */ member
|