/external/chromium_org/chrome/browser/sync/test/integration/ |
sync_auth_test.cc | 110 GetClient(0)->service()->IsRetryingAccessTokenFetchForTest()); 125 GetClient(0)->service()->IsRetryingAccessTokenFetchForTest()); 139 GetClient(0)->service()->IsRetryingAccessTokenFetchForTest()); 153 GetClient(0)->service()->IsRetryingAccessTokenFetchForTest()); 168 GetClient(0)->service()->GetAuthError().state()); 183 GetClient(0)->service()->GetAuthError().state()); 197 GetClient(0)->service()->GetAuthError().state()); 211 ASSERT_FALSE(GetClient(0)->service()->sync_initialized()); 213 GetClient(0)->service()->GetAuthError().state()); 227 ASSERT_FALSE(GetClient(0)->service()->sync_initialized()) [all...] |
/external/chromium_org/chrome/common/extensions/api/ |
sync_file_system.idl | 17 // The sync service is being initialized (e.g. restoring data from the 18 // database, checking connectivity and authenticating to the service etc). 21 // The sync service is up and running. 24 // The sync service is not synchronizing files because the remote service 28 // The sync service is not synchronizing files because the remote service 30 // network is offline, the remote service is down or not 32 // in OnServiceInfoUpdated (which could contain service-specific details). 35 // The sync service is disabled and the content will never sync [all...] |
/external/chromium_org/remoting/host/win/ |
host_service.cc | 5 // This file implements the Windows service controlling Me2Me host processes 44 // "--console" runs the service interactively for debugging purposes. 228 << "Failed to connect to the service control manager"; 232 // Wait until the service thread completely exited to avoid concurrent 234 // destoyed by the service thread. 246 // Register the service control handler. 251 << "Failed to register the service control handler"; 255 // Report running status of the service. 266 << "Failed to report service status to the service control manager" 437 HostService* service = HostService::GetInstance(); local [all...] |
/frameworks/base/core/java/android/bluetooth/ |
BluetoothMap.java | 62 if (VDBG) Log.d(TAG,"Unbinding service..."); 75 if (VDBG) Log.d(TAG,"Binding service..."); 110 Log.e(TAG, "Could not bind to Bluetooth MAP Service with " + intent); 125 * Close the connection to the backing service. 154 * Get the current state of the BluetoothMap service. 156 * object is currently not connected to the Map service. 165 Log.w(TAG, "Proxy not attached to service"); 175 * the Map service. 184 Log.w(TAG, "Proxy not attached to service"); 193 * currently connected to the Map service [all...] |
/frameworks/base/docs/html/training/sync-adapters/ |
creating-authenticator.jd | 53 implementations. You also need to provide a bound {@link android.app.Service} that 140 Service for it. This service provides an Android binder object that allows the framework 144 Since the framework starts this {@link android.app.Service} the first time it needs to 145 access the authenticator, you can also use the service to instantiate the authenticator, 147 {@link android.app.Service#onCreate Service.onCreate()} method of the service. 150 The following snippet shows you how to define the bound {@link android.app.Service}: 154 * A bound Service that instantiates the authenticato [all...] |
/frameworks/base/services/java/com/android/server/ |
AppWidgetService.java | 49 * Redirects calls to this service to the instance of the service for the appropriate user. 225 AppWidgetServiceImpl service; local 227 service = mAppWidgetServices.get(userId); 228 if (service == null) { 231 service = new AppWidgetServiceImpl(mContext, userId, mSaveStateHandler); 232 service.systemReady(mSafeMode); 234 mAppWidgetServices.append(userId, service); 239 service.sendInitialBroadcasts(); 241 return service; 324 AppWidgetServiceImpl service = mAppWidgetServices.valueAt(i); local [all...] |
/frameworks/base/wifi/java/android/net/wifi/p2p/ |
WifiP2pManager.java | 95 * service discovery is meant to address this issue of filtering the peers based on the running 98 * <p>With pre-association service discovery, an application can advertise a service for a 100 * Currently, DNS based service discovery (Bonjour) and Upnp are the higher layer protocols 105 * <p> An application can advertise a Upnp or a Bonjour service with a call to 106 * {@link #addLocalService}. After a local service is added, 107 * the framework automatically responds to a peer application discovering the service prior 109 * service and {@link #clearLocalServices} can be used to clear all local services. 113 * application can add service discovery request with a call to {@link #addServiceRequest}, 114 * remove a service discovery request with a call to {@link #removeServiceRequest} or clea [all...] |
/external/chromium_org/gpu/command_buffer/service/ |
in_process_command_buffer.cc | 5 #include "gpu/command_buffer/service/in_process_command_buffer.h" 27 #include "gpu/command_buffer/service/command_buffer_service.h" 28 #include "gpu/command_buffer/service/context_group.h" 29 #include "gpu/command_buffer/service/gl_context_virtual.h" 30 #include "gpu/command_buffer/service/gpu_control_service.h" 31 #include "gpu/command_buffer/service/gpu_scheduler.h" 32 #include "gpu/command_buffer/service/image_manager.h" 33 #include "gpu/command_buffer/service/mailbox_manager.h" 34 #include "gpu/command_buffer/service/transfer_buffer_manager.h" 41 #include "gpu/command_buffer/service/stream_texture_manager_in_process_android.h 185 scoped_refptr<Service> service; local [all...] |
in_process_command_buffer.h | 55 // This class provides a thread-safe interface to the global GPU service (for 62 class Service; 63 explicit InProcessCommandBuffer(const scoped_refptr<Service>& service); 119 // The serializer interface to the GPU service (i.e. thread). 120 class Service { 122 Service(); 123 virtual ~Service(); 188 static scoped_refptr<Service> GetDefaultService(); 209 scoped_refptr<Service> service_ [all...] |
/external/qemu/docs/ |
ANDROID-QEMUD.TXT | 22 Each service is identified by a name and serves a specific purpose. For 47 - sending the service name through the socket 52 corresponding service. 83 communication, the client and service should use a fragmentation 92 - When a client connects to /dev/socket/qemud and sends a service 95 connect:<service>:<id> 97 where <service> is the service name, and <id> is a 2-hexchar string 114 the corresponding emulator service will be passed through the 122 - If an emulator service decides, for some reason, to disconnec [all...] |
/external/bluetooth/bluedroid/bta/gatt/ |
bta_gattc_cache.c | 51 "I", /* Included Service */ 76 APPL_TRACE_ERROR6("Service[%d]: handle[%d ~ %d] %s[0x%04x] inst[%d]", 206 ** Description get service instance number 208 ** Returns instance ID of the service. 289 ** Description Add a service into database cache. 303 APPL_TRACE_DEBUG0("Add a service into Service"); 314 /* update service information */ 327 /* first service */ 359 APPL_TRACE_DEBUG1("bta_gattc_add_attr_to_cache: Add a [%s] into Service", bta_gattc_attr_type[type]) [all...] |
/external/chromium_org/chrome/browser/prefs/ |
pref_metrics_service_unittest.cc | 89 std::string GetHashedPrefValue(PrefMetricsService* service, 92 return service->GetHashedPrefValue( 96 std::string GetOldStyleHashedPrefValue(PrefMetricsService* service, 99 return service->GetHashedPrefValue( 200 scoped_ptr<PrefMetricsService> service = local 242 scoped_ptr<PrefMetricsService> service = local 262 scoped_ptr<PrefMetricsService> service = local 283 scoped_ptr<PrefMetricsService> service = local 302 scoped_ptr<PrefMetricsService> service = local 320 scoped_ptr<PrefMetricsService> service local 343 scoped_ptr<PrefMetricsService> service = local 376 scoped_ptr<PrefMetricsService> service = local 392 scoped_ptr<PrefMetricsService> service = local 411 scoped_ptr<PrefMetricsService> service = local 435 scoped_ptr<PrefMetricsService> service = local 456 scoped_ptr<PrefMetricsService> service = local 470 scoped_ptr<PrefMetricsService> service = local [all...] |
/external/bluetooth/bluedroid/bta/ag/ |
bta_ag_sdp.c | 38 /* Number of elements in service class id list. */ 41 /* size of database for service discovery */ 154 /* add service class id list */ 172 /* add service name */ 223 /* if service is set in mask */ 278 /* if service registered for this scb and not registered for any other scb */ 299 ** for requested service. 305 BOOLEAN bta_ag_sdp_find_attr(tBTA_AG_SCB *p_scb, tBTA_SERVICE_MASK service) 313 if (service & BTA_HFP_SERVICE_MASK) 318 else if (service & BTA_HSP_SERVICE_MASK && p_scb->role == BTA_AG_INT [all...] |
/external/chromium_org/chrome/browser/extensions/ |
extension_disabled_ui.cc | 86 ExtensionDisabledDialogDelegate(ExtensionService* service, 107 ExtensionService* service, 111 service_(service), 142 ExtensionDisabledGlobalError(ExtensionService* service, 195 ExtensionService* service, 198 : service_(service), 213 content::Source<Profile>(service->profile())); 215 content::Source<Profile>(service->profile())); 338 void AddExtensionDisabledErrorWithIcon(base::WeakPtr<ExtensionService> service, 341 if (!service.get() [all...] |
/external/chromium_org/dbus/ |
test_service.h | 25 // The test service is used for end-to-end tests. The service runs in a 29 // The test service exports an object with methods such as Echo() and 33 // Options for the test service. 41 // Flags governing parameters of service ownership request. 51 // Starts the service in a separate thread. 55 // Waits until the service is started (i.e. all methods are exported). 59 // Shuts down the service and blocks until it's done. 93 // when the service requests the ownership. |success| is the result of the 169 // Options to use when requesting service ownership [all...] |
/external/chromium_org/sandbox/win/src/ |
policy_low_level.h | 50 // [Service 0] --points to---\ 51 // [Service 1] --------------|-----\ 53 // [Service N] | | 92 // service: The id of the service that this rule is associated with, 93 // for example the 'Open Thread' service or the "Create File" service. 95 bool AddRule(int service, PolicyRule* rule); 104 int service; member in struct:sandbox::LowLevelPolicy::RuleNode 137 // in a 'create file' service the file name argument can be at index 0 [all...] |
service_resolver.h | 13 // This is the concrete resolver used to perform service-call type functions 17 // The service resolver needs a child process to write to. 86 // This is the concrete resolver used to perform service-call type functions 90 // The service resolver needs a child process to write to. 101 // This is the concrete resolver used to perform service-call type functions 105 // The service resolver needs a child process to write to. 116 // This is the concrete resolver used to perform service-call type functions 120 // The service resolver needs a child process to write to. 133 // This is the concrete resolver used to perform service-call type functions 137 // The service resolver needs a child process to write to [all...] |
/external/chromium_org/third_party/icu/source/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...] |
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/ |
Service.java | 37 * interface can be used to call the methods of the service without knowing 48 public interface Service { 50 * Get the {@code ServiceDescriptor} describing this service and its methods. 55 * <p>Call a method of the service specified by MethodDescriptor. This is 57 * definitions of the service's methods. 65 * being used by this Service. For stubs, the "correct type" depends 66 * on the RpcChannel which the stub is using. Server-side Service 100 * service.getDescriptorForType().findMethodByName("Foo"); 104 * service.callMethod(method, request, callback); 112 * the {@code Service} implementation constructs the response message itself [all...] |
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
SimpleTimeLimiterTest.java | 37 private TimeLimiter service; field in class:SimpleTimeLimiterTest 55 service = new SimpleTimeLimiter(executor); 60 String result = service.callWithTimeout( 74 service.callWithTimeout( 90 service.callWithTimeout( 106 service.callWithTimeout( 121 Sample proxy = service.newProxy( 131 Sample proxy = service.newProxy( 149 Sample proxy = service.newProxy( 162 Sample proxy = service.newProxy [all...] |
/external/protobuf/java/src/main/java/com/google/protobuf/ |
Service.java | 37 * interface can be used to call the methods of the service without knowing 48 public interface Service { 50 * Get the {@code ServiceDescriptor} describing this service and its methods. 55 * <p>Call a method of the service specified by MethodDescriptor. This is 57 * definitions of the service's methods. 65 * being used by this Service. For stubs, the "correct type" depends 66 * on the RpcChannel which the stub is using. Server-side Service 100 * service.getDescriptorForType().findMethodByName("Foo"); 104 * service.callMethod(method, request, callback); 112 * the {@code Service} implementation constructs the response message itself [all...] |
/frameworks/base/core/java/android/app/ |
IntentService.java | 27 * IntentService is a base class for {@link Service}s that handle asynchronous 30 * service is started as needed, handles each Intent in turn using a worker 37 * will receive the Intents, launch a worker thread, and stop the service as 52 public abstract class IntentService extends Service { 86 * {@link Service#START_REDELIVER_INTENT}, so if this process dies before 93 * {@link Service#START_NOT_STICKY}, and if the process dies, the Intent 104 // method that would launch the service & hand off a wakelock. 126 * @see android.app.Service#onStartCommand 140 * Unless you provide binding for your service, you don't need to implement this 142 * @see android.app.Service#onBin [all...] |
/frameworks/base/core/java/android/os/ |
ServiceManagerNative.java | 23 * Native implementation of the service manager. Most clients will only 30 * Cast a Binder object into a service manager interface, generating 59 IBinder service = getService(name); local 60 reply.writeStrongBinder(service); 67 IBinder service = checkService(name); local 68 reply.writeStrongBinder(service); 75 IBinder service = data.readStrongBinder(); local 77 addService(name, service, allowIsolated); 142 public void addService(String name, IBinder service, boolean allowIsolated) 148 data.writeStrongBinder(service); [all...] |
/frameworks/base/core/java/com/android/internal/os/storage/ |
ExternalStorageFormatter.java | 4 import android.app.Service; 27 public class ExternalStorageFormatter extends Service 101 return Service.START_REDELIVER_INTENT; 130 Log.w(TAG, "Failed talking with mount service", e); 158 Log.w(TAG, "Failed talking with mount service", e); 196 Log.w(TAG, "Failed talking with mount service", e); 235 IBinder service = ServiceManager.getService("mount"); local 236 if (service != null) { 237 mMountService = IMountService.Stub.asInterface(service); 239 Log.e(TAG, "Can't get mount service"); [all...] |
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/ |
BordeauxService.java | 23 import android.app.Service; 48 * Machine Learning service that runs in a remote process. 52 public class BordeauxService extends Service { 56 * service. 74 Log.i(TAG, "Bordeaux service created."); 86 // TODO: don't display the notification after the service is 108 Log.i(TAG, "Bordeaux service stopped."); 121 // The main interface implemented by the service. 170 * Show a notification while this service is running. 171 * TODO: remove the code after production (when service is loade [all...] |