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

  /frameworks/base/libs/hwui/pipeline/skia/
ShaderCache.cpp 62 BlobCache* ShaderCache::getBlobCacheLocked() {
81 BlobCache* bc = getBlobCacheLocked();
124 BlobCache* bc = getBlobCacheLocked();
ShaderCache.h 78 * "getBlobCacheLocked" returns the BlobCache object being used to store the
83 BlobCache* getBlobCacheLocked();
97 * is initially NULL, and will be initialized by getBlobCacheLocked the
  /frameworks/native/opengl/libs/EGL/
egl_cache.h 79 // getBlobCacheLocked returns the BlobCache object being used to store the
83 BlobCache* getBlobCacheLocked();
94 // is initially NULL, and will be initialized by getBlobCacheLocked the
egl_cache.cpp 135 BlobCache* bc = getBlobCacheLocked();
163 BlobCache* bc = getBlobCacheLocked();
174 BlobCache* egl_cache_t::getBlobCacheLocked() {
  /frameworks/ml/nn/driver/cache/nnCache/
nnCache.cpp 85 BlobCache* bc = getBlobCacheLocked();
113 BlobCache* bc = getBlobCacheLocked();
129 BlobCache* bc = getBlobCacheLocked();
140 BlobCache* NNCache::getBlobCacheLocked() {
nnCache.h 93 // getBlobCacheLocked returns the BlobCache object being used to store the
97 BlobCache* getBlobCacheLocked();
129 // is initially NULL, and will be initialized by getBlobCacheLocked the

Completed in 220 milliseconds