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

  /system/core/include/utils/
NativeHandle.h 27 class NativeHandle: public LightRefBase<NativeHandle> {
41 friend class LightRefBase<NativeHandle>;
RefBase.h 174 class LightRefBase
177 inline LightRefBase() : mCount(0) { }
192 typedef LightRefBase<T> basetype;
195 inline ~LightRefBase() { }
207 // This is a wrapper around LightRefBase that simply enforces a virtual
208 // destructor to eliminate the template requirement of LightRefBase
209 class VirtualLightRefBase : public LightRefBase<VirtualLightRefBase> {
  /frameworks/av/media/img_utils/include/img_utils/
TiffWritable.h 36 class ANDROID_API TiffWritable : public Orderable, public LightRefBase<TiffWritable> {
DngUtils.h 40 class ANDROID_API OpcodeListBuilder : public LightRefBase<OpcodeListBuilder> {
TiffWriter.h 51 class ANDROID_API TiffWriter : public LightRefBase<TiffWriter> {
  /frameworks/av/media/libstagefright/webm/
WebmFrame.h 24 struct WebmFrame : LightRefBase<WebmFrame> {
WebmElement.h 29 struct WebmElement : public LightRefBase<WebmElement> {
WebmFrameThread.h 33 class WebmFrameThread : public LightRefBase<WebmFrameThread> {
  /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>;
GraphicBuffer.h 157 friend class LightRefBase<GraphicBuffer>;
  /frameworks/av/include/camera/
CaptureResult.h 100 struct CaptureResult : public virtual LightRefBase<CaptureResult> {
VendorTagDescriptor.h 133 public LightRefBase<VendorTagDescriptor> {
  /system/core/libutils/tests/
StrongPointer_test.cpp 24 class Foo : public LightRefBase<Foo> {
  /frameworks/native/include/gui/
StreamSplitter.h 129 class BufferTracker : public LightRefBase<BufferTracker> {
143 // Only destroy through LightRefBase
144 friend LightRefBase<BufferTracker>;
GLConsumer.h 302 class EglImage : public LightRefBase<EglImage> {
323 friend class LightRefBase<EglImage>;
  /frameworks/native/opengl/libagl/
TextureObjectManager.h 44 class EGLTextureObject : public LightRefBase<EGLTextureObject>
89 public LightRefBase<EGLSurfaceManager>,
  /frameworks/av/services/camera/libcameraservice/gui/
RingBufferConsumer.h 121 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() { }
  /frameworks/native/services/surfaceflinger/
DisplayDevice.h 58 class DisplayDevice : public LightRefBase<DisplayDevice>
  /frameworks/base/core/jni/
android_hardware_camera2_DngCreator.cpp 149 class NativeContext : public LightRefBase<NativeContext> {
309 class JniOutputStream : public Output, public LightRefBase<JniOutputStream> {
382 class JniInputStream : public Input, public LightRefBase<JniInputStream> {
471 class JniInputByteBuffer : public Input, public LightRefBase<JniInputByteBuffer> {
544 class InputStripSource : public StripSource, public LightRefBase<InputStripSource> {
678 class DirectStripSource : public StripSource, public LightRefBase<DirectStripSource> {
    [all...]
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3Device.h 284 class CaptureRequest : public LightRefBase<CaptureRequest> {
    [all...]
  /frameworks/base/services/core/jni/
com_android_server_hdmi_HdmiCecController.cpp 85 class CecEventWrapper : public LightRefBase<CecEventWrapper> {
  /frameworks/rs/cpp/
rsCppStructs.h 352 class RS : public android::RSC::LightRefBase<RS> {
539 class BaseObj : public android::RSC::LightRefBase<BaseObj> {
    [all...]

Completed in 440 milliseconds