HomeSort by relevance Sort by last modified time
    Searched defs:mBlobCache (Results 1 - 3 of 3) sorted by null

  /frameworks/native/opengl/libs/EGL/
egl_cache.h 93 // mBlobCache is the cache in which the key/value blob pairs are stored. It
96 std::unique_ptr<FileBlobCache> mBlobCache;
  /frameworks/base/libs/hwui/pipeline/skia/
ShaderCache.h 96 * "mBlobCache" is the cache in which the key/value blob pairs are stored. It
102 std::unique_ptr<FileBlobCache> mBlobCache;
  /frameworks/ml/nn/driver/cache/nnCache/
nnCache.h 99 // saveBlobCache attempts to save the current contents of mBlobCache to
104 // mBlobCache.
128 // mBlobCache is the cache in which the key/value blob pairs are stored. It
131 std::unique_ptr<BlobCache> mBlobCache;

Completed in 114 milliseconds