HomeSort by relevance Sort by last modified time
    Searched refs:fromCache (Results 1 - 21 of 21) sorted by null

  /external/skia/src/core/
SkCachedData.cpp 85 void SkCachedData::internalRef(bool fromCache) const {
86 AutoMutexWritable(this)->inMutexRef(fromCache);
89 void SkCachedData::internalUnref(bool fromCache) const {
90 if (AutoMutexWritable(this)->inMutexUnref(fromCache)) {
98 void SkCachedData::inMutexRef(bool fromCache) {
104 if (fromCache) {
110 bool SkCachedData::inMutexUnref(bool fromCache) {
119 if (fInCache && !fromCache) {
130 if (fromCache) {
SkCachedData.h 61 void internalRef(bool fromCache) const;
62 void internalUnref(bool fromCache) const;
64 void inMutexRef(bool fromCache);
65 bool inMutexUnref(bool fromCache); // returns true if we should delete "this"
  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/
CacheLoader.java 21 File fromCache = diskCache.get(key);
22 if (fromCache == null) {
28 result = decoder.decode(fromCache, width, height);
  /packages/apps/Messaging/src/com/android/messaging/datamodel/media/
MediaResourceManager.java 182 return new MediaLoadingResult<>(loadedResource, cachedResource != null /* fromCache */,
265 bindableRequest, result.loadedResource, result.fromCache);
306 public final boolean fromCache;
309 MediaLoadingResult(final T loadedResource, final boolean fromCache,
312 this.fromCache = fromCache;
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyManagerBase.h 351 // if fromCache is true, the device is returned from mDeviceForStrategy[],
356 // 2 access to either current device selection (fromCache == true) or
357 // "future" device selection (fromCache == false) when called from a context
361 bool fromCache);
452 // see getDeviceForStrategy() for the use of fromCache parameter
454 audio_devices_t getNewDevice(audio_io_handle_t output, bool fromCache);
458 // cached values are used by getDeviceForStrategy() if parameter fromCache is true.
  /frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.h 283 // if fromCache is true, the device is returned from mDeviceForStrategy[],
288 // 2 access to either current device selection (fromCache == true) or
289 // "future" device selection (fromCache == false) when called from a context
293 bool fromCache);
397 // see getDeviceForStrategy() for the use of fromCache parameter
399 bool fromCache);
404 // cached values are used by getDeviceForStrategy() if parameter fromCache is true.
    [all...]
AudioPolicyManager.cpp 197 audio_devices_t newDevice = getNewOutputDevice(mPrimaryOutput, false /*fromCache*/);
203 audio_devices_t newDevice = getNewOutputDevice(desc, true /*fromCache*/);
294 audio_devices_t newDevice = getNewOutputDevice(mPrimaryOutput, false /*fromCache*/);
579 getDeviceForStrategy(STRATEGY_MEDIA, true /*fromCache*/));
582 getDeviceForStrategy(STRATEGY_SONIFICATION, true /*fromCache*/));
589 audio_devices_t rxDevice = getNewOutputDevice(mPrimaryOutput, false /*fromCache*/);
666 audio_devices_t newDevice = getNewOutputDevice(mPrimaryOutput, true /*fromCache*/);
671 audio_devices_t newDevice = getNewOutputDevice(outputDesc, true /*fromCache*/);
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-api/1.0.2.v20150114/
aether-api-1.0.2.v20150114.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-model-builder-3.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-model-builder/3.3.9/
maven-model-builder-3.3.9.jar 
  /frameworks/support/samples/SupportLeanbackShowcase/libs/
picasso-2.5.2.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/picasso/picasso/2.5.2/
picasso-2.5.2.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.registry_3.5.0.v20100503.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.registry_3.5.301.v20130717-1549.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.registry_3.5.300.v20130327-1442.jar 
  /prebuilts/tools/common/m2/repository/com/github/bumptech/glide/glide/3.6.1/
glide-3.6.1.jar 
  /prebuilts/tools/common/m2/repository/org/gebish/geb-core/0.9.3/
geb-core-0.9.3.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/3.3/
gradle-tooling-api-3.3.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/3.4.1/
gradle-tooling-api-3.4.1.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/3.5-20170307000048+0000/
gradle-tooling-api-3.5-20170307000048+0000.jar 

Completed in 974 milliseconds