HomeSort by relevance Sort by last modified time
    Searched refs:service (Results 51 - 75 of 2280) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/service/notification/
ZenModeConfig.aidl 17 package android.service.notification;
  /frameworks/base/core/java/android/service/voice/
IVoiceInteractionService.aidl 17 package android.service.voice;
IVoiceInteractionSessionService.aidl 17 package android.service.voice;
21 import android.service.voice.IVoiceInteractionSession;
  /frameworks/base/core/java/android/service/vr/
IVrStateCallbacks.aidl 17 package android.service.vr;
IVrManager.aidl 17 package android.service.vr;
19 import android.service.vr.IVrStateCallbacks;
  /frameworks/base/tools/layoutlib/bridge/src/android/view/
WindowManagerGlobal_Delegate.java 40 public static void setWindowManagerService(IWindowManager service) {
41 sService = service;
  /frameworks/native/services/sensorservice/
SensorEventAckReceiver.h 30 SensorEventAckReceiver(const sp<SensorService>& service)
31 : mService(service) {
  /system/connectivity/shill/cellular/
mock_modem.cc 21 MockModem::MockModem(const std::string& service,
25 : Modem(service, path, modem_info, control_interface) {}
  /external/freetype/src/base/
ftwinfnt.c 32 FT_Service_WinFnt service; local
42 FT_FACE_LOOKUP_SERVICE( face, service, WINFNT );
44 if ( service )
45 error = service->get_header( face, header );
ftfstype.c 36 FT_Service_PsInfo service = NULL; local
39 FT_FACE_FIND_SERVICE( face, service, POSTSCRIPT_INFO );
41 if ( service && service->ps_get_font_extra )
46 if ( !service->ps_get_font_extra( face, &extra ) &&
  /external/pdfium/third_party/freetype/src/base/
ftwinfnt.c 32 FT_Service_WinFnt service; local
42 FT_FACE_LOOKUP_SERVICE( face, service, WINFNT );
44 if ( service )
45 error = service->get_header( face, header );
ftpfr.c 29 FT_Service_PfrMetrics service = NULL; local
33 FT_FACE_LOOKUP_SERVICE( face, service, PFR_METRICS );
35 return service;
49 FT_Service_PfrMetrics service; local
55 service = ft_pfr_check( face );
56 if ( service )
58 error = service->get_metrics( face,
105 FT_Service_PfrMetrics service; local
114 service = ft_pfr_check( face );
115 if ( service )
133 FT_Service_PfrMetrics service; local
    [all...]
  /frameworks/base/core/java/android/nfc/
INfcCardEmulation.aidl 29 boolean isDefaultServiceForCategory(int userHandle, in ComponentName service, String category);
30 boolean isDefaultServiceForAid(int userHandle, in ComponentName service, String aid);
31 boolean setDefaultServiceForCategory(int userHandle, in ComponentName service, String category);
32 boolean setDefaultForNextTap(int userHandle, in ComponentName service);
33 boolean registerAidGroupForService(int userHandle, in ComponentName service, in AidGroup aidGroup);
34 AidGroup getAidGroupForService(int userHandle, in ComponentName service, String category);
35 boolean removeAidGroupForService(int userHandle, in ComponentName service, String category);
37 boolean setPreferredService(in ComponentName service);
INfcFCardEmulation.aidl 27 String getSystemCodeForService(int userHandle, in ComponentName service);
28 boolean registerSystemCodeForService(int userHandle, in ComponentName service, String systemCode);
29 boolean removeSystemCodeForService(int userHandle, in ComponentName service);
30 String getNfcid2ForService(int userHandle, in ComponentName service);
31 boolean setNfcid2ForService(int userHandle, in ComponentName service, String nfcid2);
32 boolean enableNfcFForegroundService(in ComponentName service);
  /frameworks/base/core/java/android/service/dreams/
DreamManagerInternal.java 17 package android.service.dreams;
20 * Dream manager local system service interface.
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
EmailServiceConstants.java 17 package com.android.emailcommon.service;
  /cts/tests/tests/alarmclock/service/src/android/alarmclock/service/
MainInteractionSessionService.java 17 package android.alarmclock.service;
20 import android.service.voice.VoiceInteractionSession;
21 import android.service.voice.VoiceInteractionSessionService;
  /cts/tests/tests/assist/service/src/android/voiceinteraction/service/
MainInteractionSessionService.java 17 package android.assist.service;
20 import android.service.voice.VoiceInteractionSession;
21 import android.service.voice.VoiceInteractionSessionService;
  /cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
MainInteractionSessionService.java 17 package android.voiceinteraction.service;
20 import android.service.voice.VoiceInteractionSession;
21 import android.service.voice.VoiceInteractionSessionService;
  /cts/tests/tests/voicesettings/service/src/android/voicesettings/service/
MainInteractionSessionService.java 17 package android.voicesettings.service;
20 import android.service.voice.VoiceInteractionSession;
21 import android.service.voice.VoiceInteractionSessionService;
  /frameworks/base/libs/common_time/
main.cpp 18 * A service that exchanges time synchronization information between
33 sp<CommonTimeServer> service = new CommonTimeServer();
34 if (service == NULL)
38 service->run("CommonTimeServer", ANDROID_PRIORITY_NORMAL);
  /system/connectivity/shill/test-scripts/
disconnect-service 12 service = flim.FindElementByPropertySubstring('Service', variable
16 if not service:
17 print "Could not find service: %s" % (sys.argv[1])
20 pprint.pprint(flim.DisconnectService(service))
list-services 7 for service in flim.GetObjectList("Service"):
8 properties = service.GetProperties(utf8_strings = True)
10 print "[ %s ]" % (service.object_path)
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
service_registry.hpp 33 // Constructor. Adds the initial service.
34 template <typename Service, typename Arg>
36 Service* initial_service, Arg arg);
44 // Get the first service object cast to the specified type. Called during
46 template <typename Service>
47 Service& first_service();
49 // Get the service object corresponding to the specified service type. Will
50 // create a new service object automatically if no such object already
51 // exists. Ownership of the service object is not transferred to the caller
    [all...]
  /external/guice/extensions/struts2/example/src/com/google/inject/struts2/example/
Count.java 25 final Service service; field in class:Count
29 public Count(Counter counter, Service service) {
31 this.service = service;
43 return service.getStatus();

Completed in 1256 milliseconds

1 23 4 5 6 7 8 91011>>