Searched refs:BinderService (Results 1 - 25 of 39) 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>
64 public BinderService<SensorService>,
89 friend class BinderService<SensorService>;
H A DBatteryService.cpp25 #include <binder/BinderService.h>
H A DSensorEventConnection.h32 #include <binder/BinderService.h>
/frameworks/av/services/mediacodec/
H A DMediaCodecService.h20 #include <binder/BinderService.h>
27 class MediaCodecService : public BinderService<MediaCodecService>,
30 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/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/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>
47 : public BinderService<ResourceManagerService>,
/frameworks/base/services/tests/servicestests/src/com/android/server/display/
H A DDisplayManagerServiceTest.java111 DisplayManagerService.BinderService bs = displayManager.new BinderService();
150 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
H A DPinnerService.java69 private BinderService mBinderService;
108 mBinderService = new BinderService();
371 private final class BinderService extends Binder { class in class:PinnerService
/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/native/cmds/installd/
H A DInstalldNativeService.h28 #include <binder/BinderService.h>
37 class InstalldNativeService : public BinderService<InstalldNativeService>, public os::BnInstalld {
/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyService.h26 #include <binder/BinderService.h>
42 public BinderService<AudioPolicyService>,
46 friend class BinderService<AudioPolicyService>;
49 // for BinderService

Completed in 613 milliseconds

12