Searched refs:LightRefBase (Results 1 - 10 of 10) sorted by relevance

/frameworks/native/include/ui/
H A DFence.h38 : public LightRefBase<Fence>, public Flattenable
98 friend class LightRefBase<Fence>;
H A DFramebufferNativeWindow.h49 LightRefBase<FramebufferNativeWindow> >
66 friend class LightRefBase<FramebufferNativeWindow>;
H A DGraphicBuffer.h43 LightRefBase<GraphicBuffer> >, public Flattenable
128 friend class LightRefBase<GraphicBuffer>;
/frameworks/rs/cpp/
H A DBaseObj.h31 class BaseObj : public android::LightRefBase<BaseObj> {
/frameworks/native/opengl/libagl/
H A DTextureObjectManager.h44 class EGLTextureObject : public LightRefBase<EGLTextureObject>
89 public LightRefBase<EGLSurfaceManager>,
/frameworks/base/libs/hwui/
H A DSnapshot.h44 class Snapshot: public LightRefBase<Snapshot> {
/frameworks/native/include/utils/
H A DRefBase.h164 class LightRefBase class in namespace:android
167 inline LightRefBase() : mCount(0) { } function in class:android::LightRefBase
181 typedef LightRefBase<T> basetype;
184 inline ~LightRefBase() { }
H A DGenerationCache.h36 struct Entry: public LightRefBase<Entry<EntryKey, EntryValue> > {
/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.h45 class DisplayDevice : public LightRefBase<DisplayDevice>
/frameworks/native/libs/ui/
H A DFramebufferNativeWindow.cpp48 LightRefBase<NativeBuffer> >
58 friend class LightRefBase<NativeBuffer>;

Completed in 156 milliseconds