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

12

/frameworks/av/media/libstagefright/webm/
H A DWebmFrame.h24 struct WebmFrame : LightRefBase<WebmFrame> {
H A DWebmElement.h29 struct WebmElement : public LightRefBase<WebmElement> {
H A DWebmFrameThread.h33 class WebmFrameThread : public LightRefBase<WebmFrameThread> {
/frameworks/av/media/img_utils/include/img_utils/
H A DTiffWritable.h36 class ANDROID_API TiffWritable : public Orderable, public LightRefBase<TiffWritable> {
H A DDngUtils.h40 class ANDROID_API OpcodeListBuilder : public LightRefBase<OpcodeListBuilder> {
H A DTiffWriter.h51 class ANDROID_API TiffWriter : public LightRefBase<TiffWriter> {
/frameworks/base/libs/hwui/thread/
H A DFuture.h28 class Future : public LightRefBase<Future<T> > {
/frameworks/native/include/gui/
H A DStreamSplitter.h129 class BufferTracker : public LightRefBase<BufferTracker> {
143 // Only destroy through LightRefBase
144 friend LightRefBase<BufferTracker>;
H A DGLConsumer.h301 class EglImage : public LightRefBase<EglImage> {
322 friend class LightRefBase<EglImage>;
/frameworks/native/include/ui/
H A DFence.h36 : public LightRefBase<Fence>, public Flattenable<Fence>
140 friend class LightRefBase<Fence>;
H A DGraphicBuffer.h220 friend class LightRefBase<GraphicBuffer>;
/frameworks/native/libs/gui/include/gui/
H A DStreamSplitter.h129 class BufferTracker : public LightRefBase<BufferTracker> {
143 // Only destroy through LightRefBase
144 friend LightRefBase<BufferTracker>;
H A DGLConsumer.h301 class EglImage : public LightRefBase<EglImage> {
322 friend class LightRefBase<EglImage>;
/frameworks/native/libs/ui/include/ui/
H A DFence.h36 : public LightRefBase<Fence>, public Flattenable<Fence>
140 friend class LightRefBase<Fence>;
H A DGraphicBuffer.h220 friend class LightRefBase<GraphicBuffer>;
/frameworks/native/libs/ui/include_vndk/ui/
H A DFence.h36 : public LightRefBase<Fence>, public Flattenable<Fence>
140 friend class LightRefBase<Fence>;
H A DGraphicBuffer.h220 friend class LightRefBase<GraphicBuffer>;
/frameworks/native/opengl/libagl/
H A DTextureObjectManager.h44 class EGLTextureObject : public LightRefBase<EGLTextureObject>
89 public LightRefBase<EGLSurfaceManager>,
/frameworks/av/camera/include/camera/
H A DVendorTagDescriptor.h133 public LightRefBase<VendorTagDescriptor> {
220 public LightRefBase<VendorTagDescriptorCache> {
H A DCaptureResult.h121 struct CaptureResult : public virtual LightRefBase<CaptureResult> {
/frameworks/av/include/camera/
H A DVendorTagDescriptor.h133 public LightRefBase<VendorTagDescriptor> {
220 public LightRefBase<VendorTagDescriptorCache> {
H A DCaptureResult.h121 struct CaptureResult : public virtual LightRefBase<CaptureResult> {
/frameworks/av/services/camera/libcameraservice/gui/
H A DRingBufferConsumer.h119 struct PinnedBufferItem : public LightRefBase<PinnedBufferItem> {
/frameworks/native/services/surfaceflinger/
H A DBufferLayerConsumer.h224 class Image : public LightRefBase<Image> {
244 friend class LightRefBase<Image>;
/frameworks/rs/cpp/util/
H A DRefBase.h164 class LightRefBase class in namespace:android::RSC
167 inline LightRefBase() : mCount(0) { } function in class:android::RSC::LightRefBase
181 typedef LightRefBase<T> basetype;
184 inline ~LightRefBase() { }

Completed in 329 milliseconds

12