Home
last modified time | relevance | path

Searched refs:mCacheSize (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/native/services/sensorservice/
H A DSensorEventConnection.cpp138 proto->write(CACHE_SIZE, int32_t(mCacheSize)); in dump()
156 mCacheSize)); in dump()
384 if (mCacheSize != 0) { in sendEvents()
421 mCacheSize = 0; in sendEvents()
492 mCacheSize += count; in reAllocateCacheLocked()
503 mCacheSize += count; in appendEventsToCacheLocked()
541 mCacheSize -= cachedEventsToDrop; in appendEventsToCacheLocked()
546 mCacheSize += eventsToCopy; in appendEventsToCacheLocked()
625 numEventsSent, mCacheSize); in writeToSocketFromCache()
626 mCacheSize -= numEventsSent; in writeToSocketFromCache()
[all …]
H A DSensorEventConnection.h183 int mCacheSize, mMaxCacheSize; variable
/aosp12/packages/apps/Settings/src/com/android/settings/applications/
H A DAppStorageSizesController.java36 private final Preference mCacheSize; field in AppStorageSizesController
55 mCacheSize = cache; in AppStorageSizesController()
70 mCacheSize.setSummary(errorRes); in updateUi()
87 mCacheSize.setSummary(getSizeStr(context, cacheSize)); in updateUi()
140 private Preference mCacheSize; field in AppStorageSizesController.Builder
155 mCacheSize = preference; in setCacheSizePreference()
179 Preconditions.checkNotNull(mCacheSize), in build()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DTaskThumbnailCache.java38 private final int mCacheSize; field in TaskThumbnailCache
98 mCacheSize = res.getInteger(R.integer.recentsThumbnailCacheSize); in TaskThumbnailCache()
100 mCache = new TaskKeyLruCache<>(mCacheSize); in TaskThumbnailCache()
198 return mCacheSize; in getCacheSize()
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/storage/
H A DStorageAsyncLoader.java171 private long mCacheSize; field in StorageAsyncLoader.AppsStorageResult
223 return mCacheSize; in getCacheSize()
230 this.mCacheSize = cacheSize; in setCacheSize()