Searched refs:BinderService (Results 1 - 25 of 31) 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 DSensorService.h23 #include <binder/BinderService.h>
64 public BinderService<SensorService>,
87 friend class BinderService<SensorService>;
H A DBatteryService.cpp25 #include <binder/BinderService.h>
H A DSensorEventConnection.h32 #include <binder/BinderService.h>
H A DSensorDevice.cpp26 #include <binder/BinderService.h>
/frameworks/av/services/mediacodec/
H A DMediaCodecService.h20 #include <binder/BinderService.h>
26 class MediaCodecService : public BinderService<MediaCodecService>, public BnMediaCodecService
28 friend class BinderService<MediaCodecService>; // for MediaCodecService()
/frameworks/av/services/mediaextractor/
H A DMediaExtractorService.h20 #include <binder/BinderService.h>
26 class MediaExtractorService : public BinderService<MediaExtractorService>, public BnMediaExtractorService
28 friend class BinderService<MediaExtractorService>; // for MediaExtractorService()
/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/av/services/mediaresourcemanager/
H A DResourceManagerService.h22 #include <binder/BinderService.h>
46 : public BinderService<ResourceManagerService>,
/frameworks/av/services/radio/
H A DRadioService.h23 #include <binder/BinderService.h>
36 public BinderService<RadioService>,
39 friend class BinderService<RadioService>;
/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 DPinnerService.java64 private BinderService mBinderService;
85 mBinderService = new BinderService();
333 private final class BinderService extends Binder { class in class:PinnerService
H A DDockObserver.java85 publishBinderService(TAG, new BinderService());
252 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
H A DMmsServiceBroker.java224 publishBinderService("imms", new BinderService());
328 private final class BinderService extends IMms.Stub { class in class:MmsServiceBroker
H A DBatteryService.java110 BinderService mBinderService;
196 mBinderService = new BinderService();
863 private final class BinderService extends Binder { class in class:BatteryService
/frameworks/base/services/core/java/com/android/server/webkit/
H A DWebViewUpdateService.java116 publishBinderService("webviewupdate", new BinderService(), true /*allowIsolated*/);
139 private class BinderService extends IWebViewUpdateService.Stub { class in class:WebViewUpdateService
/frameworks/av/services/audioflinger/
H A DAudioFlinger.h42 #include <binder/BinderService.h>
91 public BinderService<AudioFlinger>,
94 friend class BinderService<AudioFlinger>; // for AudioFlinger()
/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/base/services/core/java/com/android/server/dreams/
H A DDreamManagerService.java108 publishBinderService(DreamService.DREAM_SERVICE, new BinderService());
479 private final class BinderService extends IDreamManager.Stub { class in class:DreamManagerService
/frameworks/base/services/core/java/com/android/server/media/projection/
H A DMediaProjectionManagerService.java87 publishBinderService(Context.MEDIA_PROJECTION_SERVICE, new BinderService(),
203 private final class BinderService extends IMediaProjectionManager.Stub { class in class:MediaProjectionManagerService
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.h27 #include <binder/BinderService.h>
57 public BinderService<CameraService>,
62 friend class BinderService<CameraService>;
90 // Implementation of BinderService<T>
/frameworks/base/services/core/java/com/android/server/display/
H A DDisplayManagerService.java256 publishBinderService(Context.DISPLAY_SERVICE, new BinderService(),
1212 private final class BinderService extends IDisplayManager.Stub { class in class:DisplayManagerService

Completed in 974 milliseconds

12