HomeSort by relevance Sort by last modified time
    Searched refs:service_instance (Results 1 - 5 of 5) sorted by null

  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
remote.py 385 def invoke_remote_method(service_instance, request):
394 service_instance: The service object whose method is being invoked.
409 (type(service_instance).__name__,
413 response = method(service_instance, request)
417 (type(service_instance).__name__,
    [all...]
  /external/mdnsresponder/mDNSShared/
uds_daemon.c 109 typedef struct service_instance struct
111 struct service_instance *next;
120 } service_instance; typedef in typeref:struct:service_instance
185 service_instance *instances;
608 mDNSlocal void external_start_advertising_helper(service_instance *const instance)
642 mDNSlocal void external_stop_advertising_helper(service_instance *const instance)
684 mDNSlocal void unlink_and_free_service_instance(service_instance *srv)
693 service_instance **p = &srv->request->u.servicereg.instances;
713 freeL("service_instance", srv);
748 service_instance *instance = srs->ServiceContext
    [all...]
  /system/bt/stack/gatt/
gatt_int.h 235 UINT16 service_instance; /* service instance number */ member in struct:__anon73623
gatt_utils.c     [all...]
gatt_api.c 532 p_sreg->type, p_sreg->service_instance,
    [all...]

Completed in 959 milliseconds