Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/opengl/libs/EGL/
H A DBlobCache.cpp33 static const uint32_t blobCacheMagic = ('_' << 24) + ('B' << 16) + ('b' << 8) + '$'; variable
191 header->mMagicNumber = blobCacheMagic; in flatten()
246 if (header->mMagicNumber != blobCacheMagic) { in unflatten()
/aosp_15_r20/packages/modules/NeuralNetworks/driver/cache/BlobCache/
DBlobCache.cpp55 static const uint32_t blobCacheMagic = ('_' << 24) + ('B' << 16) + ('b' << 8) + '$'; variable
241 header->mMagicNumber = blobCacheMagic; in flatten()
294 if (header->mMagicNumber != blobCacheMagic) { in unflatten()