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

<<31323334353637383940>>

  /external/jmdns/src/javax/jmdns/
package-info.java 4 * JmDNS is a Java implementation of multi-cast DNS and can be used for service registration and discovery in local area networks. JmDNS is fully compatible with Apple's Bonjour. The project was originally started in December 2002 by Arthur van Hoff
  /external/libnfc-nci/src/nfc/include/
llcp_defs.h 119 /* Well-Known Service */
123 /* Well-Known Service Bitmap */
125 #define LLCP_WKS_MASK_SDP 0x0002 /* Service Discovery "urn:nfc:sn:sdp" */
130 /* Well-Known Service Access Points */
132 #define LLCP_SAP_SDP 0x01 /* Service Discovery "urn:nfc:sn:sdp" */
149 /* Service Name, SN */
157 /* Service Discovery Request, SDREQ */
161 /* Service Discovery Response, SDRES */
165 /* Link Service Class */
  /external/libsepol/include/sepol/
sepol.h 25 /* Set internal policydb from a file for subsequent service calls. */
  /frameworks/base/core/java/android/accessibilityservice/
AccessibilityServiceInfo.java 79 private static final String TAG_ACCESSIBILITY_SERVICE = "accessibility-service";
82 * Capability: This accessibility service can retrieve the active window content.
88 * Capability: This accessibility service can request touch exploration mode in which
95 * Capability: This accessibility service can request enhanced web accessibility
102 * Capability: This accessibility service can request to filter the key event stream.
172 * Default service is invoked only if no package specific one exists. In case of
173 * more than one package specific service only the earlier registered is notified.
186 * content and also the accessibility service will receive accessibility events from
213 * certain gestures performed on the touch screen and notify this service.
215 * accessibility service that has this flag set. Hence, clearing thi
    [all...]
  /frameworks/base/core/java/android/service/notification/
StatusBarNotification.aidl 17 package android.service.notification;
  /frameworks/base/core/tests/coretests/EnabledTestApp/
AndroidManifest.xml 29 <service android:name=".DisabledService" android:enabled="false" >
30 </service>
41 <service android:name=".EnabledService" android:enabled="true" >
42 </service>
  /frameworks/base/docs/html/training/connect-devices-wirelessly/
index.jd 31 Network Service Discovery (NSD) takes this further by allowing an application to
48 <dt><strong><a href="nsd.html">Using Network Service Discovery</a></strong></dt>
51 details for the service you wish to connect to.</dd>
56 <dt><strong><a href="nsd-wifi-direct.html">Using Wi-Fi P2P for Service
  /frameworks/base/services/common_time/
Android.mk 20 # Uncomment to enable vesbose logging and debug service.
  /frameworks/base/tests/ActivityTests/
AndroidManifest.xml 33 <service android:name="SingleUserService"
35 </service>
36 <service android:name="ServiceUserTarget">
37 </service>
  /frameworks/base/tests/RemoteDisplayProvider/
README 7 The application registers a service that publishes a few different
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
EventLogTags.logtags 45 # uses a new tag, "gsm_rat_switched_new", to log the correct service states.
51 # GSM service state transition
57 # CDMA service state transition
80 # to log the correct "network_from" and "network_to" service states.
  /frameworks/support/v4/java/android/support/v4/content/
WakefulBroadcastReceiver.java 30 * to a {@link android.app.Service}, while ensuring that the
41 * to start the service that does the work. This method is comparable to
43 * the {@link WakefulBroadcastReceiver} is holding a wake lock when the service
50 * <p>The service (in this example, an {@link android.app.IntentService}) does
68 * Context.startService}, but holding a wake lock while the service starts.
70 * when the service receives it in {@link android.app.Service#onStartCommand
71 * Service.onStartCommand}, it should pass back the Intent it receives there to
76 * @param intent The Intent with which to start the service, as per
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
MediaRouteProviderProtocol.java 28 * The {@link Intent} that must be declared as handled by the service.
35 * Messages sent from the client to the service.
126 * Messages sent from the service to the client.
130 /** (service v1)
136 /** (service v1)
142 /** (service v1)
150 /** (service v1)
157 /** (service v1)
165 /** (service v1)
  /hardware/libhardware/include/hardware/
qemu_pipe.h 33 * that can be used to communicate with a named service managed by the
38 * 'pipeName' is the name of the emulator service you want to connect to.
50 * You should be able to open several pipes to the same pipe service,
79 D("%s: Could not connect to %s pipe service: %s", __FUNCTION__, pipeName, strerror(errno));
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
SearchParams.aidl 16 package com.android.emailcommon.service;
  /packages/apps/Email/src/com/android/email/service/
AccountService.java 17 package com.android.email.service;
19 import android.app.Service;
31 import com.android.emailcommon.service.IAccountService;
36 public class AccountService extends Service {
LegacyImapSyncAdapterService.java 17 package com.android.email.service;
Pop3SyncAdapterService.java 17 package com.android.email.service;
  /packages/inputmethods/PinyinIME/
AndroidManifest.xml 29 <service android:name=".PinyinDecoderService"
35 </service>
37 <service android:name=".PinyinIME"
44 </service>
  /packages/services/Telephony/src/com/android/phone/
NetworkQueryService.java 19 import android.app.Service;
36 * Service code used to assist in querying the network for service
39 public class NetworkQueryService extends Service {
47 // static states indicating the query status of the service
55 /** state of the query service */
62 * Class for clients to access. Because we know this service always
164 * Required for service implementation.
178 if (DBG) log("binding service implementation");
  /packages/wallpapers/NoiseField/src/com/android/noisefield/
NoiseFieldWallpaper.java 3 import android.app.Service;
8 import android.service.wallpaper.WallpaperService;
9 import android.service.wallpaper.WallpaperService.Engine;
36 ((WindowManager) getApplication().getSystemService(Service.WINDOW_SERVICE))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpc/
svc.h 54 * "service dispatch" function, a transport handle, and a boolean that
56 * local binder service; if true the program's number and version and the
60 * A service's dispatch function is called whenever an rpc request comes in
62 * those of the registered service. The dispatch function is passed two
147 * Service request
150 rpcprog_t rq_prog; /* service program number */
151 rpcvers_t rq_vers; /* service protocol version */
164 * Service registration
178 * Service un-registration
204 * When the service routine is called, it must first check to see if i
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
svc.h 54 * "service dispatch" function, a transport handle, and a boolean that
56 * local binder service; if true the program's number and version and the
60 * A service's dispatch function is called whenever an rpc request comes in
62 * those of the registered service. The dispatch function is passed two
147 * Service request
150 rpcprog_t rq_prog; /* service program number */
151 rpcvers_t rq_vers; /* service protocol version */
164 * Service registration
178 * Service un-registration
204 * When the service routine is called, it must first check to see if i
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
svc.h 54 * "service dispatch" function, a transport handle, and a boolean that
56 * local binder service; if true the program's number and version and the
60 * A service's dispatch function is called whenever an rpc request comes in
62 * those of the registered service. The dispatch function is passed two
147 * Service request
150 rpcprog_t rq_prog; /* service program number */
151 rpcvers_t rq_vers; /* service protocol version */
164 * Service registration
178 * Service un-registration
204 * When the service routine is called, it must first check to see if i
    [all...]
  /system/core/init/
keychords.c 35 void add_service_keycodes(struct service *svc)
97 struct service *svc;
113 INFO("starting service %s from keychord\n", svc->name);
116 ERROR("service for keychord %d not found\n", id);

Completed in 895 milliseconds

<<31323334353637383940>>