Home
last modified time | relevance | path

Searched refs:getCacheSize (Results 1 – 11 of 11) sorted by relevance

/aosp12/frameworks/base/libs/hwui/renderthread/
H A DCacheManager.h53 size_t getCacheSize() const { return mMaxResourceBytes; } in getCacheSize() function
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DMediaObject.java140 public long getCacheSize() { in getCacheSize() method in MediaObject
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/resources/
H A DComposerResources.cpp147 size_t ComposerHandleCache::getCacheSize() const { in getCacheSize() function in android::hardware::graphics::composer::V2_1::hal::ComposerHandleCache
228 return mClientTargetCache.getCacheSize(); in getClientTargetCacheSize()
232 return mOutputBufferCache.getCacheSize(); in getOutputBufferCacheSize()
/aosp12/frameworks/minikin/tests/unittest/
H A DLayoutCacheTest.cpp32 using LayoutCache::getCacheSize;
287 EXPECT_EQ(layoutCache.getCacheSize(), 0u); in TEST()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DTaskThumbnailCache.java197 public int getCacheSize() { in getCacheSize() method
H A DRecentsModel.java154 mTaskList.getTaskKeys(mThumbnailCache.getCacheSize(), taskGroups -> { in onTaskStackChangedBackground()
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/storage/
H A DStorageAsyncLoader.java222 public long getCacheSize() { in getCacheSize() method in StorageAsyncLoader.AppsStorageResult
/aosp12/frameworks/minikin/include/minikin/
H A DLayoutCache.h173 uint32_t getCacheSize() { in getCacheSize() function
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/resources/include/composer-resources/2.1/
H A DComposerResources.h77 size_t getCacheSize() const;
/aosp12/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFrameManager.java302 public int getCacheSize() { in getCacheSize() method in FrameManager
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DManageCachePage.java184 long sizeOfTarget = targetSet.getCacheSize(); in onSingleTapUp()