Home
last modified time | relevance | path

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

/aosp12/frameworks/native/opengl/libs/EGL/
H A DBlobCache.cpp31 static const uint32_t blobCacheMagic = ('_' << 24) + ('B' << 16) + ('b' << 8) + '$'; variable
185 header->mMagicNumber = blobCacheMagic; in flatten()
238 if (header->mMagicNumber != blobCacheMagic) { in unflatten()
/aosp12/packages/modules/NeuralNetworks/driver/cache/BlobCache/
H A DBlobCache.cpp54 static const uint32_t blobCacheMagic = ('_' << 24) + ('B' << 16) + ('b' << 8) + '$'; variable
240 header->mMagicNumber = blobCacheMagic; in flatten()
293 if (header->mMagicNumber != blobCacheMagic) { in unflatten()