/aosp12/system/core/libutils/include/utils/ |
H A D | LightRefBase.h | 34 class LightRefBase 37 inline LightRefBase() : mCount(0) { } in LightRefBase() function 58 inline ~LightRefBase() { } in ~LightRefBase() 71 class VirtualLightRefBase : public LightRefBase<VirtualLightRefBase> {
|
H A D | NativeHandle.h | 27 class NativeHandle : public LightRefBase<NativeHandle> { 41 friend class LightRefBase<NativeHandle>;
|
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/include/hwc2on1adapter/ |
H A D | MiniFence.h | 27 class MiniFence : public LightRefBase<MiniFence> { 52 friend class LightRefBase<MiniFence>;
|
/aosp12/frameworks/native/libs/ui/include/ui/ |
H A D | Fence.h | 36 : public LightRefBase<Fence>, public Flattenable<Fence> 146 friend class LightRefBase<Fence>;
|
H A D | GraphicBuffer.h | 239 friend class LightRefBase<GraphicBuffer>;
|
/aosp12/frameworks/native/libs/ui/include_vndk/ui/ |
H A D | Fence.h | 36 : public LightRefBase<Fence>, public Flattenable<Fence> 146 friend class LightRefBase<Fence>;
|
H A D | GraphicBuffer.h | 239 friend class LightRefBase<GraphicBuffer>;
|
/aosp12/frameworks/native/libs/gui/include/gui/ |
H A D | StreamSplitter.h | 129 class BufferTracker : public LightRefBase<BufferTracker> { 144 friend LightRefBase<BufferTracker>;
|
H A D | GLConsumer.h | 302 class EglImage : public LightRefBase<EglImage> { 322 friend class LightRefBase<EglImage>;
|
/aosp12/frameworks/native/libs/nativedisplay/include/surfacetexture/ |
H A D | EGLConsumer.h | 166 class EglImage : public LightRefBase<EglImage> { 189 friend class LightRefBase<EglImage>;
|
/aosp12/hardware/interfaces/camera/common/1.0/default/include/ |
H A D | VendorTagDescriptor.h | 124 public LightRefBase<VendorTagDescriptor> { 212 public LightRefBase<VendorTagDescriptorCache> {
|
/aosp12/frameworks/av/camera/include/camera/ |
H A D | VendorTagDescriptor.h | 138 public LightRefBase<VendorTagDescriptor> { 228 public LightRefBase<VendorTagDescriptorCache> {
|
H A D | CaptureResult.h | 160 struct CaptureResult : public virtual LightRefBase<CaptureResult> {
|
/aosp12/frameworks/av/media/img_utils/include/img_utils/ |
H A D | TiffWritable.h | 36 class ANDROID_API TiffWritable : public Orderable, public LightRefBase<TiffWritable> {
|
H A D | DngUtils.h | 40 class ANDROID_API OpcodeListBuilder : public LightRefBase<OpcodeListBuilder> {
|
H A D | TiffWriter.h | 51 class ANDROID_API TiffWriter : public LightRefBase<TiffWriter> {
|
/aosp12/frameworks/av/media/libstagefright/webm/ |
H A D | WebmFrame.h | 24 struct WebmFrame : LightRefBase<WebmFrame> {
|
H A D | WebmElement.h | 29 struct WebmElement : public LightRefBase<WebmElement> {
|
H A D | WebmFrameThread.h | 33 class WebmFrameThread : public LightRefBase<WebmFrameThread> {
|
/aosp12/frameworks/rs/cpp/util/ |
H A D | RefBase.h | 165 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 D | Fence.h | 27 class Fence : public LightRefBase<Fence> {
|
/aosp12/frameworks/av/services/camera/libcameraservice/gui/ |
H A D | RingBufferConsumer.h | 119 struct PinnedBufferItem : public LightRefBase<PinnedBufferItem> {
|
/aosp12/frameworks/base/libs/hwui/ |
H A D | WebViewFunctorManager.h | 39 class Handle : public LightRefBase<Handle> {
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_graphics_BLASTBufferQueue.cpp | 37 class TransactionCompleteCallbackWrapper : public LightRefBase<TransactionCompleteCallbackWrapper> {
|
/aosp12/system/core/libutils/ |
H A D | Android.bp | 144 "LightRefBase.cpp",
|