Searched refs:LightRefBase (Results 1 – 11 of 11) sorted by relevance
/aosp14/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>;
|
/aosp14/frameworks/base/libs/hwui/ |
H A D | Gainmap.h | 26 class Gainmap : public LightRefBase<Gainmap> {
|
H A D | WebViewFunctorManager.h | 39 class Handle : public LightRefBase<Handle> {
|
/aosp14/frameworks/base/libs/hostgraphics/ui/ |
H A D | Fence.h | 27 class Fence : public LightRefBase<Fence> {
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_graphics_BLASTBufferQueue.cpp | 59 class TransactionHangCallbackWrapper : public LightRefBase<TransactionHangCallbackWrapper> {
|
H A D | android_hardware_camera2_DngCreator.cpp | 169 class NativeContext : public LightRefBase<NativeContext> { 329 class JniOutputStream : public Output, public LightRefBase<JniOutputStream> { 402 class JniInputStream : public Input, public LightRefBase<JniInputStream> { 491 class JniInputByteBuffer : public Input, public LightRefBase<JniInputByteBuffer> { 564 class InputStripSource : public StripSource, public LightRefBase<InputStripSource> { 698 class DirectStripSource : public StripSource, public LightRefBase<DirectStripSource> {
|
/aosp14/system/core/libutils/ |
H A D | Android.bp | 139 "LightRefBase.cpp",
|
/aosp14/system/core/libutils/abi-dumps/arm_arm64/source-based/ |
H A D | libutils.so.lsdump | 5706 "source_file" : "system/core/libutils/include/utils/LightRefBase.h" 10405 "name" : "const android::LightRefBase<android::NativeHandle> *", 10409 "source_file" : "system/core/libutils/include/utils/LightRefBase.h" 10697 "source_file" : "system/core/libutils/include/utils/LightRefBase.h" 10729 "name" : "android::LightRefBase<android::NativeHandle> *", 10733 "source_file" : "system/core/libutils/include/utils/LightRefBase.h" 10823 "source_file" : "system/core/libutils/include/utils/LightRefBase.h" 11315 "name" : "const android::LightRefBase<android::NativeHandle>", 11319 "source_file" : "system/core/libutils/include/utils/LightRefBase.h" 12373 "name" : "android::LightRefBase<android::NativeHandle>", [all …]
|
/aosp14/system/core/libutils/abi-dumps/arm64/source-based/ |
H A D | libutils.so.lsdump | 5710 "source_file" : "system/core/libutils/include/utils/LightRefBase.h" 10409 "name" : "const android::LightRefBase<android::NativeHandle> *", 10413 "source_file" : "system/core/libutils/include/utils/LightRefBase.h" 10701 "source_file" : "system/core/libutils/include/utils/LightRefBase.h" 10733 "name" : "android::LightRefBase<android::NativeHandle> *", 10737 "source_file" : "system/core/libutils/include/utils/LightRefBase.h" 10827 "source_file" : "system/core/libutils/include/utils/LightRefBase.h" 11319 "name" : "const android::LightRefBase<android::NativeHandle>", 11323 "source_file" : "system/core/libutils/include/utils/LightRefBase.h" 12377 "name" : "android::LightRefBase<android::NativeHandle>", [all …]
|
/aosp14/frameworks/base/libs/hwui/jni/ |
H A D | android_graphics_HardwareRenderer.cpp | 108 class FrameCommitWrapper : public LightRefBase<FrameCommitWrapper> {
|