Searched defs:BinderService (Results 1 - 16 of 16) sorted by relevance

/frameworks/native/include/binder/
H A DBinderService.h34 class BinderService class in namespace:android
/frameworks/native/libs/binder/include/binder/
H A DBinderService.h34 class BinderService class in namespace:android
/frameworks/base/services/core/java/com/android/server/
H A DRecoverySystemService.java72 publishBinderService(Context.RECOVERY_SERVICE, new BinderService());
75 private final class BinderService extends IRecoverySystem.Stub { class in class:RecoverySystemService
H A DDockObserver.java87 publishBinderService(TAG, new BinderService());
254 private final class BinderService extends Binder { class in class:DockObserver
H A DPinnerService.java69 private BinderService mBinderService;
108 mBinderService = new BinderService();
370 private final class BinderService extends Binder { class in class:PinnerService
H A DMmsServiceBroker.java224 publishBinderService("imms", new BinderService());
328 private final class BinderService extends IMms.Stub { class in class:MmsServiceBroker
H A DBatteryService.java115 BinderService mBinderService;
206 mBinderService = new BinderService();
947 private final class BinderService extends Binder { class in class:BatteryService
H A DDeviceIdleController.java1142 BinderService mBinderService;
1144 private final class BinderService extends IDeviceIdleController.Stub { class in class:DeviceIdleController
1389 mBinderService = new BinderService();
/frameworks/base/services/core/java/com/android/server/webkit/
H A DWebViewUpdateService.java123 publishBinderService("webviewupdate", new BinderService(), true /*allowIsolated*/);
146 private class BinderService extends IWebViewUpdateService.Stub { class in class:WebViewUpdateService
/frameworks/base/services/core/java/com/android/server/dreams/
H A DDreamManagerService.java108 publishBinderService(DreamService.DREAM_SERVICE, new BinderService());
481 private final class BinderService extends IDreamManager.Stub { class in class:DreamManagerService
/frameworks/base/services/core/java/com/android/server/media/projection/
H A DMediaProjectionManagerService.java88 publishBinderService(Context.MEDIA_PROJECTION_SERVICE, new BinderService(),
204 private final class BinderService extends IMediaProjectionManager.Stub { class in class:MediaProjectionManagerService
/frameworks/base/services/core/java/com/android/server/display/
H A DDisplayManagerService.java291 publishBinderService(Context.DISPLAY_SERVICE, new BinderService(),
1324 final class BinderService extends IDisplayManager.Stub { class in class:DisplayManagerService
/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputManagerService.java146 publishBinderService(Context.TV_INPUT_SERVICE, new BinderService());
843 private final class BinderService extends ITvInputManager.Stub { class in class:TvInputManagerService
/frameworks/base/services/usage/java/com/android/server/usage/
H A DUsageStatsService.java230 publishBinderService(Context.USAGE_STATS_SERVICE, new BinderService());
1367 private final class BinderService extends IUsageStatsManager.Stub { class in class:UsageStatsService
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiControlService.java410 publishBinderService(Context.HDMI_CONTROL_SERVICE, new BinderService());
1211 private final class BinderService extends IHdmiControlService.Stub { class in class:HdmiControlService
/frameworks/base/services/core/java/com/android/server/power/
H A DPowerManagerService.java683 publishBinderService(Context.POWER_SERVICE, new BinderService());
4082 private final class BinderService extends IPowerManager.Stub { class in class:PowerManagerService

Completed in 7716 milliseconds