Searched refs:caches (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/content/res/ |
D | ResourcesImpl.java | 609 final DrawableCache caches; in loadDrawable() local 614 caches = mColorDrawableCache; in loadDrawable() 618 caches = mDrawableCache; in loadDrawable() 626 final Drawable cachedDrawable = caches.getInstance(key, wrapper, theme); in loadDrawable() 684 cacheDrawable(value, isColorDrawable, caches, theme, canApplyTheme, key, dr); in loadDrawable() 714 private void cacheDrawable(TypedValue value, boolean isColorDrawable, DrawableCache caches, in cacheDrawable() argument 743 caches.put(key, theme, cs, usesTheme); in cacheDrawable()
|
/frameworks/hardware/interfaces/cameraservice/service/2.0/ |
D | ICameraService.hal | 88 * Note: VendorTag caches may be created in process, by clients. A HIDL api
|
/frameworks/av/media/codec2/hidl/client/ |
D | client.cpp | 170 std::vector<Cache> caches(numServices); in List() local 172 caches[i].init(i); in List() 174 return caches; in List()
|