Home
last modified time | relevance | path

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

12

/aosp12/system/core/libutils/include/utils/
H A DLightRefBase.h34 class LightRefBase
37 inline LightRefBase() : mCount(0) { } in LightRefBase() function
58 inline ~LightRefBase() { } in ~LightRefBase()
71 class VirtualLightRefBase : public LightRefBase<VirtualLightRefBase> {
H A DNativeHandle.h27 class NativeHandle : public LightRefBase<NativeHandle> {
41 friend class LightRefBase<NativeHandle>;
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/include/hwc2on1adapter/
H A DMiniFence.h27 class MiniFence : public LightRefBase<MiniFence> {
52 friend class LightRefBase<MiniFence>;
/aosp12/frameworks/native/libs/ui/include/ui/
H A DFence.h36 : public LightRefBase<Fence>, public Flattenable<Fence>
146 friend class LightRefBase<Fence>;
H A DGraphicBuffer.h239 friend class LightRefBase<GraphicBuffer>;
/aosp12/frameworks/native/libs/ui/include_vndk/ui/
H A DFence.h36 : public LightRefBase<Fence>, public Flattenable<Fence>
146 friend class LightRefBase<Fence>;
H A DGraphicBuffer.h239 friend class LightRefBase<GraphicBuffer>;
/aosp12/frameworks/native/libs/gui/include/gui/
H A DStreamSplitter.h129 class BufferTracker : public LightRefBase<BufferTracker> {
144 friend LightRefBase<BufferTracker>;
H A DGLConsumer.h302 class EglImage : public LightRefBase<EglImage> {
322 friend class LightRefBase<EglImage>;
/aosp12/frameworks/native/libs/nativedisplay/include/surfacetexture/
H A DEGLConsumer.h166 class EglImage : public LightRefBase<EglImage> {
189 friend class LightRefBase<EglImage>;
/aosp12/hardware/interfaces/camera/common/1.0/default/include/
H A DVendorTagDescriptor.h124 public LightRefBase<VendorTagDescriptor> {
212 public LightRefBase<VendorTagDescriptorCache> {
/aosp12/frameworks/av/camera/include/camera/
H A DVendorTagDescriptor.h138 public LightRefBase<VendorTagDescriptor> {
228 public LightRefBase<VendorTagDescriptorCache> {
H A DCaptureResult.h160 struct CaptureResult : public virtual LightRefBase<CaptureResult> {
/aosp12/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> {
/aosp12/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> {
/aosp12/frameworks/rs/cpp/util/
H A DRefBase.h165 class LightRefBase
168 inline LightRefBase() : mCount(0) { } in LightRefBase() function
182 typedef LightRefBase<T> basetype;
185 inline ~LightRefBase() { } in ~LightRefBase()
/aosp12/frameworks/base/libs/hostgraphics/ui/
H A DFence.h27 class Fence : public LightRefBase<Fence> {
/aosp12/frameworks/av/services/camera/libcameraservice/gui/
H A DRingBufferConsumer.h119 struct PinnedBufferItem : public LightRefBase<PinnedBufferItem> {
/aosp12/frameworks/base/libs/hwui/
H A DWebViewFunctorManager.h39 class Handle : public LightRefBase<Handle> {
/aosp12/frameworks/base/core/jni/
H A Dandroid_graphics_BLASTBufferQueue.cpp37 class TransactionCompleteCallbackWrapper : public LightRefBase<TransactionCompleteCallbackWrapper> {
/aosp12/system/core/libutils/
H A DAndroid.bp144 "LightRefBase.cpp",

12