Searched refs:BinderService (Results 1 - 22 of 22) sorted by relevance

/frameworks/native/services/sensorservice/
H A Dmain_sensorservice.cpp17 #include <binder/BinderService.h>
H A DSensorService.h31 #include <binder/BinderService.h>
55 public BinderService<SensorService>,
59 friend class BinderService<SensorService>;
H A DBatteryService.cpp25 #include <binder/BinderService.h>
H A DSensorDevice.cpp26 #include <binder/BinderService.h>
H A DSensorService.cpp34 #include <binder/BinderService.h>
/frameworks/av/services/medialog/
H A DMediaLogService.h20 #include <binder/BinderService.h>
26 class MediaLogService : public BinderService<MediaLogService>, public BnMediaLogService
28 friend class BinderService<MediaLogService>; // for MediaLogService()
/frameworks/native/include/binder/
H A DBinderService.h34 class BinderService class in namespace:android
/frameworks/base/services/core/java/com/android/server/webkit/
H A DWebViewUpdateService.java65 publishBinderService("webviewupdate", new BinderService());
78 private class BinderService extends IWebViewUpdateService.Stub { class in class:WebViewUpdateService
/frameworks/av/services/soundtrigger/
H A DSoundTriggerHwService.h23 #include <binder/BinderService.h>
36 public BinderService<SoundTriggerHwService>,
39 friend class BinderService<SoundTriggerHwService>;
/frameworks/base/services/core/java/com/android/server/
H A DDockObserver.java85 publishBinderService(TAG, new BinderService());
244 private final class BinderService extends Binder { class in class:DockObserver
H A DMmsServiceBroker.java122 publishBinderService("imms", new BinderService());
219 private final class BinderService extends IMms.Stub { class in class:MmsServiceBroker
H A DBatteryService.java180 publishBinderService("battery", new BinderService());
763 private final class BinderService extends Binder { class in class:BatteryService
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.h23 #include <binder/BinderService.h>
51 public BinderService<CameraService>,
56 friend class BinderService<CameraService>;
61 // Implementation of BinderService<T>
/frameworks/av/services/audiopolicy/
H A DAudioPolicyService.h26 #include <binder/BinderService.h>
44 public BinderService<AudioPolicyService>,
48 friend class BinderService<AudioPolicyService>;
51 // for BinderService
/frameworks/base/services/usage/java/com/android/server/usage/
H A DUsageStatsService.java117 publishBinderService(Context.USAGE_STATS_SERVICE, new BinderService());
376 private class BinderService extends IUsageStatsManager.Stub { class in class:UsageStatsService
/frameworks/base/services/core/java/com/android/server/dreams/
H A DDreamManagerService.java101 publishBinderService(DreamService.DREAM_SERVICE, new BinderService());
462 private final class BinderService extends IDreamManager.Stub { class in class:DreamManagerService
/frameworks/base/services/core/java/com/android/server/media/projection/
H A DMediaProjectionManagerService.java92 publishBinderService(Context.MEDIA_PROJECTION_SERVICE, new BinderService(),
210 private final class BinderService extends IMediaProjectionManager.Stub { class in class:MediaProjectionManagerService
/frameworks/av/services/audioflinger/
H A DAudioFlinger.h44 #include <binder/BinderService.h>
91 public BinderService<AudioFlinger>,
94 friend class BinderService<AudioFlinger>; // for AudioFlinger()
/frameworks/base/services/core/java/com/android/server/display/
H A DDisplayManagerService.java236 publishBinderService(Context.DISPLAY_SERVICE, new BinderService(),
1103 private final class BinderService extends IDisplayManager.Stub { class in class:DisplayManagerService
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiControlService.java404 publishBinderService(Context.HDMI_CONTROL_SERVICE, new BinderService());
1171 private final class BinderService extends IHdmiControlService.Stub { class in class:HdmiControlService
/frameworks/base/services/core/java/com/android/server/power/
H A DPowerManagerService.java462 publishBinderService(Context.POWER_SERVICE, new BinderService());
2797 private final class BinderService extends IPowerManager.Stub { class in class:PowerManagerService
/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputManagerService.java134 publishBinderService(Context.TV_INPUT_SERVICE, new BinderService());
750 private final class BinderService extends ITvInputManager.Stub { class in class:TvInputManagerService

Completed in 409 milliseconds