/packages/modules/Wifi/tests/hostsidetests/multidevices/test/direct/integration/ |
D | wifi_p2p_lib.py | 80 service_type = 'urn:schemas-upnp-org:device:MediaRenderer:1' variable in UpnpTestData 254 test_data.append(UpnpTestData.service_type) 292 def gen_expect_test_data(service_type, query_string1, query_string2): argument 305 service_type 364 service_type == WifiP2PEnums.WifiP2pServiceInfo.WIFI_P2P_SERVICE_TYPE_UPNP 380 'uuid:' + UpnpTestData.uuid + ('::' + UpnpTestData.service_type) 419 service_type: int, 438 expect_data = gen_expect_test_data(service_type, query_string1, query_string2) 446 service_type 461 service_type [all …]
|
/packages/modules/Bluetooth/floss/pandora/floss/ |
D | bluetooth_gatt_service.py | 24 service_type=None, argument 30 self.service_type = service_type 44 'service_type': self.service_type, 125 service_type=service['service_type'],
|
/packages/modules/Bluetooth/system/stack/hid/ |
D | hidd_api.cc | 591 tHID_STATUS HID_DevSetIncomingQos(uint8_t service_type, uint32_t token_rate, in HID_DevSetIncomingQos() argument 598 hd_cb.in_qos.service_type = service_type; in HID_DevSetIncomingQos() 617 tHID_STATUS HID_DevSetOutgoingQos(uint8_t service_type, uint32_t token_rate, in HID_DevSetOutgoingQos() argument 624 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 | 87 void OnQosSetupComplete(ServiceType service_type, uint32_t token_rate, uint32_t peak_bandwidth, in OnQosSetupComplete() argument 89 SAVE_OR_CALL(OnQosSetupComplete, service_type, token_rate, peak_bandwidth, latency, in OnQosSetupComplete() 92 void OnFlowSpecificationComplete(FlowDirection flow_direction, ServiceType service_type, in OnFlowSpecificationComplete() argument 95 SAVE_OR_CALL(OnFlowSpecificationComplete, flow_direction, service_type, token_rate, in OnFlowSpecificationComplete() 456 bool ClassicAclConnection::QosSetup(ServiceType service_type, uint32_t token_rate, in QosSetup() argument 460 QosSetupBuilder::Create(handle_, service_type, token_rate, peak_bandwidth, latency, in QosSetup() 490 bool ClassicAclConnection::FlowSpecification(FlowDirection flow_direction, ServiceType service_type, in FlowSpecification() argument 494 FlowSpecificationBuilder::Create(handle_, flow_direction, service_type, token_rate, in FlowSpecification()
|
D | connection_management_callbacks.h | 47 virtual void OnQosSetupComplete(ServiceType service_type, uint32_t token_rate, 51 virtual void OnFlowSpecificationComplete(FlowDirection flow_direction, ServiceType service_type,
|
D | classic_acl_connection.h | 54 virtual bool QosSetup(ServiceType service_type, uint32_t token_rate, uint32_t peak_bandwidth, 59 virtual bool FlowSpecification(FlowDirection flow_direction, ServiceType service_type,
|
D | connection_management_callbacks_mock.h | 46 (ServiceType service_type, uint32_t token_rate, uint32_t peak_bandwidth, 50 (FlowDirection flow_direction, ServiceType service_type, uint32_t token_rate,
|
D | classic_impl.h | 563 ServiceType service_type = complete_view.GetServiceType(); in on_qos_setup_complete() 568 callbacks->OnQosSetupComplete(service_type, token_rate, peak_bandwidth, latency, in on_qos_setup_complete() 587 ServiceType service_type = complete_view.GetServiceType(); in on_flow_specification_complete() 592 callbacks->OnFlowSpecificationComplete(flow_direction, service_type, token_rate, in on_flow_specification_complete()
|
/packages/modules/Bluetooth/system/stack/include/ |
D | hidd_api.h | 218 tHID_STATUS HID_DevSetIncomingQos(uint8_t service_type, uint32_t token_rate, 231 tHID_STATUS HID_DevSetOutgoingQos(uint8_t service_type, uint32_t token_rate,
|
D | l2cap_types.h | 106 uint8_t service_type; /* see below */ member
|
D | gatt_api.h | 660 bluetooth::Uuid service_type; /* group type */ member 666 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/btif/src/ |
D | btif_hd.cc | 427 in_qos.service_type = p_in_qos->service_type; in register_app() 434 out_qos.service_type = p_out_qos->service_type; in register_app()
|
/packages/modules/Bluetooth/system/stack/gatt/ |
D | gatt_sr_hash.cc | 45 len += 8 + gatt_build_uuid_to_stream_len(attr_it->p_value->incl_handle.service_type); in calculate_database_info_size() 90 gatt_build_uuid_to_stream(&p_data, attr_it->p_value->incl_handle.service_type); in fill_database_info()
|
D | gatt_db.cc | 218 if (incl_handle.service_type.Is16Bit()) { in read_attr_value() 231 if (incl_handle.service_type.Is16Bit()) { in read_attr_value() 232 UINT16_TO_STREAM(p, incl_handle.service_type.As16Bit()); in read_attr_value() 353 attr.p_value->incl_handle.service_type = service; in gatts_add_included_service()
|
D | gatt_cl.cc | 409 result.value.group_value.service_type = p_clcb->uuid; in gatt_process_find_type_value_rsp() 855 if (!gatt_parse_uuid_from_cmd(&record_value.group_value.service_type, value_len, &p)) { in gatt_process_read_by_type_rsp() 880 record_value.incl_service.service_type = bluetooth::Uuid::From16Bit(tmp); in gatt_process_read_by_type_rsp() 1061 p_clcb->read_uuid128.result.value.incl_service.service_type = in gatt_process_read_rsp()
|
/packages/modules/Bluetooth/system/main/shim/ |
D | acl_interface.h | 54 void (*on_flow_specification_complete)(uint16_t flow_direction, uint16_t service_type, 65 void (*on_qos_setup_complete)(uint16_t service_type, uint32_t token_rate, uint32_t peak_bandwidth,
|
/packages/modules/adb/client/ |
D | transport_mdns.cpp | 230 info.service_type.c_str()), in ConnectAdbSecureDevice() 233 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 | 55 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/pandora/interfaces/pandora_experimental/ |
D | hid.proto | 51 HidServiceType service_type = 1; field
|
/packages/modules/Bluetooth/android/pandora/test/ |
D | aics_test.py | 67 uuids = [UUID(service.uuid) for service in services if service.service_type == PRIMARY]
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_hid_device.cpp | 211 out->service_type = 0x01; // best effort in fill_qos() 233 out->service_type = (uint8_t)buf[0]; in fill_qos()
|
/packages/modules/Bluetooth/system/bta/hd/ |
D | bta_hd_act.cc | 208 HID_DevSetIncomingQos(p_app_data->in_qos.service_type, p_app_data->in_qos.token_rate, in bta_hd_register_act() 212 HID_DevSetOutgoingQos(p_app_data->out_qos.service_type, p_app_data->out_qos.token_rate, in bta_hd_register_act()
|
/packages/modules/Bluetooth/pandora/server/bumble_experimental/ |
D | hid.py | 739 if request.service_type == SERVICE_TYPE_HID: 742 elif request.service_type == SERVICE_TYPE_HOGP:
|