HomeSort by relevance Sort by last modified time
    Searched full:fromcache (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/web_request/
web_request_api_constants.cc 13 const char kFromCache[] = "fromCache";
  /hardware/qcom/audio/legacy/alsa_sound/
AudioPolicyManagerALSA.cpp 95 newDevice = getNewDevice(mPrimaryOutput, false /*fromCache*/);
131 getDeviceForStrategy(STRATEGY_MEDIA, true /*fromCache*/));
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyManagerBase.h 347 // if fromCache is true, the device is returned from mDeviceForStrategy[],
352 // 2 access to either current device selection (fromCache == true) or
353 // "future" device selection (fromCache == false) when called from a context
357 bool fromCache);
442 // see getDeviceForStrategy() for the use of fromCache parameter
444 audio_devices_t getNewDevice(audio_io_handle_t output, bool fromCache);
448 // cached values are used by getDeviceForStrategy() if parameter fromCache is true.
  /hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp 182 getNewDevice(mOutputs.keyAt(i), true /*fromCache*/),
336 newDevice = getNewDevice(mPrimaryOutput, false /*fromCache*/);
368 getDeviceForStrategy(STRATEGY_MEDIA, true /*fromCache*/));
371 getDeviceForStrategy(STRATEGY_SONIFICATION, true /*fromCache*/));
460 audio_devices_t newDevice = getNewDevice(output, true /*fromCache*/);
540 audio_devices_t device = getDeviceForStrategy(strategy, false /*fromCache*/);
    [all...]
  /external/chromium_org/chrome/common/extensions/api/
web_request.json 396 "fromCache": {"type": "boolean", "description": "Indicates if this response was fetched from disk cache."},
440 "fromCache": {"type": "boolean", "description": "Indicates if this response was fetched from disk cache."},
485 "fromCache": {"type": "boolean", "description": "Indicates if this response was fetched from disk cache."},
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
__init__.py 1165 fromcache = False variable in class:Response
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
__init__.py 1165 fromcache = False variable in class:Response
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.registry_3.5.0.v20100503.jar 

Completed in 249 milliseconds