Searched refs:mCache (Results 51 - 73 of 73) sorted by relevance

123

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DAnqpCacheTest.java117 mCache.clear(false, true);
127 AnqpCache mCache; field in class:AnqpCacheTest
134 AnqpCache cache = mCache = new AnqpCache(mClock);
/frameworks/base/services/core/java/com/android/server/content/
H A DContentService.java106 synchronized (mService.mCache) {
107 mService.mCache.remove(userHandle);
125 @GuardedBy("mCache")
127 mCache = new SparseArray<>(); field in class:ContentService
132 synchronized (mCache) {
134 mCache.clear();
215 synchronized (mCache) {
219 for (int i = 0; i < mCache.size(); i++) {
220 pw.println("User " + mCache.keyAt(i) + ":");
222 pw.println(mCache
[all...]
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
H A DIconCache.java32 private final Map<IconKey, HSIconFileElement> mCache = field in class:IconCache
210 mCache.clear();
233 HSIconFileElement iconElement = mCache.get(entry.getKey());
313 mCache.put(key, iconFileElement);
349 synchronized (mCache) {
/frameworks/base/libs/hwui/
H A DVectorDrawable.cpp545 bool redrawNeeded = allocateBitmapIfNeeded(&mCache.bitmap, mProperties.getScaledWidth(),
547 if (redrawNeeded || mCache.dirty) {
548 updateBitmapCache(&mCache.bitmap, false);
549 mCache.dirty = false;
551 return mCache.bitmap;
586 mCache.dirty = true;
H A DPatchCache.h175 LruCache<PatchDescription, Patch*> mCache; member in class:android::uirenderer::PatchCache
H A DProgramCache.cpp401 mCache.clear();
412 auto iter = mCache.find(key);
414 if (iter == mCache.end()) {
417 mCache[key] = std::unique_ptr<Program>(program);
H A DTextDropShadowCache.h155 LruCache<ShadowText, ShadowTexture*> mCache; member in class:android::uirenderer::TextDropShadowCache
H A DPathCache.h249 return mCache.get(entry);
300 LruCache<PathDescription, PathTexture*> mCache; member in class:android::uirenderer::PathCache
H A DGradientCache.h173 LruCache<GradientCacheEntry, Texture*> mCache; member in class:android::uirenderer::GradientCache
H A DVectorDrawable.h681 void markDirty() { mCache.dirty = true; }
682 bool isDirty() const { return mCache.dirty; }
710 Cache mCache; member in class:android::uirenderer::VectorDrawable::Tree
713 = PropertyChangedListener(&mCache.dirty, &mStagingCache.dirty);
H A DTessellationCache.h204 LruCache<Description, Buffer*> mCache; member in class:android::uirenderer::TessellationCache
/frameworks/base/tools/aapt2/process/
H A DSymbolTable.cpp38 mCache.clear();
42 if (const std::shared_ptr<Symbol>& s = mCache.get(name)) {
53 mCache.put(name, sharedSymbol);
/frameworks/av/media/libstagefright/include/
H A DNuCachedSource2.h112 PageCache *mCache; member in struct:android::NuCachedSource2
/frameworks/base/libs/androidfw/
H A DAssetManager.cpp979 if (mCache.indexOf(excludeName) != NAME_NOT_FOUND) {
989 if (mCache.indexOf(path) != NAME_NOT_FOUND) {
1338 start = mCache.indexOf(path);
1352 count = mCache.size();
1360 if (mCache[i].getFileName().length() > path.length() &&
1361 strncmp(mCache[i].getFileName().string(), path.string(), path.length()) == 0)
1363 const char* name = mCache[i].getFileName().string();
1368 AssetDir::FileInfo tmp = mCache[i];
1727 * to mCache, and anybody who tries to use it will call here if !mCacheValid,
1733 assert(mCache
[all...]
H A DResourceTypes.cpp421 : mError(NO_INIT), mOwnedData(NULL), mHeader(NULL), mCache(NULL)
426 : mError(NO_INIT), mOwnedData(NULL), mHeader(NULL), mCache(NULL)
637 if (mHeader != NULL && mCache != NULL) {
639 if (mCache[x] != NULL) {
640 free(mCache[x]);
641 mCache[x] = NULL;
644 free(mCache);
645 mCache = NULL;
731 if (mCache == NULL) {
742 mCache
[all...]
/frameworks/rs/cpp/
H A DScriptIntrinsics.cpp518 mCache[i] = i;
519 mCache[i+256] = i;
520 mCache[i+512] = i;
521 mCache[i+768] = i;
528 LUT->copy1DFrom((void*)mCache);
547 mCache[offset + base + i] = lutValues[i];
H A DrsCppStructs.h4090 unsigned char mCache[1024]; member in class:android::RSC::ScriptIntrinsicLUT
/frameworks/minikin/libs/minikin/
H A DLayout.cpp167 LayoutCache() : mCache(kMaxEntries) {
168 mCache.setOnEntryRemovedListener(this);
172 mCache.clear();
176 Layout* layout = mCache.get(key);
181 mCache.put(key, layout);
193 LruCache<LayoutCacheKey, Layout*> mCache; member in class:android::LayoutCache
/frameworks/base/include/androidfw/
H A DAssetManager.h394 SortedVector<AssetDir::FileInfo> mCache; member in class:android::AssetManager
H A DResourceTypes.h535 char16_t mutable** mCache; member in class:android::ResStringPool
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java1894 Map<Integer, Pair<BridgeTypedArray, PropertiesMap>>>> mCache; field in class:BridgeContext.TypedArrayCache
1897 mCache = new IdentityHashMap<>();
1903 cacheFromThemes = mCache.get(attrs);
1917 cacheFromThemes = mCache.get(attrs);
1920 mCache.put(attrs, cacheFromThemes);
/frameworks/av/media/libstagefright/
H A DMPEG4Extractor.cpp205 uint8_t *mCache; member in struct:android::MPEG4DataSource
217 mCache(NULL) {
225 if (mCache) {
226 free(mCache);
227 mCache = NULL;
242 memcpy(data, &mCache[offset - mCachedOffset], size);
262 mCache = (uint8_t *)malloc(size);
264 if (mCache == NULL) {
271 ssize_t err = mSource->readAt(mCachedOffset, mCache, mCachedSize);
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...

Completed in 714 milliseconds

123