/frameworks/base/cmds/idmap2/idmap2d/ |
D | Main.cpp | 30 using android::BinderService; 39 status_t ret = BinderService<Idmap2Service>::publish(); in main()
|
D | Idmap2Service.h | 30 class Idmap2Service : public BinderService<Idmap2Service>, public BnIdmap2 {
|
/frameworks/av/services/mediaextractor/ |
D | MediaExtractorService.h | 26 class MediaExtractorService : public BinderService<MediaExtractorService>, public BnMediaExtractorS… 28 friend class BinderService<MediaExtractorService>; // for MediaExtractorService()
|
/frameworks/av/services/medialog/ |
D | MediaLogService.h | 27 class MediaLogService : public BinderService<MediaLogService>, public BnMediaLogService 29 friend class BinderService<MediaLogService>; // for MediaLogService()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/display/ |
D | DisplayManagerServiceTest.java | 128 DisplayManagerService.BinderService bs = displayManager.new BinderService(); in testCreateVirtualDisplay_sentToInputManager() 197 DisplayManagerService.BinderService bs = displayManager.new BinderService(); in testPhysicalViewports() 235 DisplayManagerService.BinderService bs = displayManager.new BinderService(); in testCreateVirtualDisplayRotatesWithContent()
|
/frameworks/base/services/core/java/com/android/server/display/ |
D | DisplayManagerShellCommand.java | 27 private final DisplayManagerService.BinderService mService; 29 DisplayManagerShellCommand(DisplayManagerService.BinderService service) { in DisplayManagerShellCommand()
|
/frameworks/av/services/oboeservice/ |
D | AAudioService.h | 38 public BinderService<AAudioService>, 42 friend class BinderService<AAudioService>;
|
/frameworks/native/services/inputflinger/host/ |
D | main.cpp | 24 BinderService<InputFlinger>::publishAndJoinThreadPool(true); in main()
|
/frameworks/native/include/binder/ |
D | BinderService.h | 34 class BinderService
|
/frameworks/native/libs/binder/include/binder/ |
D | BinderService.h | 34 class BinderService
|
/frameworks/native/cmds/dumpstate/ |
D | DumpstateService.h | 33 class DumpstateService : public BinderService<DumpstateService>, public BnDumpstate {
|
D | DumpstateService.cpp | 74 status_t ret = BinderService<DumpstateService>::publish(); in Start()
|
/frameworks/base/services/core/java/com/android/server/webkit/ |
D | WebViewUpdateService.java | 123 publishBinderService("webviewupdate", new BinderService(), true /*allowIsolated*/); in onStart() 146 private class BinderService extends IWebViewUpdateService.Stub { class in WebViewUpdateService
|
/frameworks/av/services/soundtrigger/ |
D | SoundTriggerHwService.h | 36 public BinderService<SoundTriggerHwService>, 39 friend class BinderService<SoundTriggerHwService>;
|
/frameworks/base/services/core/java/com/android/server/emergency/ |
D | EmergencyAffordanceService.java | 130 publishBinderService(SERVICE_NAME, new BinderService()); in onStart() 295 private final class BinderService extends Binder { class in EmergencyAffordanceService
|
/frameworks/base/services/core/java/com/android/server/ |
D | DockObserver.java | 87 publishBinderService(TAG, new BinderService()); in onStart() 254 private final class BinderService extends Binder { class in DockObserver
|
D | PinnerService.java | 137 private BinderService mBinderService; 190 mBinderService = new BinderService(); in onStart() 894 private final class BinderService extends Binder { class in PinnerService
|
D | MmsServiceBroker.java | 223 publishBinderService("imms", new BinderService()); in onStart() 327 private final class BinderService extends IMms.Stub { class in MmsServiceBroker
|
/frameworks/base/services/core/java/com/android/server/incident/ |
D | IncidentCompanionService.java | 77 private final class BinderService extends IIncidentCompanion.Stub { class in IncidentCompanionService 390 publishBinderService(Context.INCIDENT_COMPANION_SERVICE, new BinderService()); in onStart()
|
/frameworks/native/services/sensorservice/ |
D | SensorService.h | 69 public BinderService<SensorService>, 97 friend class BinderService<SensorService>;
|
/frameworks/av/services/mediaresourcemanager/ |
D | ResourceManagerService.h | 50 : public BinderService<ResourceManagerService>,
|
/frameworks/base/services/core/java/com/android/server/dreams/ |
D | DreamManagerService.java | 106 publishBinderService(DreamService.DREAM_SERVICE, new BinderService()); in onStart() 490 private final class BinderService extends IDreamManager.Stub { class in DreamManagerService
|
/frameworks/base/services/core/java/com/android/server/media/projection/ |
D | MediaProjectionManagerService.java | 99 publishBinderService(Context.MEDIA_PROJECTION_SERVICE, new BinderService(), in onStart() 255 private final class BinderService extends IMediaProjectionManager.Stub { class in MediaProjectionManagerService
|
/frameworks/base/services/core/java/com/android/server/attention/ |
D | AttentionManagerService.java | 128 publishBinderService(Context.ATTENTION_SERVICE, new BinderService()); in onStart() 824 private final class BinderService extends Binder { class in AttentionManagerService
|
/frameworks/av/services/camera/libcameraservice/ |
D | CameraService.h | 66 public BinderService<CameraService>, 71 friend class BinderService<CameraService>;
|