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

<<131132133134135136137138139140>>

  /cts/tests/tests/media/src/android/media/cts/
RemoteVirtualDisplayService.java 20 import android.app.Service;
40 public class RemoteVirtualDisplayService extends Service {
  /cts/tests/tests/os/src/android/os/cts/
ProcessTest.java 51 IBinder service) {
55 mSecondaryService = ISecondary.Stub.asInterface(service);
TokenWatcherTest.java 68 IBinder service) {
69 mEmptyService = IEmptyService.Stub.asInterface(service);
  /development/samples/ApiDemos/src/com/example/android/apis/accessibility/
TaskBackService.java 33 * This class demonstrates how an accessibility service can query
59 // Initializes the Text-To-Speech engine as soon as the service is connected.
  /docs/source.android.com/src/devices/
index.jd 70 communicate with some sort of system service to access the underlying hardware. Services
72 such as the Window Manager, Search Service, or Notification Manager. System services are grouped
media.jd 80 <li>Create a OpenMAX plugin that links your components with the Stagefright service.
97 <p>The Stagefright service parses the <code>system/etc/media_codecs.xml</code> and <code>system/etc/media_profiles.xml</code>
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/internal/kerberos/v5/
KerberosErrorMessageTest.java 205 // realm [9] Realm -- service realm --,
220 // sname [10] PrincipalName -- service name --,
  /external/bluetooth/bluedroid/bta/gatt/
bta_gatts_act.c 328 ** Description action function to create a service.
344 APPL_TRACE_ERROR1("create service rcb_idx = %d", rcb_idx);
350 /* create the service now */
375 APPL_TRACE_ERROR0("service creation failed.");
394 ** Description action function to add an included service.
505 ** Description action function to delete a service.
538 ** Description action function to start a service.
571 ** Description action function to stop a service.
  /external/bluetooth/bluedroid/btif/include/
btif_hl.h 246 char srv_name[BTA_SERVICE_NAME_LEN +1]; /* service name to be used in the SDP; null terminated*/
247 char srv_desp[BTA_SERVICE_DESP_LEN +1]; /* service description to be used in the SDP; null terminated */
  /external/bluetooth/bluedroid/stack/rfcomm/
port_int.h 157 UINT8 scn; /* Service channel number */
158 UINT16 uuid; /* Service UUID */
  /external/chromium/base/win/
win_util.cc 152 // If the ASSERT below fails, please install Visual Studio 2005 Service Pack 1.
158 // Chrome requires at least Service Pack 1 for Visual Studio 2005.
  /external/chromium/chrome/browser/chromeos/login/
signed_settings.h 109 void set_service(OwnershipService* service) { service_ = service; }
  /external/chromium/chrome/browser/extensions/
extension_message_service.h 87 // automation "port" or DevTools service and that extension. the
98 // service and the content script for that extension running in the
extension_toolbar_model_browsertest.cc 30 ExtensionService* service = b->profile()->GetExtensionService(); local
31 model_ = service->toolbar_model();
extension_webstore_private_browsertest.cc 138 // Clear the token service so previous tests don't affect things.
142 // Initialize the token service with an existing token.
extensions_ui.h 76 // Note: service can be NULL in unit tests.
78 ExtensionService* service,
pending_extension_manager.cc 27 const ExtensionServiceInterface& service)
28 : service_(service) {
  /external/chromium/chrome/browser/
jumplist_win.h 119 virtual void TabRestoreServiceChanged(TabRestoreService* service);
123 virtual void TabRestoreServiceDestroyed(TabRestoreService* service);
memory_purger.cc 72 // The appcache service listens for this notification.
110 // Spinning up the history service is expensive, so we avoid doing it if it
  /external/chromium/chrome/browser/printing/cloud_print/
cloud_print_setup_flow.h 59 Profile* service,
138 // Handle to the ServiceProcessControl which talks to the service process.
  /external/chromium/chrome/browser/safe_browsing/
protocol_parser.h 59 // to request another update is returned in 'next_update_sec'. If the service
63 // SafeBrowsing service wants us to dump our database.
  /external/chromium/chrome/browser/sync/
backend_migrator.cc 23 BackendMigrator::BackendMigrator(ProfileSyncService* service,
25 : state_(IDLE), service_(service), manager_(manager),
  /external/chromium/chrome/browser/sync/util/
extensions_activity_monitor_unittest.cc 93 DoUIThreadSetupTask(NotificationService** service,
95 : service_(service), signal_when_done_(done) {}
  /external/chromium/chrome/browser/ui/cocoa/notifications/
balloon_controller.mm 147 DesktopNotificationService* service =
149 service->DenyPermission(balloon_->notification().origin_url());
  /external/chromium/net/base/
ssl_config_service.h 148 // Add an observer of this service.
151 // Remove an observer of this service.

Completed in 1286 milliseconds

<<131132133134135136137138139140>>