/external/mdnsresponder/mDNSPosix/ |
mdnsd.sh | 50 echo -n "Starting Apple Darwin Multicast DNS / DNS Service Discovery daemon:" 56 echo -n "Stopping Apple Darwin Multicast DNS / DNS Service Discovery daemon:" 61 echo -n "Restarting Apple Darwin Multicast DNS / DNS Service Discovery daemon:"
|
/external/webkit/Tools/BuildSlaveSupport/gtk/ |
README | 14 In order to use the provided service control files, you will need the 43 "crashmon", if desired) to the service control directory of 44 daemontools; for Debian-based setups that would be "/etc/service"
|
/frameworks/av/include/common_time/ |
ICommonClock.h | 45 // Name of the ICommonClock service registered with the service manager. 91 // Simple helper to make it easier to connect to the CommonClock service.
|
ICommonTimeConfig.h | 34 // Name of the ICommonTimeConfig service registered with the service 56 // Simple helper to make it easier to connect to the CommonTimeConfig service.
|
/frameworks/base/core/java/android/app/ |
package.html | 9 android.app.Activity} and {@link android.app.Service}. The other two components are from the {@link 18 <p>A {@link android.app.Service} is an application component that can perform 19 long-running operations in the background without a user interface. For example, a service
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothPan.java | 38 * Service via IPC. Use {@link BluetoothAdapter#getProfileProxy} to get 128 * Bluetooth Service which handles the Pan profile 143 Log.e(TAG, "Could not bind to Bluetooth HID Service"); 175 Log.e(TAG, "Could not bind to Bluetooth HID Service"); 179 if (VDBG) Log.d(TAG,"Unbinding service..."); 221 if (mPanService == null) Log.w(TAG, "Proxy not attached to service"); 262 if (mPanService == null) Log.w(TAG, "Proxy not attached to service"); 279 if (mPanService == null) Log.w(TAG, "Proxy not attached to service"); 296 if (mPanService == null) Log.w(TAG, "Proxy not attached to service"); 314 if (mPanService == null) Log.w(TAG, "Proxy not attached to service"); [all...] |
/frameworks/base/core/java/android/os/ |
SystemVibrator.java | 40 Log.w(TAG, "Failed to vibrate; no vibrator service."); 53 Log.w(TAG, "Failed to vibrate; no vibrator service."); 66 Log.w(TAG, "Failed to vibrate; no vibrator service.");
|
/frameworks/base/core/java/android/speech/ |
IRecognitionService.aidl | 24 * A Service interface to speech recognition. Call startListening when 29 * accessing recognition service. 34 * Starts listening for speech. Please note that the recognition service supports
|
/frameworks/base/services/java/com/android/server/location/ |
GeocoderProxy.java | 36 private static final String SERVICE_ACTION = "com.android.location.service.GeocodeProvider"; 80 return "Service not Available"; 97 return "Service not Available";
|
/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/ |
ActivityTestMain.java | 158 public void onServiceConnected(ComponentName name, IBinder service) { 159 Log.i(TAG, "Service connected " + name + " " + service); 163 Log.i(TAG, "Service disconnected " + name); 232 public void onServiceConnected(ComponentName name, IBinder service) { 233 Log.i(TAG, "Service connected " + name + " " + service); 237 Log.i(TAG, "Service disconnected " + name); 255 public void onServiceConnected(ComponentName name, IBinder service) { 256 Log.i(TAG, "Service connected " + name + " " + service) [all...] |
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
ProviderTest.java | 35 import java.security.Provider.Service; 269 Provider.Service s = (Provider.Service)it.next(); 285 fail("Incorrect service"); 302 Provider.Service s = p.getService("MessageDigest", "SHA-1"); 343 public void putService(Provider.Service s) { 349 public void removeService(Provider.Service s) { 370 Provider.Service s = p2.getService("MessageDigest", "ASH-1"); 385 Set<Provider.Service> services = myProvider.getServices(); 388 Provider.Service s[] = new Provider.Service[3] [all...] |
/packages/apps/Exchange/exchange2/src/com/android/exchange/service/ |
ExchangeBroadcastProcessorService.java | 17 package com.android.exchange.service; 30 * The service that really handles broadcast intents on a worker thread. 32 * We make it a service, because:
|
/packages/experimental/RpcPerformance/src/com/android/rpc_performance/ |
MiscService.java | 19 import android.app.Service; 32 public class MiscService extends Service { 34 public static final String SOCKET_NAME = "play-misc-service";
|
/packages/providers/MediaProvider/src/com/android/providers/media/ |
MtpReceiver.java | 49 // Start MTP service if USB is connected and either the MTP or PTP function is enabled 56 // tell MediaProvider MTP is connected so it can bind to the service 61 // tell MediaProvider MTP is disconnected so it can unbind from the service
|
/packages/wallpapers/Galaxy4/src/com/android/galaxy4/ |
Galaxy4Wallpaper.java | 26 import android.service.wallpaper.WallpaperService; 30 import android.app.Service; 52 ((WindowManager) getApplication().getSystemService(Service.WINDOW_SERVICE))
|
/packages/wallpapers/PhaseBeam/src/com/android/phasebeam/ |
PhaseBeamWallpaper.java | 3 import android.app.Service; 8 import android.service.wallpaper.WallpaperService; 33 ((WindowManager) getApplication().getSystemService(Service.WINDOW_SERVICE))
|
/tools/motodev/src/plugins/emulator/src/com/motorola/studio/android/emulator/device/ |
TmLDeviceFrameworkSupport.java | 76 for (IService service : deviceType.getServices()) 78 if (service.getId().equals(serviceID)) 80 ServiceHandler serviceHandler = (ServiceHandler) service.getHandler();
|
/external/bluetooth/bluedroid/bta/include/ |
bta_ag_api.h | 143 #define BTA_AG_ERR_NO_NETWORK_SERV 30 /* No network service */ 145 #define BTA_AG_ERR_NO_NET_EMG_ONLY 32 /* Network not allowed - emergency service only */ 161 #define BTA_AG_ERR_SERVPRO_PIN_REQ 44 /* Service provider personalization PIN required */ 162 #define BTA_AG_ERR_SERVPRO_PUK_REQ 45 /* Service provider personalization PUK required */ 174 #define BTA_AG_ERR_OPT_NOT_SUPP 132 /* Service option not supported (#32) */ 175 #define BTA_AG_ERR_OPT_NOT_SUBSCR 133 /* Requested service option not subscribed (#33) */ 176 #define BTA_AG_ERR_OPT_OUT_OF_ORDER 134 /* Service option temporarily out of order (#34) */ 225 #define BTA_AG_CONN_EVT 4 /* Service level connection opened */ 311 #define BTA_AG_IND_SERVICE 3 /* position of service indicator */ 330 /* service indicator values * [all...] |
/external/chromium/chrome/browser/webdata/ |
web_data_service.h | 193 WebDataRequest(WebDataService* service, 207 // Invoked by the service when this request has been completed. 208 // This will notify the service in whatever thread was used to create this 234 GenericRequest(WebDataService* service, 238 : WebDataRequest(service, handle, consumer), 256 GenericRequest2(WebDataService* service, 261 : WebDataRequest(service, handle, consumer), 283 // Initializes the web data service. Returns false on failure 287 // Shutdown the web data service. The service can no longer be used after thi [all...] |
/frameworks/base/services/java/com/android/server/am/ |
ServiceRecord.java | 47 * A running application service. 58 final ComponentName name; // service component. 61 // original intent used to find service. 63 // all information about the service. 65 // information about service's app. 66 final int userId; // user that this service is running as 69 final String permission;// permission needed to access service 74 final Runnable restarter; // used to schedule retries of starting the service 75 final long createTime; // when this service was created 78 // All active bindings to the service [all...] |
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
DownloadService.java | 24 import android.app.Service; 60 public class DownloadService extends Service { 72 * The Service's view of the list of downloads, mapping download IDs to the corresponding info 73 * object. This is kept independently from the content provider, and the Service only initiates 126 Log.v(Constants.TAG, "Service ContentObserver received notification"); 138 public void onServiceConnected(ComponentName className, IBinder service) { 145 mMediaScannerService = IMediaScannerService.Stub.asInterface(service); 194 * service. Binding to this service is not allowed. 200 throw new UnsupportedOperationException("Cannot bind to Download Manager Service"); [all...] |
/tools/motodev/src/plugins/common/src/com/motorola/studio/android/model/manifest/dom/ |
ApplicationNode.java | 121 || (nodeType == NodeType.Service) || (nodeType == NodeType.Receiver) 544 * Adds a Service Node to the Application Node 546 * @param service The Service Node 548 public void addServiceNode(ServiceNode service) 550 if (service != null) 552 if (!children.contains(service)) 554 children.add(service); 560 * Retrieves all Service Nodes from the Application Node 562 * @return all Service Nodes from the Application Nod [all...] |
/external/dbus/bus/ |
dispatch.c | 271 /* We need to refetch the service name here, because 299 else if (service_name != NULL) /* route to named service */ 302 BusService *service; local 310 service = bus_registry_lookup (registry, &service_string); 312 if (service == NULL && dbus_message_get_auto_start (message)) 316 * recipient service doesn't exist yet. We do it before sending the 317 * message after the service has been created. 331 else if (service == NULL) 341 addressed_recipient = bus_service_get_primary_owners_connection (service); 629 _dbus_warn ("expected info on service %s, got info on %s\n" [all...] |
/frameworks/base/docs/html/guide/topics/media/ |
mediaplayer.jd | 20 <li><a href="#mpandservices">Using a Service with MediaPlayer</a> 25 <li><a href="#foregroundserv">Running as a foreground service</a></li> 253 a {@link android.media.MediaPlayer MediaPlayer} controlled by a {@link android.app.Service}, as 254 discussed in <a href="#mpandservices">Using a Service with MediaPlayer</a>.</p> 256 <h2 id="mpandservices">Using a Service with MediaPlayer</h2> 261 {@link android.app.Service Service} and control the 264 about how an application running a background service should interact with the rest of the 273 {@link android.app.Service Service} is done in a single thread b [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/ |
ServReqMultiClientTestCase01.java | 25 * Service discovery requester test case to search all UPnP services on channel1 83 * set service response listener callback. 100 * channel1 receive only UPnP service. 121 * channel2 receive only Bonjour service.
|