HomeSort by relevance Sort by last modified time
    Searched refs:service_type (Results 1 - 25 of 36) sorted by null

1 2

  /external/parameter-framework/asio-1.10.6/include/asio/
basic_io_object.hpp 29 typedef IoObjectService service_type; typedef in class:asio::detail::service_has_move
30 typedef typename service_type::implementation_type implementation_type;
39 static_cast<service_type*>(0),
55 typedef IoObjectService service_type; typedef in class:asio::basic_io_object
58 typedef typename service_type::implementation_type implementation_type;
97 service_type& get_service()
103 const service_type& get_service() const
113 service_type& service;
141 typedef IoObjectService service_type; typedef in class:asio::basic_io_object
142 typedef typename service_type::implementation_type implementation_type
    [all...]
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
getnetnamadr.c 43 enum service_type { enum
52 enum service_type type;
67 static enum service_type service_order[SERVICE_MAX + 1];
70 static enum service_type
gethostnamadr.c 47 enum service_type { enum
56 enum service_type type;
71 static enum service_type service_order[SERVICE_MAX + 1];
74 static enum service_type
  /system/bt/stack/include/
hidd_api.h 228 uint8_t service_type, uint32_t token_rate, uint32_t token_bucket_size,
241 uint8_t service_type, uint32_t token_rate, uint32_t token_bucket_size,
gatt_api.h 509 tBT_UUID service_type; /* group type */ member in struct:__anon113874
515 tBT_UUID service_type; /* included service UUID */ member in struct:__anon113875
    [all...]
  /system/update_engine/
connection_manager_unittest.cc 64 // Sets the |service_type|, |physical_technology| and |service_tethering|
69 const char* service_type,
74 const char* service_type,
112 const char* service_type,
118 if (service_type)
119 reply_dict[shill::kTypeProperty] = string(service_type);
140 const char* service_type,
145 service_type,
  /system/bt/stack/hid/
hidd_api.cc 590 tHID_STATUS HID_DevSetIncomingQos(uint8_t service_type, uint32_t token_rate,
598 hd_cb.in_qos.service_type = service_type;
617 tHID_STATUS HID_DevSetOutgoingQos(uint8_t service_type, uint32_t token_rate,
625 hd_cb.l2cap_intr_cfg.qos.service_type = service_type;
  /packages/apps/TV/proto/
channel.proto 49 optional AtscServiceType service_type = 22 [default = SERVICE_TYPE_ATSC_DIGITAL_TELEVISION];
  /hardware/libhardware/include/hardware/
bt_hd.h 60 uint8_t service_type; member in struct:__anon42966
  /system/bt/bta/include/
bta_hd_api.h 63 uint8_t service_type; member in struct:__anon113098
  /external/ppp/pppd/plugins/radius/
buildreq.c 419 UINT4 service_type; local
437 service_type = PW_ADMINISTRATIVE;
438 rc_avpair_add(&(data.send_pairs), PW_SERVICE_TYPE, &service_type, 0, VENDOR_NONE);
  /system/bt/btif/src/
btif_hd.cc 416 in_qos.service_type = p_in_qos->service_type;
423 out_qos.service_type = p_out_qos->service_type;
btif_gatt_test.cc 142 format_uuid(p_data->value.group_value.service_type, str_buf,
159 format_uuid(p_data->value.incl_service.service_type, str_buf,
  /system/update_engine/update_manager/
real_shill_provider_unittest.cc 108 // Sets the |service_type|, |physical_technology| and |service_tethering|
114 const char* service_type,
241 const char* service_type,
247 if (service_type)
248 reply_dict[shill::kTypeProperty] = std::string(service_type);
  /external/chromium-trace/catapult/third_party/pyserial/serial/tools/
list_ports_osx.py 152 def GetIOServicesByType(service_type):
159 iokit.IOServiceMatching(service_type),
  /external/autotest/client/cros/netprotos/
zeroconf.py 383 def register_service(self, unique_prefix, service_type,
393 @param service_type: string type of service (e.g. '_privet').
398 service_name = '.'.join([unique_prefix, service_type])
404 self.register_PTR('.'.join([service_type, protocol, self._domain]),
  /external/flatbuffers/tests/
monster_test.grpc.fb.cc 14 #include <grpc++/impl/codegen/service_type.h>
monster_test.grpc.fb.h 13 #include <grpc++/impl/codegen/service_type.h>
  /system/bt/stack/gatt/
gatt_db.cc 212 if (attr16.p_value->incl_handle.service_type.len == LEN_UUID_16)
221 if (attr16.p_value->incl_handle.service_type.len == LEN_UUID_16) {
222 UINT16_TO_STREAM(p, attr16.p_value->incl_handle.service_type.uu.uuid16);
347 memcpy(&attr.p_value->incl_handle.service_type, &service, sizeof(tBT_UUID));
gatt_cl.cc 385 memcpy(&result.value.group_value.service_type, &p_clcb->uuid,
739 if (!gatt_parse_uuid_from_cmd(&record_value.group_value.service_type,
759 STREAM_TO_UINT16(record_value.incl_service.service_type.uu.uuid16, p);
760 record_value.incl_service.service_type.len = LEN_UUID_16;
914 memcpy(p_clcb->read_uuid128.result.value.incl_service.service_type.uu
917 p_clcb->read_uuid128.result.value.incl_service.service_type.len =
    [all...]
  /external/autotest/client/cros/networking/
wifi_proxy.py 324 service_type = service_properties[self.SERVICE_PROPERTY_TYPE]
326 if service_type == 'wifi' and strength > 0:
  /external/webrtc/talk/app/webrtc/
peerconnection.cc 146 ServiceType* service_type,
157 *service_type = INVALID;
160 *service_type = static_cast<ServiceType>(i);
164 if (*service_type == INVALID) {
262 ServiceType service_type; local
264 &service_type,
294 if (service_type == TURNS) {
310 switch (service_type) {
317 bool secure = (service_type == TURNS);
    [all...]
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_hidd.cpp 231 out->service_type = 0x01; // best effort
248 out->service_type = (uint8_t)buf[0];
  /system/bt/bta/hd/
bta_hd_act.cc 191 p_app_data->in_qos.service_type, p_app_data->in_qos.token_rate,
196 p_app_data->out_qos.service_type, p_app_data->out_qos.token_rate,
  /system/bt/bta/gatt/
bta_gattc_cache.cc 834 p_data->value.group_value.service_type, true);
840 p_data->value.group_value.service_type, true);
850 p_data->value.incl_service.service_type);
856 p_data->value.incl_service.service_type, false);
859 p_srvc_cb, p_data->handle, &p_data->value.incl_service.service_type,
    [all...]

Completed in 915 milliseconds

1 2