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

<<31323334353637383940>>

  /external/chromium_org/components/policy/core/common/cloud/
cloud_policy_refresh_scheduler.h 61 // service is available or not, and can be called multiple times.
62 // When the invalidations service is available then the refresh rate is much
66 // Whether the invalidations service is available and receiving notifications
113 // availability of the invalidations service.
137 // Whether the invalidations service is available and receiving notifications
141 // The refresh scheduler waits some seconds for the invalidations service
142 // before starting to issue refresh requests. If the invalidations service
147 // Used to measure how long it took for the invalidations service to report
  /external/chromium_org/gpu/command_buffer/service/
async_pixel_transfer_delegate.cc 5 #include "gpu/command_buffer/service/async_pixel_transfer_delegate.h"
8 #include "gpu/command_buffer/service/safe_shared_memory_pool.h"
async_pixel_transfer_manager.cc 5 #include "gpu/command_buffer/service/async_pixel_transfer_manager.h"
7 #include "gpu/command_buffer/service/async_pixel_transfer_delegate.h"
async_pixel_transfer_manager_stub.cc 5 #include "gpu/command_buffer/service/async_pixel_transfer_manager_stub.h"
7 #include "gpu/command_buffer/service/async_pixel_transfer_delegate.h"
gles2_cmd_validation.h 5 // Contains various validation functions for the GLES2 service.
51 #include "gpu/command_buffer/service/gles2_cmd_validation_autogen.h"
stream_texture_manager_in_process_android.h 13 #include "gpu/command_buffer/service/stream_texture.h"
14 #include "gpu/command_buffer/service/stream_texture_manager.h"
vertex_array_manager.h 13 #include "gpu/command_buffer/service/gl_utils.h"
41 // Gets a client id for a given service id.
  /external/chromium_org/media/audio/win/
avrt_wrapper_win.h 7 // The Multimedia Class Scheduler service (MMCSS) enables multimedia
9 // prioritized access to CPU resources. This service enables multimedia
  /external/chromium_org/remoting/host/
token_validator_factory_impl.h 24 // third party authentication service URLs, obtained via policy. |key_pair_|
25 // is used by the host to authenticate with the service by signing the token.
  /external/chromium_org/third_party/freetype/include/freetype/internal/services/
svsfnt.h 5 /* The FreeType SFNT table loading service (specification). */
30 * SFNT table loading service.
  /external/chromium_org/third_party/freetype/src/base/
ftpatent.c 118 FT_Service_SFNT_Table service; local
122 FT_FACE_FIND_SERVICE( face, service, SFNT_TABLE );
124 if ( service )
131 error = service->table_info( face, i,
154 FT_Service_TTGlyf service; local
165 FT_FACE_FIND_SERVICE( face, service, TT_GLYF );
166 if ( service == NULL )
175 offset = service->get_location( face, gindex, &size );
  /external/chromium_org/tools/android/memconsumer/java/src/org/chromium/memconsumer/
ResidentService.java 9 import android.app.Service;
14 public class ResidentService extends Service {
  /external/freetype/include/freetype/internal/services/
svsfnt.h 5 /* The FreeType SFNT table loading service (specification). */
30 * SFNT table loading service.
  /external/freetype/src/base/
ftpatent.c 118 FT_Service_SFNT_Table service; local
122 FT_FACE_FIND_SERVICE( face, service, SFNT_TABLE );
124 if ( service )
131 error = service->table_info( face, i,
154 FT_Service_TTGlyf service; local
165 FT_FACE_FIND_SERVICE( face, service, TT_GLYF );
166 if ( service == NULL )
175 offset = service->get_location( face, gindex, &size );
  /external/qemu/proxy/
proxy_http_int.h 29 HttpService* service,
34 HttpService* service,
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowContextWrapper.java 129 public ComponentName startService(Intent service) {
130 return getApplicationContext().startService(service);
177 * @return the next started {@code Intent} for a service
185 * service intents.
194 * @return the next started {@code Intent} for a service
202 * a service (irrespective of if the service was running)
204 * @return {@code Intent} for the next service requested to be stopped
  /external/sepolicy/
attributes 39 # All types used for property service
62 # All domains used for binder service domains.
  /frameworks/av/services/camera/libcameraservice/
CameraDeviceFactory.h 33 static void registerService(wp<CameraService> service);
38 CameraDeviceFactory(wp<CameraService> service);
  /frameworks/base/core/java/android/bluetooth/
BluetoothHeadset.java 33 * Public API for controlling the Bluetooth Headset Service. This includes both
37 * Service via IPC.
41 * {@link BluetoothAdapter#closeProfileProxy} to close the service connection.
235 if (VDBG) Log.d(TAG,"Unbinding service...");
248 if (VDBG) Log.d(TAG,"Binding service...");
284 Log.e(TAG, "Could not bind to Bluetooth Headset Service with " + intent);
291 * Close the connection to the backing service.
354 if (mService == null) Log.w(TAG, "Proxy not attached to service");
395 if (mService == null) Log.w(TAG, "Proxy not attached to service");
412 if (mService == null) Log.w(TAG, "Proxy not attached to service");
    [all...]
  /frameworks/base/core/java/android/hardware/location/
IGeofenceHardware.aidl 26 void setGpsGeofenceHardware(in IGpsGeofenceHardware service);
27 void setFusedGeofenceHardware(in IFusedGeofenceHardware service);
  /frameworks/base/core/java/android/inputmethodservice/
AbstractInputMethodService.java 19 import android.app.Service;
37 * <p>This class combines a Service (representing the input method component
40 * the service when clients bind to it, but provides no standard implementation
44 public abstract class AbstractInputMethodService extends Service
132 * callbacks on the service, and tell the client when this is done.
145 * callbacks on the service, and tell the client when this is done.
157 * callbacks on the service, and tell the client when this is done.
180 * interface for this service needs to be created.
  /frameworks/base/core/java/android/view/textservice/
SuggestionsInfo.java 25 * This class contains a metadata of suggestions from the text service
33 * in the dictionary in the text service.
38 * {@link #getSuggestionsAttributes}: this tells that the text service thinks the requested
44 * {@link #getSuggestionsAttributes}: this tells that the text service thinks
56 * @param suggestionsAttributes from the text service
57 * @param suggestions from the text service
65 * @param suggestionsAttributes from the text service
66 * @param suggestions from the text service
  /frameworks/base/core/tests/coretests/src/android/os/
MessengerService.java 19 import android.app.Service;
27 public class MessengerService extends Service {
  /frameworks/base/packages/FusedLocation/src/com/android/location/fused/
FusedLocationService.java 22 import android.app.Service;
26 public class FusedLocationService extends Service {
  /frameworks/base/packages/SharedStorageBackup/
AndroidManifest.xml 28 <service android:name=".ObbBackupService"
31 </service>

Completed in 722 milliseconds

<<31323334353637383940>>