Searched refs:flow_direction (Results 1 – 12 of 12) sorted by relevance
/system/bt/gd/hci/acl_manager/ |
D | connection_management_callbacks.h | 45 …virtual void OnFlowSpecificationComplete(FlowDirection flow_direction, ServiceType service_type, u…
|
D | classic_acl_connection.h | 54 …virtual bool FlowSpecification(FlowDirection flow_direction, ServiceType service_type, uint32_t to…
|
D | classic_acl_connection.cc | 74 …void OnFlowSpecificationComplete(FlowDirection flow_direction, ServiceType service_type, uint32_t … in OnFlowSpecificationComplete() argument 77 …SAVE_OR_CALL(OnFlowSpecificationComplete, flow_direction, service_type, token_rate, token_bucket_s… in OnFlowSpecificationComplete() 415 bool ClassicAclConnection::FlowSpecification(FlowDirection flow_direction, ServiceType service_type, in FlowSpecification() argument 419 …FlowSpecificationBuilder::Create(handle_, flow_direction, service_type, token_rate, token_bucket_s… in FlowSpecification()
|
D | classic_impl.h | 430 FlowDirection flow_direction = complete_view.GetFlowDirection(); in on_flow_specification_complete() local 437 … flow_direction, service_type, token_rate, token_bucket_size, peak_bandwidth, access_latency); in on_flow_specification_complete()
|
/system/bt/gd/l2cap/classic/internal/ |
D | link.cc | 342 void Link::OnFlowSpecificationComplete(hci::FlowDirection flow_direction, hci::ServiceType service_… in OnFlowSpecificationComplete() argument 348 …__func__, hci::FlowDirectionText(flow_direction).c_str(), hci::ServiceTypeText(service_type).c_str… in OnFlowSpecificationComplete()
|
D | link.h | 161 void OnFlowSpecificationComplete(hci::FlowDirection flow_direction, hci::ServiceType service_type,
|
/system/bt/gd/hci/facade/ |
D | acl_manager_facade.cc | 432 FlowDirection flow_direction, in OnFlowSpecificationComplete() argument 441 (uint8_t)flow_direction, in OnFlowSpecificationComplete()
|
/system/bt/vendor_libs/test_vendor_lib/model/controller/ |
D | link_layer_controller.h | 263 ErrorCode FlowSpecification(uint16_t handle, uint8_t flow_direction,
|
D | link_layer_controller.cc | 1723 uint16_t handle, uint8_t flow_direction, uint8_t service_type, in FlowSpecification() argument 1730 if (flow_direction > 0x01 || service_type > 0x02) { in FlowSpecification()
|
D | dual_mode_controller.cc | 1056 uint8_t flow_direction = in FlowSpecification() local 1065 handle, flow_direction, service_type, token_rate, token_bucket_size, in FlowSpecification()
|
/system/bt/gd/hci/ |
D | acl_manager_test.cc | 493 void(FlowDirection flow_direction, ServiceType service_type, uint32_t token_rate,
|
D | hci_packets.pdl | 1341 flow_direction : FlowDirection, 4082 flow_direction : FlowDirection,
|