Searched defs:cache (Results 26 - 36 of 36) sorted by relevance

12

/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
H A DExtendedBitmapDrawable.java73 public ExtendedBitmapDrawable(final Resources res, final BitmapCache cache, argument
75 super(res, cache, limitDensity);
190 // this allows the initial transition to be specially instantaneous, so e.g. a cache hit
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_CameraMetadata.cpp678 sp<VendorTagDescriptorCache> cache = VendorTagDescriptorCache::getGlobalVendorTagCache(); local
679 if (cache.get()) {
683 cache->getVendorTagDescriptor(vendorId, &vTags);
700 sp<VendorTagDescriptorCache> cache = VendorTagDescriptorCache::getGlobalVendorTagCache(); local
701 if (cache.get() == nullptr) {
711 cache->getVendorTagDescriptor(vendorId, &vTags);
824 sp<VendorTagDescriptorCache> cache = VendorTagDescriptorCache::getGlobalVendorTagCache(); local
825 if (cache.get() != nullptr) {
826 cache->getVendorTagDescriptor(vendorId, &vTags);
876 sp<VendorTagDescriptorCache> cache local
[all...]
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
H A DWifiTracker.java222 Log.v(TAG, "Score cache was updated with networks: " + networks);
276 * <p>The score cache should be registered before this method is invoked.
513 // If we aren't using saved networks, drop them into the cache so that
604 AccessPoint getCachedOrCreate(ScanResult result, List<AccessPoint> cache) { argument
605 final int N = cache.size();
607 if (cache.get(i).matches(result)) {
608 AccessPoint ret = cache.remove(i);
619 AccessPoint getCachedOrCreate(WifiConfiguration config, List<AccessPoint> cache) { argument
620 final int N = cache.size();
622 if (cache
[all...]
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dpicasso-2.5.2.jar ... .Dispatcher dispatcher final com.squareup.picasso.Cache cache final com.squareup.picasso.Stats stats ...
/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dpicasso-2.5.2.jar ... .Dispatcher dispatcher final com.squareup.picasso.Cache cache final com.squareup.picasso.Stats stats ...
/frameworks/base/core/java/android/widget/
H A DRemoteViewsAdapter.java60 // The max number of items in the cache
98 // We cache the FixedSizeRemoteViewsCaches across orientation. These are the related data
108 // We keep the cache around for a duration after onSaveInstanceState for use on re-inflation.
110 // duration, the cache is dropped.
312 public RemoteViewsFrameLayout(Context context, FixedSizeRemoteViewsCache cache) { argument
314 mCache = cache;
429 * The meta-data associated with the cache in it's current state.
491 * The meta-data associated with a single item in the cache.
524 // The cache/mapping of position to RemoteViewsMetaData. This set is guaranteed to be
526 // Note: The reason that we keep this separate from the RemoteViews cache belo
[all...]
/frameworks/minikin/libs/minikin/
H A DLayout.cpp66 // Layout cache datatypes
310 // Note: ctx == NULL means we're copying from the cache, no need to create
651 LayoutCache& cache = LayoutEngine::getInstance().layoutCache; local
668 Layout* layoutForWord = cache.get(key, ctx, collection);
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp544 /*out*/ hardware::camera2::params::VendorTagDescriptorCache* cache) {
554 *cache = *(globalCache.get());
2550 sp<VendorTagDescriptorCache> cache = local
2552 if (cache == NULL) {
2555 cache->dump(fd, /*verbosity*/2, /*indentation*/2);
543 getCameraVendorTagCache( hardware::camera2::params::VendorTagDescriptorCache* cache) argument
/frameworks/native/vulkan/nulldrv/
H A Dnull_driver.cpp1051 VkPipelineCache* cache) {
1052 *cache = AllocHandle<VkPipelineCache>(device, HandleType::kPipelineCache);
1048 CreatePipelineCache(VkDevice device, const VkPipelineCacheCreateInfo*, const VkAllocationCallbacks* , VkPipelineCache* cache) argument
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...

Completed in 476 milliseconds

12