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

12

/frameworks/native/services/inputflinger/host/
H A Dmain.cpp17 #include <binder/BinderService.h>
24 BinderService<InputFlinger>::publishAndJoinThreadPool(true);
/frameworks/native/services/sensorservice/
H A Dmain_sensorservice.cpp17 #include <binder/BinderService.h>
H A DSensorDirectConnection.h23 #include <binder/BinderService.h>
H A DSensorService.h23 #include <binder/BinderService.h>
65 public BinderService<SensorService>,
93 friend class BinderService<SensorService>;
H A DBatteryService.cpp25 #include <binder/BinderService.h>
H A DSensorEventConnection.h32 #include <binder/BinderService.h>
/frameworks/av/services/mediaextractor/
H A DMediaExtractorUpdateService.h20 #include <binder/BinderService.h>
27 : public BinderService<MediaExtractorUpdateService>, public BnMediaExtractorUpdateService
29 friend class BinderService<MediaExtractorUpdateService>;
H A DMediaExtractorService.h20 #include <binder/BinderService.h>
26 class MediaExtractorService : public BinderService<MediaExtractorService>, public BnMediaExtractorService
28 friend class BinderService<MediaExtractorService>; // for MediaExtractorService()
/frameworks/native/cmds/dumpstate/
H A DDumpstateService.h23 #include <binder/BinderService.h>
32 class DumpstateService : public BinderService<DumpstateService>, public BnDumpstate {
H A DDumpstateService.cpp43 status_t ret = BinderService<DumpstateService>::publish();
/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/base/services/core/java/com/android/server/display/
H A DDisplayManagerShellCommand.java32 private final DisplayManagerService.BinderService mService;
34 DisplayManagerShellCommand(DisplayManagerService.BinderService service) {
/frameworks/av/services/oboeservice/
H A DAAudioService.h23 #include <binder/BinderService.h>
38 public BinderService<AAudioService>,
42 friend class BinderService<AAudioService>;
/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/av/services/mediaresourcemanager/
H A DResourceManagerService.h22 #include <binder/BinderService.h>
48 : public BinderService<ResourceManagerService>,
/frameworks/base/services/tests/servicestests/src/com/android/server/display/
H A DDisplayManagerServiceTest.java115 DisplayManagerService.BinderService bs = displayManager.new BinderService();
154 DisplayManagerService.BinderService bs = displayManager.new BinderService();
/frameworks/av/services/soundtrigger/
H A DSoundTriggerHwService.h23 #include <binder/BinderService.h>
36 public BinderService<SoundTriggerHwService>,
39 friend class BinderService<SoundTriggerHwService>;
/frameworks/av/camera/include/camera/
H A DCameraBase.h23 #include <binder/BinderService.h>
/frameworks/av/include/camera/
H A DCameraBase.h23 #include <binder/BinderService.h>
/frameworks/base/services/core/java/com/android/server/
H A DDockObserver.java87 publishBinderService(TAG, new BinderService());
254 private final class BinderService extends Binder { class in class:DockObserver
H A DRecoverySystemService.java72 publishBinderService(Context.RECOVERY_SERVICE, new BinderService());
75 private final class BinderService extends IRecoverySystem.Stub { class in class:RecoverySystemService
/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/av/services/audiopolicy/service/
H A DAudioPolicyService.h26 #include <binder/BinderService.h>
46 public BinderService<AudioPolicyService>,
50 friend class BinderService<AudioPolicyService>;
53 // for BinderService
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.h28 #include <binder/BinderService.h>
62 public BinderService<CameraService>,
67 friend class BinderService<CameraService>;
91 // Implementation of BinderService<T>

Completed in 415 milliseconds

12