/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 614 hd_cb.in_qos.service_type = service_type; in HID_DevSetIncomingQos() 633 tHID_STATUS HID_DevSetOutgoingQos(uint8_t service_type, uint32_t token_rate, in HID_DevSetOutgoingQos() argument 641 hd_cb.l2cap_intr_cfg.qos.service_type = service_type; 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 …void OnFlowSpecificationComplete(FlowDirection flow_direction, ServiceType service_type, uint32_t … 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() 462 bool ClassicAclConnection::FlowSpecification(FlowDirection flow_direction, ServiceType service_type, 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 …virtual void OnFlowSpecificationComplete(FlowDirection flow_direction, ServiceType service_type, u…
|
D | classic_acl_connection.h | 55 …virtual bool QosSetup(ServiceType service_type, uint32_t token_rate, uint32_t peak_bandwidth, uint… 60 …virtual bool FlowSpecification(FlowDirection flow_direction, ServiceType service_type, uint32_t to…
|
D | classic_impl.h | 623 ServiceType service_type = complete_view.GetServiceType(); in on_qos_setup_complete() 628 … callbacks->OnQosSetupComplete(service_type, token_rate, peak_bandwidth, latency, delay_variation); in on_qos_setup_complete() 646 ServiceType service_type = complete_view.GetServiceType(); 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 | 199 hci::ServiceType service_type, in OnQosSetupComplete() argument 206 hci::ServiceType service_type, 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 | gatt_api.h | 681 bluetooth::Uuid service_type; /* group type */ member 687 bluetooth::Uuid service_type; /* included service UUID */ member
|
/packages/modules/adb/ |
D | adb_mdns.h | 73 std::string service_type; member 78 : service_name(name), service_type(type), addr(addr), port(port) {} in MdnsInfo()
|
/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 | 420 in_qos.service_type = p_in_qos->service_type; in register_app() 427 out_qos.service_type = p_out_qos->service_type; in register_app()
|
D | btif_gatt_test.cc | 118 p_data->value.group_value.service_type.ToString().c_str()); in btif_test_discovery_result_cback() 134 p_data->value.incl_service.service_type.ToString().c_str()); in btif_test_discovery_result_cback()
|
/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 367 hci::ServiceTypeText(service_type).c_str(), in OnQosSetupComplete() 373 …Link::OnFlowSpecificationComplete(hci::FlowDirection flow_direction, hci::ServiceType service_type, in OnFlowSpecificationComplete() argument 381 hci::ServiceTypeText(service_type).c_str(), in OnFlowSpecificationComplete()
|
D | link.h | 180 …void OnQosSetupComplete(hci::ServiceType service_type, uint32_t token_rate, uint32_t peak_bandwidt… 182 void OnFlowSpecificationComplete(hci::FlowDirection flow_direction, hci::ServiceType service_type,
|
/packages/modules/Bluetooth/system/main/shim/ |
D | acl_legacy_interface.h | 74 uint16_t service_type, 89 void (*on_qos_setup_complete)(uint16_t service_type, uint32_t token_rate,
|
/packages/modules/Bluetooth/system/stack/gatt/ |
D | gatt_sr_hash.cc | 43 len += 8 + gatt_build_uuid_to_stream_len(attr_it->p_value->incl_handle.service_type); in calculate_database_info_size() 88 gatt_build_uuid_to_stream(&p_data, attr_it->p_value->incl_handle.service_type); in fill_database_info()
|
D | gatt_db.cc | 229 if (incl_handle.service_type.Is16Bit()) in read_attr_value() 239 if (incl_handle.service_type.Is16Bit()) { in read_attr_value() 240 UINT16_TO_STREAM(p, incl_handle.service_type.As16Bit()); in read_attr_value() 361 attr.p_value->incl_handle.service_type = service; in gatts_add_included_service()
|
D | gatt_cl.cc | 410 result.value.group_value.service_type = p_clcb->uuid; in gatt_process_find_type_value_rsp() 862 if (!gatt_parse_uuid_from_cmd(&record_value.group_value.service_type, in gatt_process_read_by_type_rsp() 889 record_value.incl_service.service_type = in gatt_process_read_by_type_rsp() 1063 p_clcb->read_uuid128.result.value.incl_service.service_type = in gatt_process_read_rsp()
|
/packages/modules/Bluetooth/system/gd/hci/facade/ |
D | acl_manager_facade.cc | 466 ServiceType service_type, in OnQosSetupComplete() argument 473 (uint8_t)service_type, in OnQosSetupComplete() 482 ServiceType service_type, in OnFlowSpecificationComplete() argument 491 (uint8_t)service_type, in OnFlowSpecificationComplete()
|
/packages/modules/adb/client/ |
D | transport_mdns.cpp | 217 info.service_type.c_str()), in ConnectAdbSecureDevice() 220 info.service_type.c_str(), info.addr.c_str(), info.port, response.c_str()); in ConnectAdbSecureDevice()
|
/packages/modules/Bluetooth/system/include/hardware/ |
D | bt_hd.h | 57 uint8_t service_type; member
|
/packages/modules/Bluetooth/system/bta/include/ |
D | bta_hd_api.h | 66 uint8_t service_type; member
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_hid_device.cpp | 228 out->service_type = 0x01; // best effort in fill_qos() 245 out->service_type = (uint8_t)buf[0]; 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/gd/l2cap/ |
D | l2cap_packets.pdl | 337 service_type : QosServiceType, 375 service_type : QosServiceType,
|