Home
last modified time | relevance | path

Searched refs:BinderService (Results 1 – 25 of 26) sorted by relevance

12

/frameworks/av/services/mediacodec/
DMediaCodecService.h26 class MediaCodecService : public BinderService<MediaCodecService>, public BnMediaCodecService
28 friend class BinderService<MediaCodecService>; // for MediaCodecService()
/frameworks/av/services/mediaextractor/
DMediaExtractorService.h26 class MediaExtractorService : public BinderService<MediaExtractorService>, public BnMediaExtractorS…
28 friend class BinderService<MediaExtractorService>; // for MediaExtractorService()
/frameworks/base/services/core/java/com/android/server/
DPinnerService.java49 private BinderService mBinderService;
63 mBinderService = new BinderService(); in onStart()
115 private final class BinderService extends Binder { class in PinnerService
DRecoverySystemService.java64 publishBinderService(Context.RECOVERY_SERVICE, new BinderService()); in onStart()
67 private final class BinderService extends IRecoverySystem.Stub { class in RecoverySystemService
DDockObserver.java85 publishBinderService(TAG, new BinderService()); in onStart()
245 private final class BinderService extends Binder { class in DockObserver
DMmsServiceBroker.java223 publishBinderService("imms", new BinderService()); in onStart()
327 private final class BinderService extends IMms.Stub { class in MmsServiceBroker
DBatteryService.java110 BinderService mBinderService;
196 mBinderService = new BinderService(); in onStart()
863 private final class BinderService extends Binder { class in BatteryService
DDeviceIdleController.java1123 BinderService mBinderService;
1125 private final class BinderService extends IDeviceIdleController.Stub { class in DeviceIdleController
1344 mBinderService = new BinderService(); in onStart()
/frameworks/av/services/medialog/
DMediaLogService.h26 class MediaLogService : public BinderService<MediaLogService>, public BnMediaLogService
28 friend class BinderService<MediaLogService>; // for MediaLogService()
/frameworks/native/services/inputflinger/host/
Dmain.cpp24 BinderService<InputFlinger>::publishAndJoinThreadPool(true); in main()
/frameworks/native/services/sensorservice/
DSensorService.h64 public BinderService<SensorService>,
87 friend class BinderService<SensorService>;
/frameworks/av/services/radio/
DRadioService.h36 public BinderService<RadioService>,
39 friend class BinderService<RadioService>;
/frameworks/native/include/binder/
DBinderService.h34 class BinderService
/frameworks/av/services/soundtrigger/
DSoundTriggerHwService.h36 public BinderService<SoundTriggerHwService>,
39 friend class BinderService<SoundTriggerHwService>;
/frameworks/base/services/core/java/com/android/server/webkit/
DWebViewUpdateService.java116 publishBinderService("webviewupdate", new BinderService(), true /*allowIsolated*/); in onStart()
139 private class BinderService extends IWebViewUpdateService.Stub { class in WebViewUpdateService
/frameworks/av/services/mediaresourcemanager/
DResourceManagerService.h46 : public BinderService<ResourceManagerService>,
/frameworks/base/services/core/java/com/android/server/media/projection/
DMediaProjectionManagerService.java87 publishBinderService(Context.MEDIA_PROJECTION_SERVICE, new BinderService(), in onStart()
203 private final class BinderService extends IMediaProjectionManager.Stub { class in MediaProjectionManagerService
/frameworks/base/services/core/java/com/android/server/dreams/
DDreamManagerService.java101 publishBinderService(DreamService.DREAM_SERVICE, new BinderService()); in onStart()
463 private final class BinderService extends IDreamManager.Stub { class in DreamManagerService
/frameworks/av/services/audiopolicy/service/
DAudioPolicyService.h46 public BinderService<AudioPolicyService>,
50 friend class BinderService<AudioPolicyService>;
/frameworks/av/services/audioflinger/
DAudioFlinger.h91 public BinderService<AudioFlinger>,
94 friend class BinderService<AudioFlinger>; // for AudioFlinger()
/frameworks/av/services/camera/libcameraservice/
DCameraService.h57 public BinderService<CameraService>,
62 friend class BinderService<CameraService>;
/frameworks/base/services/core/java/com/android/server/display/
DDisplayManagerService.java244 publishBinderService(Context.DISPLAY_SERVICE, new BinderService(), in onStart()
1175 private final class BinderService extends IDisplayManager.Stub { class in DisplayManagerService
/frameworks/base/services/usage/java/com/android/server/usage/
DUsageStatsService.java209 publishBinderService(Context.USAGE_STATS_SERVICE, new BinderService()); in onStart()
1205 private final class BinderService extends IUsageStatsManager.Stub { class in UsageStatsService
/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiControlService.java415 publishBinderService(Context.HDMI_CONTROL_SERVICE, new BinderService()); in onStart()
1207 private final class BinderService extends IHdmiControlService.Stub { class in HdmiControlService
/frameworks/base/services/core/java/com/android/server/power/
DPowerManagerService.java527 publishBinderService(Context.POWER_SERVICE, new BinderService()); in onStart()
3166 private final class BinderService extends IPowerManager.Stub { class in PowerManagerService

12