HomeSort by relevance Sort by last modified time
    Searched full:service (Results 276 - 300 of 8021) sorted by null

<<11121314151617181920>>

  /external/bluetooth/bluedroid/bta/include/
bta_gatt_api.h 116 #define BTA_GATTC_SRVC_CHG_EVT 15 /* service change event */
245 UINT16 e_handle; /* used for service only */
249 BOOLEAN is_primary; /* used when attribute type is service */
364 BD_ADDR remote_bda; /* service change event */
436 BOOLEAN is_primary; /* primary service or secondary */
542 tBTA_GATTS_ADD_RESULT add_result; /* add included service: BTA_GATTS_ADD_INCL_SRVC_EVT
657 ** Description This function is called to request a GATT service discovery
658 ** on a GATT server. This function report service search result
659 ** by a callback event, and followed by a service search complete
663 ** p_srvc_uuid: a UUID of the service application is interested in
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pan/
PanService.java 19 import android.app.Service;
57 * Provides Bluetooth Pan Device profile, as a service in
213 * Handlers for incoming service calls
237 PanService service = getService(); local
238 if (service == null) return false;
239 return service.connect(device);
242 PanService service = getService(); local
243 if (service == null) return false;
244 return service.disconnect(device);
247 PanService service = getService() local
252 PanService service = getService(); local
258 PanService service = getService(); local
263 PanService service = getService(); local
268 PanService service = getService(); local
275 PanService service = getService(); local
281 PanService service = getService(); local
490 INetworkManagementService service = INetworkManagementService.Stub.asInterface(b); local
    [all...]
  /packages/apps/Email/
AndroidManifest.xml 291 android:name=".service.AttachmentDownloadService$Watchdog"
295 android:name=".service.EmailBroadcastReceiver"
317 <service
318 android:name=".service.EmailBroadcastProcessorService" />
335 <service
336 android:name=".service.MailService"
339 </service>
341 <service
345 </service>
347 <service
    [all...]
  /frameworks/base/core/java/android/net/nsd/
NsdManager.java 40 * The Network Service Discovery Manager class provides the API to discover services
45 * <p> The API currently supports DNS based service discovery and discovery is currently
46 * limited to a local network over Multicast DNS. DNS service discovery is described at
72 * | add service to list
80 * | remove service from list
85 * | Connect to a service
92 * Establish connection to service
99 * with service type "_http._tcp". A successful registration is notified with a callback to
104 * with a call to {@link #discoverServices}. A service found is notified with a callback
105 * to {@link DiscoveryListener#onServiceFound} and a service lost is notified o
    [all...]
NsdServiceInfo.java 25 * A class representing service information for network service discovery
50 /** Get the service name */
55 /** Set the service name */
60 /** Get the service type */
65 /** Set the service type */
80 /** Get the host address. The host address is valid for a resolved service. */
90 /** Get port number. The port number is valid for a resolved service. */
  /external/openssh/
auth2.c 185 char *service = packet_get_cstring(&len); local
191 if (strcmp(service, "ssh-userauth") == 0) {
198 /* XXX all other service requests are denied */
202 packet_put_cstring(service);
206 debug("bad service request %s", service);
207 packet_disconnect("bad service request %s", service);
209 xfree(service);
218 char *user, *service, *method, *style = NULL local
    [all...]
  /frameworks/base/docs/html/training/id-auth/
custom_auth.jd 18 <li><a href="#TaskFour">Create an Authenticator Service</a></li>
19 <li><a href="#DistributeService">Distribute Your Service</a></li>
32 defined by Google. If you have your own online service, though, it won't have
76 service
137 <h2 id="TaskFour">Create an Authenticator Service</h2>
141 the background, so naturally they're required to run inside a {@link android.app.Service}. We'll
142 call this the authenticator service.</p>
144 <p>Your authenticator service can be very simple. All it needs to do is create
145 an instance of your authenticator class in {@link android.app.Service#onCreate onCreate()} and call
147 android.app.Service#onBind onBind()}. The <
    [all...]
  /frameworks/base/services/java/com/android/server/accessibility/
AccessibilityManagerService.java 108 * This class is instantiated by the system as a system level service and can be
109 * accessed only by the system. The task of this service is to be a centralized
173 private Service mQueryBridge;
242 // We will update when the automation service dies.
281 // We will update when the automation service dies.
313 // We will update when the automation service dies.
343 // We will update when the automation service dies.
412 // The automation service is a fake one and should not be reported
433 // The automation service is a fake one and should not be reported
434 // to clients as being enabled. The automation service is always th
449 Service service = services.get(i); local
471 Service service = services.get(i); local
697 Service service = getQueryBridge(); local
846 Service service = state.mBoundServices.get(i); local
864 Service service = state.mBoundServices.get(i); local
883 Service service = state.mBoundServices.get(i); local
992 Service service = state.mBoundServices.get(i); local
1079 Service service = services.get(i); local
1145 Service service = componentNameToServiceMap.get(componentName); local
1329 Service service = userState.mBoundServices.get(i); local
1410 Service service = userState.mBoundServices.get(i); local
1463 Service service = userState.mBoundServices.get(i); local
1518 Service service = userState.mBoundServices.get(j); local
1616 Service service = (Service) msg.obj; local
    [all...]
  /cts/tests/src/android/content/cts/
MockSyncAdapterService.java 19 import android.app.Service;
23 public class MockSyncAdapterService extends Service {
  /development/samples/MySampleRss/src/com/example/codelab/rssexample/
MyRssReader.java 58 // "start service" or "stop service", depending on whether the service is currently running.
65 menu.add(0, 0, "Start RSS Service", null);
66 menu.add(0, 1, "Stop RSS Service", null);
74 // Toggle out start service/stop service depending on whether the service is running.
  /development/samples/SoftKeyboard/
AndroidManifest.xml 4 <service android:name="SoftKeyboard"
10 </service>
  /development/samples/Support7Demos/src/com/example/android/supportv7/media/
_index.html 15 <dt><a href="SampleMediaRouteProviderService.html">Media Route Provider Service</a></dt>
17 running applications by registering it as a service.</dd>
  /external/chromium/chrome/browser/chromeos/
external_metrics.h 18 // ExternalMetrics is a service that Chrome offers to Chrome OS to upload
31 // Begins the external data collection. This service is started and stopped
32 // by the chrome metrics service. Calls to RecordAction originate in the
47 // Passes an action event to the UMA service on the UI thread.
50 // Passes an action event to the UMA service.
54 // UMA service on the UI thread.
60 // Passes an histogram event to the UMA service. |histogram_data| is in the
64 // Passes a linear histogram event to the UMA service. |histogram_data| is
  /external/chromium/chrome/browser/notifications/
desktop_notification_service_factory.cc 36 DesktopNotificationService* service = new DesktopNotificationService(profile, local
39 return service;
  /external/chromium/chrome/browser/prefs/
scoped_user_pref_update.cc 13 ScopedUserPrefUpdateBase::ScopedUserPrefUpdateBase(PrefService* service,
15 : service_(service),
  /external/chromium/chrome/browser/remoting/
remoting_options_handler.h 9 #include "chrome/browser/service/service_process_control.h"
17 // messages from the service process (by registering MessageHandler
  /external/freetype/include/freetype/internal/services/
svxf86nm.h 29 * A trivial service used to return the name of a face's font driver,
30 * according to the XFree86 nomenclature. Note that the service data
  /external/guava/guava/src/com/google/common/util/concurrent/
AbstractIdleService.java 35 public abstract class AbstractIdleService implements Service {
38 private final Service delegate = new AbstractService() {
68 /** Start the service. */
71 /** Stop the service. */
75 * Returns the {@link Executor} that will be used to run this service.
79 * execute()} method is called when this service is started and stopped,
82 * @param state {@link Service.State#STARTING} or
83 * {@link Service.State#STOPPING}, used by the default implementation for
  /external/nist-sip/java/gov/nist/javax/sip/header/extensions/
ReferencesHeader.java 28 public static final String SERVICE = "service";
  /external/protobuf/java/src/main/java/com/google/protobuf/
RpcChannel.java 35 * communication line to a {@link Service} which can be used to call that
36 * {@link Service}'s methods. The {@link Service} may be running on another
38 * instead construct a stub {@link Service} wrapping it. Example:
43 * MyService service = MyService.newStub(channel);
44 * service.myMethod(controller, request, callback);
57 * Call the given method of the remote service. This method is similar to
58 * {@code Service.callMethod()} with one important difference: the caller
  /external/qemu/android/
adb-qemud.h 21 * Implements 'adb' QEMUD service that is responsible for the data exchange
25 /* Initializes adb QEMUD service. */
  /external/qemu/android/camera/
camera-service.h 21 * Contains public camera service API.
24 /* Initializes camera emulation service over qemu pipe. */
  /frameworks/base/core/java/android/os/
CommonClock.java 37 * Used for accessing the android common time service's common clock and receiving notifications
44 * common time service is not able to determine the current common time due to a lack of
50 * Sentinel value returned by {@link #getTimelineId()} when the common time service is not
56 * Sentinel value returned by {@link #getEstimatedError()} when the common time service is not
63 * attempting to determine the state of the common time service.
68 * Value used by {@link #getState()} to indicate that the common time service is in its initial
69 * state and attempting to find the current timeline master, if any. The service will
77 * Value used by {@link #getState()} to indicate that the common time service is in its client
83 * Value used by {@link #getState()} to indicate that the common time service is in its master
84 * state and is serving as the timeline master for other common time service clients on th
    [all...]
  /frameworks/base/core/java/android/service/notification/
INotificationListener.aidl 17 package android.service.notification;
19 import android.service.notification.StatusBarNotification;
  /frameworks/base/core/java/android/service/wallpaper/
IWallpaperConnection.aidl 17 package android.service.wallpaper;
20 import android.service.wallpaper.IWallpaperEngine;

Completed in 606 milliseconds

<<11121314151617181920>>