Home
last modified time | relevance | path

Searched refs:blobCacheMagic (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/opengl/libs/EGL/
DBlobCache.cpp31 static const uint32_t blobCacheMagic = ('_' << 24) + ('B' << 16) + ('b' << 8) + '$'; variable
184 header->mMagicNumber = blobCacheMagic; in flatten()
237 if (header->mMagicNumber != blobCacheMagic) { in unflatten()
/frameworks/ml/nn/driver/cache/BlobCache/
DBlobCache.cpp52 static const uint32_t blobCacheMagic = ('_' << 24) + ('B' << 16) + ('b' << 8) + '$'; variable
237 header->mMagicNumber = blobCacheMagic; in flatten()
290 if (header->mMagicNumber != blobCacheMagic) { in unflatten()