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

  /frameworks/base/libs/hwui/thread/
Future.h 28 class Future: public LightRefBase<Future<T> > {
  /frameworks/native/include/ui/
Fence.h 39 : public LightRefBase<Fence>, public Flattenable<Fence>
104 friend class LightRefBase<Fence>;
FramebufferNativeWindow.h 49 LightRefBase<FramebufferNativeWindow> >
66 friend class LightRefBase<FramebufferNativeWindow>;
GraphicBuffer.h 133 friend class LightRefBase<GraphicBuffer>;
  /frameworks/native/opengl/libagl/
TextureObjectManager.h 44 class EGLTextureObject : public LightRefBase<EGLTextureObject>
89 public LightRefBase<EGLSurfaceManager>,
  /frameworks/base/libs/hwui/
Snapshot.h 44 class Snapshot: public LightRefBase<Snapshot> {
DisplayList.h 90 class DisplayListData : public LightRefBase<DisplayListData> {
  /frameworks/av/services/camera/libcameraservice/gui/
RingBufferConsumer.h 122 struct PinnedBufferItem : public LightRefBase<PinnedBufferItem> {
  /frameworks/rs/cpp/util/
RefBase.h 164 class LightRefBase
167 inline LightRefBase() : mCount(0) { }
181 typedef LightRefBase<T> basetype;
184 inline ~LightRefBase() { }
  /frameworks/rs/server/
RefBase.h 163 class LightRefBase
166 inline LightRefBase() : mCount(0) { }
180 typedef LightRefBase<T> basetype;
183 inline ~LightRefBase() { }
  /system/core/include/utils/
RefBase.h 174 class LightRefBase
177 inline LightRefBase() : mCount(0) { }
191 typedef LightRefBase<T> basetype;
194 inline ~LightRefBase() { }
  /frameworks/native/services/surfaceflinger/
DisplayDevice.h 47 class DisplayDevice : public LightRefBase<DisplayDevice>
  /frameworks/native/libs/ui/
FramebufferNativeWindow.cpp 48 LightRefBase<NativeBuffer> >
58 friend class LightRefBase<NativeBuffer>;
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3Device.h 196 class CaptureRequest : public LightRefBase<CaptureRequest> {
  /frameworks/rs/cpp/
rsCppStructs.h 85 class RS : public android::RSC::LightRefBase<RS> {
254 class BaseObj : public android::RSC::LightRefBase<BaseObj> {
    [all...]

Completed in 180 milliseconds