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

/frameworks/av/media/libstagefright/webm/
H A DWebmFrame.h24 struct WebmFrame : LightRefBase<WebmFrame> {
H A DWebmElement.h27 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.h39 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/ui/
H A DFence.h39 : public LightRefBase<Fence>, public Flattenable<Fence>
104 friend class LightRefBase<Fence>;
H A DFramebufferNativeWindow.h51 LightRefBase<FramebufferNativeWindow> >
68 friend class LightRefBase<FramebufferNativeWindow>;
H A DGraphicBuffer.h141 friend class LightRefBase<GraphicBuffer>;
/frameworks/av/include/camera/
H A DCaptureResult.h82 struct CaptureResult : public virtual LightRefBase<CaptureResult> {
H A DVendorTagDescriptor.h37 : public LightRefBase<VendorTagDescriptor> {
/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.h284 class EglImage : public LightRefBase<EglImage> {
305 friend class LightRefBase<EglImage>;
/frameworks/native/opengl/libagl/
H A DTextureObjectManager.h44 class EGLTextureObject : public LightRefBase<EGLTextureObject>
89 public LightRefBase<EGLSurfaceManager>,
/frameworks/av/services/camera/libcameraservice/gui/
H A DRingBufferConsumer.h122 struct PinnedBufferItem : public LightRefBase<PinnedBufferItem> {
/frameworks/base/libs/hwui/
H A DSnapshot.h74 class Snapshot: public LightRefBase<Snapshot> {
/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.h47 class DisplayDevice : public LightRefBase<DisplayDevice>
/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() { }
/frameworks/rs/server/
H A DRefBase.h163 class LightRefBase class in namespace:android
166 inline LightRefBase() : mCount(0) { } function in class:android::LightRefBase
180 typedef LightRefBase<T> basetype;
183 inline ~LightRefBase() { }
/frameworks/native/libs/ui/
H A DFramebufferNativeWindow.cpp48 LightRefBase<NativeBuffer> >
58 friend class LightRefBase<NativeBuffer>;
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp101 class NativeContext : public LightRefBase<NativeContext> {
165 class JniOutputStream : public Output, public LightRefBase<JniOutputStream> {
238 class JniInputStream : public Input, public LightRefBase<JniInputStream> {
327 class JniInputByteBuffer : public Input, public LightRefBase<JniInputByteBuffer> {
400 class InputStripSource : public StripSource, public LightRefBase<InputStripSource> {
535 class DirectStripSource : public StripSource, public LightRefBase<DirectStripSource> {
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.h220 class CaptureRequest : public LightRefBase<CaptureRequest> {
/frameworks/base/services/core/jni/
H A Dcom_android_server_hdmi_HdmiCecController.cpp85 class CecEventWrapper : public LightRefBase<CecEventWrapper> {
/frameworks/rs/cpp/
H A DrsCppStructs.h86 class RS : public android::RSC::LightRefBase<RS> {
260 class BaseObj : public android::RSC::LightRefBase<BaseObj> {

Completed in 167 milliseconds