HomeSort by relevance Sort by last modified time
    Searched refs:BinderService (Results 1 - 22 of 22) sorted by null

  /frameworks/native/services/sensorservice/
main_sensorservice.cpp 17 #include <binder/BinderService.h>
SensorService.h 31 #include <binder/BinderService.h>
55 public BinderService<SensorService>,
59 friend class BinderService<SensorService>;
BatteryService.cpp 25 #include <binder/BinderService.h>
SensorDevice.cpp 26 #include <binder/BinderService.h>
SensorService.cpp 34 #include <binder/BinderService.h>
    [all...]
  /frameworks/av/services/medialog/
MediaLogService.h 20 #include <binder/BinderService.h>
26 class MediaLogService : public BinderService<MediaLogService>, public BnMediaLogService
28 friend class BinderService<MediaLogService>; // for MediaLogService()
  /frameworks/native/include/binder/
BinderService.h 34 class BinderService
  /frameworks/base/services/core/java/com/android/server/webkit/
WebViewUpdateService.java 65 publishBinderService("webviewupdate", new BinderService());
78 private class BinderService extends IWebViewUpdateService.Stub {
  /frameworks/av/services/soundtrigger/
SoundTriggerHwService.h 23 #include <binder/BinderService.h>
36 public BinderService<SoundTriggerHwService>,
39 friend class BinderService<SoundTriggerHwService>;
  /frameworks/av/services/camera/libcameraservice/
CameraService.h 23 #include <binder/BinderService.h>
51 public BinderService<CameraService>,
56 friend class BinderService<CameraService>;
61 // Implementation of BinderService<T>
  /frameworks/base/services/core/java/com/android/server/
DockObserver.java 81 publishBinderService(TAG, new BinderService());
236 private final class BinderService extends Binder {
MmsServiceBroker.java 117 publishBinderService("imms", new BinderService());
220 private final class BinderService extends IMms.Stub {
BatteryService.java 180 publishBinderService("battery", new BinderService());
    [all...]
  /frameworks/av/services/audiopolicy/
AudioPolicyService.h 26 #include <binder/BinderService.h>
43 public BinderService<AudioPolicyService>,
47 friend class BinderService<AudioPolicyService>;
50 // for BinderService
  /frameworks/av/services/audioflinger/
AudioFlinger.h 44 #include <binder/BinderService.h>
91 public BinderService<AudioFlinger>,
94 friend class BinderService<AudioFlinger>; // for AudioFlinger()
    [all...]
  /frameworks/base/services/usage/java/com/android/server/usage/
UsageStatsService.java 114 publishBinderService(Context.USAGE_STATS_SERVICE, new BinderService());
349 private class BinderService extends IUsageStatsManager.Stub {
  /frameworks/base/services/core/java/com/android/server/dreams/
DreamManagerService.java 101 publishBinderService(DreamService.DREAM_SERVICE, new BinderService());
462 private final class BinderService extends IDreamManager.Stub {
  /frameworks/base/services/core/java/com/android/server/media/projection/
MediaProjectionManagerService.java 92 publishBinderService(Context.MEDIA_PROJECTION_SERVICE, new BinderService(),
205 private final class BinderService extends IMediaProjectionManager.Stub {
  /frameworks/base/services/core/java/com/android/server/display/
DisplayManagerService.java 236 publishBinderService(Context.DISPLAY_SERVICE, new BinderService(),
    [all...]
  /frameworks/base/services/core/java/com/android/server/hdmi/
HdmiControlService.java 316 publishBinderService(Context.HDMI_CONTROL_SERVICE, new BinderService());
    [all...]
  /frameworks/base/services/core/java/com/android/server/power/
PowerManagerService.java 461 publishBinderService(Context.POWER_SERVICE, new BinderService());
    [all...]
  /frameworks/base/services/core/java/com/android/server/tv/
TvInputManagerService.java 133 publishBinderService(Context.TV_INPUT_SERVICE, new BinderService());
745 private final class BinderService extends ITvInputManager.Stub {
    [all...]

Completed in 993 milliseconds