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

<<131132133134135136137138139140>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
rusers.h 69 * This is the structure used in version 2 of the rusersd RPC service.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
kvm.h 28 __u8 isr; /* interrupt service register */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
bootparam_prot.x 34 * RPC for bootparms service.
nis_callback.x 43 * RPCL description of the Callback Service.
rusers.h 69 * This is the structure used in version 2 of the rusersd RPC service.
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/activities/
SensorActivity.java 41 import com.android.tools.sdkcontroller.service.ControllerService.ControllerBinder;
42 import com.android.tools.sdkcontroller.service.ControllerService.ControllerListener;
102 // BaseBindingActivity.onResume will bind to the service.
110 // BaseBindingActivity.onResume will unbind from (but not stop) the service.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
FmClassNameToResourceMethod.java 48 name = stripSuffix(name, "Service"); //$NON-NLS-1$
  /system/core/include/cutils/
properties.h 29 ** property service. If your data doesn't fit in the provided
  /system/netd/
UidMarkMap.cpp 61 // be affecting the service acting on its behalf.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ant.core_3.2.200.v20100427.jar 
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor.h 744 // Describes an RPC service. To get the ServiceDescriptor for a service,
745 // call Service::GetDescriptor(). Generated service classes also have a
750 // The name of the service, not including its containing scope.
752 // The fully-qualified name of the service, scope delimited by periods.
754 // Index of this service within the file's services array.
757 // The .proto file in which this service was defined. Never NULL.
760 // Get options for this service type. These are specified in the .proto file
761 // by placing lines like "option foo = 1234;" in the service definition
    [all...]
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
drive_file_sync_service.cc 91 scoped_ptr<DriveFileSyncService> service(new DriveFileSyncService(profile));
93 new SyncTaskManager(service->AsWeakPtr()));
96 service->Initialize(task_manager.Pass(), callback);
97 return service.Pass();
113 scoped_ptr<DriveFileSyncService> service(new DriveFileSyncService(profile));
115 new SyncTaskManager(service->AsWeakPtr()));
118 service->InitializeForTesting(task_manager.Pass(),
123 return service.Pass();
444 // change the service state to OK.
461 // Errors which could make the service temporarily unavailable
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/
browser_options_handler.cc 1248 ProfileSyncService* service = local
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/service/
EmailSyncAdapterService.java 17 package com.android.exchange.service;
55 import com.android.emailcommon.service.EmailServiceStatus;
56 import com.android.emailcommon.service.IEmailService;
57 import com.android.emailcommon.service.IEmailServiceCallback;
58 import com.android.emailcommon.service.SearchParams;
59 import com.android.emailcommon.service.ServiceProxy;
84 * Service for communicating with Exchange servers. There are three main parts of this class:
97 * new service.
193 * If there are no running pings, stop the service.
241 final EmailSyncAdapterService service = EmailSyncAdapterService.this local
    [all...]
  /external/bluetooth/bluedroid/stack/sdp/
sdp_api.c 329 ** Description This function is called to read the service UUID within a record
420 ** Description This function is called to read the 128-bit service UUID within a record
477 ** Description This function queries an SDP database for a specific service.
482 ** Returns Pointer to record containing service class, or NULL
581 ** Description This function queries an SDP database for a specific service.
589 ** Returns Pointer to record containing service class, or NULL
647 ** Description This function queries an SDP database for a specific service.
655 ** Returns Pointer to record containing service class, or NULL
    [all...]
  /external/dnsmasq/
dnsmasq.conf.example 91 # If you want dnsmasq to provide only DNS service on an interface,
135 # service.
191 # Never offer DHCP service to a machine whose ethernet
368 #pxe-service=x86PC, "Boot from local disk", 0
371 #pxe-service=x86PC, "Install Linux", pxelinux
375 #pxe-service=x86PC, "Install Linux", pxelinux, 1.2.3.4
378 #pxe-service=x86PC, "Install windows from RIS server", 1
381 #pxe-service=x86PC, "Install windows from RIS server", 1, 1.2.3.4
409 # Can fail with old PXE ROMS. Overridden by --pxe-service.
450 # to unregistered .com and .net hosts to its sitefinder service an
    [all...]
  /external/jmdns/src/javax/jmdns/impl/
ServiceInfoImpl.java 30 import javax.jmdns.impl.DNSRecord.Service;
38 * JmDNS service information.
206 * During recovery we need to duplicate service info to reregister them
340 // throw new IllegalArgumentException("The instance name component of a fully qualified service cannot be empty.");
412 * Sets the service instance name.
415 * unqualified service instance name, such as <code>foobar</code>
883 DNSRecord.Service srv = (DNSRecord.Service) rec;
937 * Returns true if the service info is filled with data.
939 * @return <code>true</code> if the service info has data, <code>false</code> otherwise
    [all...]
  /frameworks/base/core/java/android/service/wallpaper/
WallpaperService.java 17 package android.service.wallpaper;
25 import android.app.Service;
61 * A wallpaper service is responsible for showing a live wallpaper behind
62 * applications that would like to sit on top of it. This service object
69 public abstract class WallpaperService extends Service {
71 * The {@link Intent} that must be declared as handled by the service.
72 * To be supported, the service must also require the
78 "android.service.wallpaper.WallpaperService";
86 public static final String SERVICE_META_DATA = "android.service.wallpaper";
116 * The actual implementation of a wallpaper. A wallpaper service ma
    [all...]
  /frameworks/base/docs/html/google/play/billing/v2/
api.jd 12 <li><a href="#billing-arch">Service Architecture</a></li>
13 <li><a href="#billing-msgs">Service Messages</a></li>
32 asynchronous and uses service messages sent as broadcast intents, so
95 <h2 id="billing-arch">Service Architecture</h2>
97 <p>Your app accesses the In-app Billing service using an API that is exposed by
126 <li>A {@link android.app.Service Service} (named <code>BillingService</code> in the sample application),
128 Play in-app billing service.</li>
157 in-app billing service (named <code>MarketBillingService</code>) using simple IPC method calls. The
180 Service Interface</a>
    [all...]
  /external/netperf/
nettest_unix.c 219 Recv Send Send Utilization Service Demand\n\
463 /* utilization and/or service demand and thruput. */
547 /* calculated service demand and all those interesting things. If it */
575 /* We must now do a little math for service demand and cpu */
616 /* local service demand, or the remote service demand. If the */
647 local_service_demand, /* local service demand */
648 remote_service_demand); /* remote service demand */
653 /* The tester did not wish to measure service demand. */
    [all...]
  /external/chromium_org/third_party/libusb/src/libusb/os/
darwin_usb.c 70 static int process_new_device (struct libusb_context *ctx, io_service_t service);
214 static int get_ioregistry_value_number (io_service_t service, CFStringRef property, CFNumberType type, void *p) {
215 CFTypeRef cfNumber = IORegistryEntryCreateCFProperty (service, property, kCFAllocatorDefault, 0);
229 static usb_device_t **darwin_device_from_service (io_service_t service)
236 result = IOCreatePlugInInterfaceForService(service, kIOUSBDeviceUserClientTypeID,
241 usbi_dbg ("could not set up plugin for service: %s\n", darwin_error_str (result));
255 io_service_t service; local
259 while ((service = IOIteratorNext(add_devices))) {
262 process_new_device (ctx, service);;
265 IOObjectRelease(service);
904 io_service_t service; local
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.h 675 // Describes an RPC service. To get the ServiceDescriptor for a service,
676 // call Service::GetDescriptor(). Generated service classes also have a
681 // The name of the service, not including its containing scope.
683 // The fully-qualified name of the service, scope delimited by periods.
685 // Index of this service within the file's services array.
688 // The .proto file in which this service was defined. Never NULL.
691 // Get options for this service type. These are specified in the .proto file
692 // by placing lines like "option foo = 1234;" in the service definition
    [all...]
  /frameworks/base/core/java/android/nfc/
NfcAdapter.java 418 Log.e(TAG, "could not retrieve NFC service");
424 Log.e(TAG, "could not retrieve NFC Tag service");
431 Log.e(TAG, "could not retrieve card emulation service");
451 /** get handle to NFC service interface */
453 /* get a handle to NFC service */
525 * Returns the binder interface to the service.
534 * Returns the binder interface to the tag service.
543 * Returns the binder interface to the card emulation service.
552 * NFC service dead - attempt best effort recovery
556 Log.e(TAG, "NFC service dead - attempting to recover", e)
557 INfcAdapter service = getServiceInterface(); local
    [all...]
  /frameworks/base/services/java/com/android/server/
NotificationManagerService.java 64 import android.service.notification.INotificationListener;
65 import android.service.notification.NotificationListenerService;
66 import android.service.notification.StatusBarNotification;
263 // Remove the listener, but don't unbind from the service. The system will bring the
264 // service back up, and the onServiceConnected handler will readd the listener with the
265 // new binding. If this isn't a bound service, and is just a registered
570 Slog.w(TAG, "Skipping notification listener service "
660 * {@link android.service.notification.NotificationListenerService}.
681 * {@link android.service.notification.NotificationListenerService} to bind to.
726 public void onServiceConnected(ComponentName name, IBinder service) {
    [all...]
  /packages/apps/Music/src/com/android/music/
MediaPlaybackService.java 21 import android.app.Service;
67 public class MediaPlaybackService extends Service {
160 // interval after which we stop the service when idle
363 // If the service was idle, but got killed before it stopped itself, the
373 Log.e(LOGTAG, "Service being destroyed while still playing.");
443 //Log.i("@@@@ service", "created queue string in " + (System.currentTimeMillis() - start) + " ms");
474 //Log.i("@@@@ service", "saved state in " + (System.currentTimeMillis() - start) + " ms");
493 //Log.i("@@@@ service", "loaded queue: " + q);
554 // - music service is restarted, service restores state, doesn't fin
    [all...]

Completed in 1610 milliseconds

<<131132133134135136137138139140>>