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

<<41424344454647484950>>

  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
java_service.h 64 // Generate a Java interface for the service.
76 // Generate the implementation of Service.callMethod().
82 // Generate the implementations of Service.get{Request,Response}Prototype().
86 // Generate a stub implementation of the service.
96 // Generate a blocking stub interface and implementation of the service.
  /external/freetype/include/freetype/internal/
ftserv.h 20 /* Each module can export one or more `services'. Each service is */
24 /* Note that a service's data cannot be a mere function pointer because */
50 * This macro is used to look up a service from a face's driver module.
57 * A string describing the service as defined in the service's
64 * A variable that receives the service pointer. Will be NULL
101 * This macro is used to look up a service from all modules.
108 * A string describing the service as defined in the service's
115 * A variable that receives the service pointer. Will be NUL
    [all...]
  /external/junit/src/org/junit/internal/runners/
MethodRoadie.java 59 ExecutorService service= Executors.newSingleThreadExecutor();
66 Future<Object> result= service.submit(callable);
67 service.shutdown();
69 boolean terminated= service.awaitTermination(timeout,
72 service.shutdownNow();
  /external/protobuf/src/google/protobuf/compiler/java/
java_service.h 64 // Generate a Java interface for the service.
76 // Generate the implementation of Service.callMethod().
82 // Generate the implementations of Service.get{Request,Response}Prototype().
86 // Generate a stub implementation of the service.
96 // Generate a blocking stub interface and implementation of the service.
  /external/qemu/android/
hw-control.c 47 QemudService* service; member in struct:__anon27415
63 /* called when a qemud client connects to the service */
66 QemudService* service,
72 client = qemud_client_new( service, channel, client_param,
128 control->service = qemud_service_register( "hw-control", 0,
  /frameworks/base/core/java/android/bluetooth/
BluetoothInputDevice.java 39 * Service via IPC. Use {@link BluetoothAdapter#getProfileProxy} to get
195 if (VDBG) Log.d(TAG,"Unbinding service...");
208 if (VDBG) Log.d(TAG,"Binding service...");
221 * Bluetooth Service which handles the InputDevice profile
246 Log.e(TAG, "Could not bind to Bluetooth HID Service with " + intent);
306 if (mService == null) Log.w(TAG, "Proxy not attached to service");
346 if (mService == null) Log.w(TAG, "Proxy not attached to service");
363 if (mService == null) Log.w(TAG, "Proxy not attached to service");
380 if (mService == null) Log.w(TAG, "Proxy not attached to service");
397 if (mService == null) Log.w(TAG, "Proxy not attached to service");
    [all...]
  /frameworks/base/core/java/android/hardware/
ConsumerIrManager.java 56 Log.w(TAG, "no consumer ir service.");
80 Log.w(TAG, "failed to transmit; no consumer ir service.");
131 * null if there was an error communicating with the Consumer IR Service.
135 Log.w(TAG, "no consumer ir service.");
142 Log.w(TAG, "consumer ir service returned an uneven number of frequencies.");
  /frameworks/base/core/java/android/print/
PrinterId.java 36 * @param serviceName The managing print service.
37 * @param localId The locally unique id within the managing service.
52 * The id of the print service this printer is managed by.
54 * @return The print service component name.
64 * of the print service that manages it.
  /frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
UsbDebuggingActivity.java 53 if (SystemProperties.getInt("service.adb.tcp.port", 0) == 0) {
125 IUsbManager service = IUsbManager.Stub.asInterface(b); local
127 service.allowUsbDebugging(alwaysAllow, mKey);
129 service.denyUsbDebugging();
132 Log.e(TAG, "Unable to notify Usb service", e);
  /frameworks/base/wifi/java/android/net/wifi/p2p/nsd/
WifiP2pServiceInfo.java 26 * A class for storing service information that is advertised
35 * All service protocol types.
40 * DNS based service discovery protocol.
82 * # UPnP service
84 * -org:service:ContentDirectory:2"}
  /libcore/luni/src/test/java/libcore/java/security/
SecureRandomTest.java 39 Set<Provider.Service> services = provider.getServices();
40 for (Provider.Service service : services) {
41 String type = service.getType();
46 String algorithm = service.getAlgorithm();
  /libcore/luni/src/test/java/libcore/javax/crypto/
KeyGeneratorTest.java 41 Set<Provider.Service> services = provider.getServices();
42 for (Provider.Service service : services) {
43 String type = service.getType();
47 String algorithm = service.getAlgorithm();
  /packages/apps/Nfc/src/com/android/nfc/handover/
HandoverClient.java 52 NfcService service = NfcService.getInstance(); local
55 sock = service.createLlcpSocket(0, MIU, 1, 1024);
63 if (DBG) Log.d(TAG, "about to connect to service " +
77 throw new IOException("Could not connect to handover service");
142 if (DBG) Log.d(TAG, "couldn't connect to handover service");
  /packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
HealthService.java 54 * Provides Bluetooth Health Device profile, as a service in
297 public BluetoothHealthDeathRecipient(HealthService service, BluetoothHealthAppConfiguration config) {
298 mService = service;
314 * Handlers for incoming service calls
342 HealthService service = getService(); local
343 if (service == null) return false;
344 return service.registerAppConfiguration(config, callback);
348 HealthService service = getService(); local
349 if (service == null) return false;
350 return service.unregisterAppConfiguration(config)
355 HealthService service = getService(); local
362 HealthService service = getService(); local
369 HealthService service = getService(); local
376 HealthService service = getService(); local
382 HealthService service = getService(); local
388 HealthService service = getService(); local
394 HealthService service = getService(); local
    [all...]
  /development/samples/MySampleRss/src/com/example/codelab/rssexample/
MyRssReader5.java 117 // "start service" or "stop service", depending on whether the service is currently running.
133 // Toggle out start service/stop service depending on whether the service is running.
145 case 0: // Start service
149 case 1: // Stop service
198 // Tell the service to requery the service, then se
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/feedback_private/
feedback_private_api.cc 137 FeedbackService* service = FeedbackPrivateAPI::GetFactoryInstance() local
140 DCHECK(service);
141 SetResult(new base::StringValue(service->GetUserEmail()));
148 FeedbackService* service = FeedbackPrivateAPI::GetFactoryInstance() local
151 DCHECK(service);
152 service->GetSystemInformation(
217 FeedbackService* service = FeedbackPrivateAPI::GetFactoryInstance() local
220 DCHECK(service);
224 service->GetHistograms(histograms.get());
229 service->SendFeedback
    [all...]
  /external/icu4c/common/unicode/
uenum.h 72 * the iterator is out-of-sync with its service, status is set to
90 * with its service, status is set to U_ENUM_OUT_OF_SYNC_ERROR and
91 * NULL is returned. If the native service string is a char* string,
99 * the iterator is out of sync with its service.
116 * with its service, status is set to U_ENUM_OUT_OF_SYNC_ERROR and
117 * NULL is returned. If the native service string is a UChar*
128 * the iterator is out of sync with its service. Set to
147 * Resets the iterator to the current list of service IDs. This
148 * re-establishes sync with the service and rewinds the iterator
152 * the iterator is out of sync with its service.
    [all...]
  /frameworks/base/core/java/android/app/
NotificationManager.java 126 INotificationManager service = getService(); local
136 service.enqueueNotificationWithTag(pkg, mContext.getOpPackageName(), tag, id,
151 INotificationManager service = getService(); local
161 service.enqueueNotificationWithTag(pkg, mContext.getOpPackageName(), tag, id,
187 INotificationManager service = getService(); local
191 service.cancelNotificationWithTag(pkg, tag, id, UserHandle.myUserId());
201 INotificationManager service = getService(); local
205 service.cancelNotificationWithTag(pkg, tag, id, user.getIdentifier());
216 INotificationManager service = getService(); local
220 service.cancelAllNotifications(pkg, UserHandle.myUserId())
    [all...]
ContextImpl.java 167 public boolean bindService(Intent service, ServiceConnection conn, int flags) {
233 * Override this class when the system service constructor needs a
244 Object service; local
255 service = cache.get(mContextCacheIndex);
256 if (service != null) {
257 return service;
260 service = createService(ctx);
261 cache.set(mContextCacheIndex, service);
262 return service;
268 * service. getService() will handle locking and caching
284 Object service = mCachedInstance; local
1641 IDropBoxManagerService service = IDropBoxManagerService.Stub.asInterface(b); local
    [all...]
  /frameworks/base/core/java/android/service/notification/
NotificationListenerService.java 17 package android.service.notification;
21 import android.app.Service;
29 * A service that receives calls from the system when new notifications are posted or removed.
30 * <p>To extend this class, you must declare the service in your manifest file with
34 * &lt;service android:name=".NotificationListener"
38 * &lt;action android:name="android.service.notification.NotificationListenerService" />
40 * &lt;/service></pre>
42 public abstract class NotificationListenerService extends Service {
52 * The {@link Intent} that must be declared as handled by the service.
56 = "android.service.notification.NotificationListenerService"
    [all...]
  /frameworks/base/docs/html/guide/faq/
framework.jd 11 from one Activity/Service to another?</a></li>
14 <li><a href="#5">If an Activity starts a remote service, is
15 there any way for the Service to pass a message back to the Activity?</a></li>
30 in your manifest file, to explicitly place a component (Activity/Service) in
138 <h2>If an Activity starts a remote service, is there any way for the
139 Service to pass a message back to the Activity?</h2>
141 <p>See the {@link android.app.Service} documentation's for examples of
142 how clients can interact with a service. You can take advantage of the
144 service interaction from the generic remote case, as shown by the "Local
145 Service Sample". In some cases techniques like singletons may also make sense
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ServiceMonitor.java 41 * Manages a persistent connection to a service component defined in a secure setting.
43 * <p>If a valid service component is specified in the secure setting, starts it up and keeps it
54 /** The service does not exist or failed to bind */
56 /** The service is about to start, this is a chance to perform cleanup and
117 public void onServiceConnected(ComponentName name, IBinder service) {
118 if (mDebug) Log.d(mTag, "onServiceConnected name=" + name + " service=" + service);
120 mService = service;
122 service.linkToDeath(this, 0);
243 Log.w(mTag, "Error binding to service: " + mServiceName, t)
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
EnableAccessibilityController.java 120 // accessibility service, then we have nothing to do.
126 // If the global gesture is enabled and there is a speaking service
140 AccessibilityServiceInfo service = iterator.next(); local
141 if ((service.feedbackType & AccessibilityServiceInfo.FEEDBACK_SPOKEN) == 0) {
228 AccessibilityServiceInfo service = services.get(0); local
229 boolean enableTouchExploration = (service.flags
231 // Try to find a service supporting explore by touch.
239 service = candidate;
245 ServiceInfo serviceInfo = service.getResolveInfo().serviceInfo;
251 // Enable one speaking accessibility service
    [all...]
  /libcore/luni/src/test/java/libcore/javax/net/ssl/
TrustManagerFactoryTest.java 179 Set<Provider.Service> services = provider.getServices();
180 for (Provider.Service service : services) {
181 String type = service.getType();
185 String algorithm = service.getAlgorithm();
225 Set<Provider.Service> services = provider.getServices();
226 for (Provider.Service service : services) {
227 String type = service.getType();
231 String algorithm = service.getAlgorithm()
    [all...]
  /packages/apps/Email/src/com/android/email/service/
AttachmentDownloadService.java 17 package com.android.email.service;
22 import android.app.Service;
44 import com.android.emailcommon.service.EmailServiceProxy;
45 import com.android.emailcommon.service.EmailServiceStatus;
46 import com.android.emailcommon.service.IEmailServiceCallback;
61 public class AttachmentDownloadService extends Service implements Runnable {
161 * stalled, as determined by the timing of the most recent service callback
451 // If our service instance is gone, just leave
486 EmailServiceProxy service = EmailServiceUtils.getServiceForAccount( local
497 startDownload(service, req)
666 EmailServiceProxy service = EmailServiceUtils.getServiceForAccount( local
809 AttachmentDownloadService service = sRunningService; local
822 AttachmentDownloadService service = sRunningService; local
835 AttachmentDownloadService service = sRunningService; local
843 AttachmentDownloadService service = sRunningService; local
    [all...]

Completed in 1110 milliseconds

<<41424344454647484950>>