HomeSort by relevance Sort by last modified time
    Searched refs:BinderService (Results 1 - 25 of 35) sorted by null

1 2

  /frameworks/native/services/inputflinger/host/
main.cpp 17 #include <binder/BinderService.h>
24 BinderService<InputFlinger>::publishAndJoinThreadPool(true);
  /frameworks/native/services/sensorservice/
main_sensorservice.cpp 17 #include <binder/BinderService.h>
SensorService.h 23 #include <binder/BinderService.h>
64 public BinderService<SensorService>,
87 friend class BinderService<SensorService>;
BatteryService.cpp 25 #include <binder/BinderService.h>
SensorEventConnection.h 32 #include <binder/BinderService.h>
  /frameworks/av/services/mediacodec/
MediaCodecService.h 20 #include <binder/BinderService.h>
26 class MediaCodecService : public BinderService<MediaCodecService>, public BnMediaCodecService
28 friend class BinderService<MediaCodecService>; // for MediaCodecService()
  /frameworks/av/services/mediaextractor/
MediaExtractorService.h 20 #include <binder/BinderService.h>
26 class MediaExtractorService : public BinderService<MediaExtractorService>, public BnMediaExtractorService
28 friend class BinderService<MediaExtractorService>; // for MediaExtractorService()
  /frameworks/av/services/medialog/
MediaLogService.h 20 #include <binder/BinderService.h>
26 class MediaLogService : public BinderService<MediaLogService>, public BnMediaLogService
28 friend class BinderService<MediaLogService>; // for MediaLogService()
  /system/netd/server/
NetdNativeService.h 22 #include <binder/BinderService.h>
30 class NetdNativeService : public BinderService<NetdNativeService>, public BnNetd {
NetdNativeService.cpp 77 status_t ret = BinderService<NetdNativeService>::publish();
  /frameworks/base/services/core/java/com/android/server/
PinnerService.java 49 private BinderService mBinderService;
63 mBinderService = new BinderService();
115 private final class BinderService extends Binder {
RecoverySystemService.java 64 publishBinderService(Context.RECOVERY_SERVICE, new BinderService());
67 private final class BinderService extends IRecoverySystem.Stub {
DockObserver.java 85 publishBinderService(TAG, new BinderService());
245 private final class BinderService extends Binder {
MmsServiceBroker.java 223 publishBinderService("imms", new BinderService());
327 private final class BinderService extends IMms.Stub {
  /frameworks/native/include/binder/
BinderService.h 34 class BinderService
  /frameworks/av/services/mediaresourcemanager/
ResourceManagerService.h 22 #include <binder/BinderService.h>
46 : public BinderService<ResourceManagerService>,
  /frameworks/av/services/radio/
RadioService.h 23 #include <binder/BinderService.h>
36 public BinderService<RadioService>,
39 friend class BinderService<RadioService>;
  /frameworks/av/services/soundtrigger/
SoundTriggerHwService.h 23 #include <binder/BinderService.h>
36 public BinderService<SoundTriggerHwService>,
39 friend class BinderService<SoundTriggerHwService>;
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_color_manager.h 36 #include <binder/BinderService.h>
  /frameworks/base/services/core/java/com/android/server/webkit/
WebViewUpdateService.java 116 publishBinderService("webviewupdate", new BinderService(), true /*allowIsolated*/);
139 private class BinderService extends IWebViewUpdateService.Stub {
  /packages/services/Car/vehicle_network_service/
VehicleNetworkService.h 28 #include <binder/BinderService.h>
277 public BinderService<VehicleNetworkService>,
  /frameworks/av/services/audioflinger/
AudioFlinger.h 42 #include <binder/BinderService.h>
91 public BinderService<AudioFlinger>,
94 friend class BinderService<AudioFlinger>; // for AudioFlinger()
    [all...]
  /frameworks/av/services/audiopolicy/service/
AudioPolicyService.h 26 #include <binder/BinderService.h>
46 public BinderService<AudioPolicyService>,
50 friend class BinderService<AudioPolicyService>;
53 // for BinderService
  /frameworks/av/services/camera/libcameraservice/
CameraService.h 27 #include <binder/BinderService.h>
57 public BinderService<CameraService>,
62 friend class BinderService<CameraService>;
90 // Implementation of BinderService<T>
    [all...]
  /frameworks/base/services/core/java/com/android/server/dreams/
DreamManagerService.java 101 publishBinderService(DreamService.DREAM_SERVICE, new BinderService());
463 private final class BinderService extends IDreamManager.Stub {

Completed in 330 milliseconds

1 2