/frameworks/base/libs/hwui/ |
D | RenderBufferCache.cpp | 45 , mMaxSize(Properties::renderBufferCacheSize) {} in RenderBufferCache() 60 return mMaxSize; in getMaxSize() 129 if (size < mMaxSize) { in put() 130 while (mSize + size > mMaxSize) { in put() 149 buffer->getWidth(), buffer->getHeight(), size, mMaxSize); in put()
|
D | FboCache.cpp | 31 : mMaxSize(Properties::fboCacheSize) {} in FboCache() 46 return mMaxSize; in getMaxSize() 73 if (mCache.size() < mMaxSize) { in put()
|
D | TextDropShadowCache.cpp | 102 , mMaxSize(maxByteSize) { in TextDropShadowCache() 120 return mMaxSize; in getMaxSize() 174 if (size < mMaxSize) { in get() 175 while (mSize + size > mMaxSize) { in get() 188 if (size < mMaxSize) { in get()
|
D | TextureCache.cpp | 38 , mMaxSize(Properties::textureCacheSize) in TextureCache() 61 return mMaxSize; in getMaxSize() 137 bool canCache = size < mMaxSize; in getCachedTexture() 139 while (canCache && mSize + size > mMaxSize) { in getCachedTexture()
|
D | PatchCache.cpp | 35 , mMaxSize(Properties::patchCacheSize) in PatchCache() 157 mMaxSize, nullptr, GL_DYNAMIC_DRAW); in createVertexBuffer() 159 mFreeBlocks = new BufferBlock(0, mMaxSize); in createVertexBuffer() 174 if (mSize + size > mMaxSize) { in setupMesh()
|
D | GradientCache.cpp | 68 , mMaxSize(Properties::gradientCacheSize) in GradientCache() 90 return mMaxSize; in getMaxSize() 159 while (getSize() + size > mMaxSize) { in addLinearGradient() 163 getSize(), size, mMaxSize, info.width); in addLinearGradient()
|
D | PatchCache.h | 65 return mMaxSize; in getMaxSize() 165 const uint32_t mMaxSize; variable
|
D | PathCache.cpp | 182 , mMaxSize(Properties::pathCacheSize) { in PathCache() 205 return mMaxSize; in getMaxSize() 254 if (size < mMaxSize) { in purgeCache() 255 while (mSize + size > mMaxSize) { in purgeCache() 267 while (mSize > mMaxSize || mCache.size() > DEFAULT_PATH_TEXTURE_CAP) { in trim() 269 " mSize = %u, mMaxSize = %u", mSize, mMaxSize); in trim()
|
D | FboCache.h | 73 uint32_t mMaxSize; variable
|
D | TextureCache.h | 131 const uint32_t mMaxSize; variable
|
D | RenderBufferCache.h | 115 uint32_t mMaxSize; variable
|
D | TessellationCache.cpp | 293 : mMaxSize(Properties::tessellationCacheSize) in TessellationCache() 319 return mMaxSize; in getMaxSize() 329 while (size > mMaxSize) { in trim()
|
D | TextDropShadowCache.h | 158 const uint32_t mMaxSize; variable
|
D | GradientCache.h | 168 const uint32_t mMaxSize; variable
|
D | TessellationCache.h | 187 const uint32_t mMaxSize; variable
|
D | PathCache.h | 275 const uint32_t mMaxSize; variable
|
/frameworks/base/libs/hwui/renderstate/ |
D | OffscreenBufferPool.h | 108 uint32_t getMaxSize() { return mMaxSize; } in getMaxSize() 157 uint32_t mMaxSize; variable
|
D | OffscreenBufferPool.cpp | 119 : mMaxSize(Properties::layerPoolSize) { in OffscreenBufferPool() 189 if (size < mMaxSize) { in putOrDelete() 191 while (mSize + size > mMaxSize) { in putOrDelete()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | ScanDetailCache.java | 39 private final int mMaxSize; field in ScanDetailCache 56 mMaxSize = maxSize; in ScanDetailCache() 63 if (mMap.size() >= mMaxSize) { in put()
|
/frameworks/base/core/java/com/android/internal/util/ |
D | StateMachine.java | 581 private int mMaxSize = DEFAULT_SIZE; field in StateMachine.LogRecords 601 mMaxSize = maxSize; in setSize() 643 if (nextIndex >= mMaxSize) { in get() 644 nextIndex -= mMaxSize; in get() 668 if (mLogRecVector.size() < mMaxSize) { in add() 673 if (mOldestIndex >= mMaxSize) { in add() 1517 return smh.mLogRecords.mMaxSize; in getLogRecMaxSize()
|
/frameworks/base/cmds/incidentd/src/ |
D | Reporter.h | 93 off_t mMaxSize; variable
|
D | Reporter.cpp | 134 mMaxSize = 100 * 1024 * 1024; in Reporter() 172 clean_directory(INCIDENT_DIRECTORY, mMaxSize, mMaxCount); in runReport()
|
/frameworks/av/services/camera/libcameraservice/device3/ |
D | Camera3Stream.h | 398 const size_t mMaxSize; variable
|
D | Camera3OutputStream.cpp | 383 if (mMaxSize == 0) { in configureConsumerQueueLocked() 390 mMaxSize, 1); in configureConsumerQueueLocked() 396 mMaxSize, mId); in configureConsumerQueueLocked()
|
D | Camera3IOStreamBase.cpp | 80 lines.appendFormat(" Max size: %zu\n", mMaxSize); in dump()
|