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

  /frameworks/native/cmds/sensorservice/
main_sensorservice.cpp 17 #include <binder/BinderService.h>
  /frameworks/native/cmds/surfaceflinger/
main_surfaceflinger.cpp 17 #include <binder/BinderService.h>
  /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()
  /frameworks/native/include/binder/
BinderService.h 34 class BinderService
  /frameworks/native/services/sensorservice/
SensorService.h 29 #include <binder/BinderService.h>
49 public BinderService<SensorService>,
53 friend class BinderService<SensorService>;
BatteryService.cpp 25 #include <binder/BinderService.h>
SensorDevice.cpp 25 #include <binder/BinderService.h>
SensorService.cpp 32 #include <binder/BinderService.h>
  /frameworks/av/services/camera/libcameraservice/
CameraService.h 23 #include <binder/BinderService.h>
46 public BinderService<CameraService>,
51 friend class BinderService<CameraService>;
56 // Implementation of BinderService<T>
  /frameworks/av/services/audioflinger/
AudioPolicyService.h 25 #include <binder/BinderService.h>
38 public BinderService<AudioPolicyService>,
43 friend class BinderService<AudioPolicyService>;
46 // for BinderService
AudioFlinger.h 41 #include <binder/BinderService.h>
87 public BinderService<AudioFlinger>,
90 friend class BinderService<AudioFlinger>; // for AudioFlinger()
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.h 35 #include <binder/BinderService.h>
75 class SurfaceFlinger : public BinderService<SurfaceFlinger>,

Completed in 163 milliseconds