HomeSort by relevance Sort by last modified time
    Searched full:service (Results 2451 - 2475 of 11175) sorted by null

<<919293949596979899100>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
nis.x 37 % * structures used by the NIS service. It includes the file nis_tags.h
58 /* Errors that can be returned by the service */
101 NIS_UNAVAIL = 41, /* NIS+ service is unavailable (client) */
130 * A Name Service request
191 * This result is returned from the name service when it is requested to
214 uint32_t cp_zticks; /* Service 'ticks' */
296 /* The name service functions */
461 % * service daemon and client stubs. Normal users of NIS will not include
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
browser.h 37 /** An opaque Zeroconf service browser object */
70 const char *name; /**< Unique service name; always available */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
pmap_prot.h 33 * Protocol for the local binder service, or pmap.
75 * The service supports remote procedure calls on udp/ip or tcp/ip socket 111.
rpc.h 59 #include <rpc/svc.h> /* service manager and multiplexer */
60 #include <rpc/svc_auth.h> /* service side authenticator */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
nis.x 37 % * structures used by the NIS service. It includes the file nis_tags.h
58 /* Errors that can be returned by the service */
101 NIS_UNAVAIL = 41, /* NIS+ service is unavailable (client) */
130 * A Name Service request
191 * This result is returned from the name service when it is requested to
214 uint32_t cp_zticks; /* Service 'ticks' */
296 /* The name service functions */
461 % * service daemon and client stubs. Normal users of NIS will not include
  /system/core/adb/
protocol.txt 113 * "shell" - local shell service
114 * "upload" - service for pushing files across (like aproto's /sync)
215 service, the bridge program will create a stream socketpair and spawn
260 side to request access to a service in the host adb daemon or in the
261 remote (device) daemon. The service is requested by ascii name,
264 connected the client is talking to that (remote or local) service.
266 client: <hex4> <service-name>
269 client: <hex4> <service-name>
services.c 78 property_set("service.adb.root", "1");
99 property_set("service.adb.tcp.port", value);
109 property_set("service.adb.tcp.port", "0");
153 printf("cannot create service socket pair\n");
167 printf("cannot create service thread\n");
171 D("service thread started, %d:%d\n",s[0], s[1]);
310 printf("cannot create service thread\n");
314 D("service thread started, fd=%d pid=%d\n",ret_fd, pid);
  /cts/apps/CtsVerifier/
AndroidManifest.xml 211 <service android:name=".bluetooth.BleClientService"
214 <service android:name=".bluetooth.BleServerService"
471 <service android:name=".nfc.hce.PaymentService1" android:exported="true"
479 </service>
480 <service android:name=".nfc.hce.PaymentService2" android:exported="true"
488 </service>
489 <service android:name=".nfc.hce.TransportService1" android:exported="true"
497 </service>
498 <service android:name=".nfc.hce.TransportService2" android:exported="true"
506 </service>
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
ServReqAllTestCase01.java 29 * Service discovery requester test case to search all UPnP and Bonjour services with
ServReqAllTestCase02.java 29 * Service discovery requester test case to search all UPnP and Bonjour services with
ServReqAllTestCase03.java 30 * Service discovery requester test case to search all UPnP and Bonjour services with
ServReqUpnpAllTestCase.java 28 * Service discovery requester test case to search all upnp services with ssdp:all.
ServReqUpnpRootDeviceTestCase.java 28 * Service discovery requester test case to search upnp root devices.
  /cts/hostsidetests/appsecurity/test-apps/UsePermissionDiffCert/
AndroidManifest.xml 37 <service android:name=".ReceiveUriService" android:exported="true" />
  /cts/tests/tests/drm/jni/
android_drm_cts_NativeCodeTest.cpp 33 FILE *f = popen("service call drm.drmManager 6 i32 0 i32 31 i32 1937339183 i32 795698548 "
  /cts/tests/tests/security/src/android/security/cts/
ClonedSecureRandomTest.java 66 public void onServiceConnected(ComponentName className, IBinder service) {
67 mSecureRandomService = ISecureRandomService.Stub.asInterface(service);
85 * This test spawns a Service in a new process to check the initial state of
195 * another service spawned as we are doing in this test.
  /developers/samples/android/background/alarms/Scheduler/
AndroidManifest.xml 49 <service android:name=".SampleSchedulingService" />
  /developers/samples/android/background/alarms/Scheduler/res/values/
strings.xml 20 This sample demonstrates how you can schedule an alarm that causes a service to
  /developers/samples/android/background/alarms/Scheduler/src/com/example/android/scheduler/
MainActivity.java 26 * This sample demonstrates how to schedule an alarm that causes a service to
  /development/ndk/sources/android/libportable/arch-mips/
socket.c 179 int WRAP(getaddrinfo)(const char *node, const char *service,
189 ALOGV("%s(node:%p, service:%p, portable_hints:%p, portable_results:%p) {", __func__,
190 node, service, portable_hints, portable_results);
207 rv = REAL(getaddrinfo)(node, service, native_hints, native_results);
  /development/samples/Alarm/res/layout/
main.xml 17 <!-- Demonstrates starting and stopping a local service.
  /development/samples/ApiDemos/res/layout/
alarm_controller.xml 17 <!-- Demonstrates starting and stopping a local service.
alarm_service.xml 17 <!-- Demonstrates starting and stopping a local service.
foreground_service_controller.xml 17 <!-- Demonstrates starting and stopping a local service.
local_service_binding.xml 17 <!-- Demonstrates starting and stopping a local service.

Completed in 931 milliseconds

<<919293949596979899100>>