Home
last modified time | relevance | path

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

/aosp12/frameworks/native/opengl/libs/EGL/
H A DBlobCache.cpp37 static const uint32_t blobCacheDeviceVersion = 1; variable
187 header->mDeviceVersion = blobCacheDeviceVersion; in flatten()
244 header->mDeviceVersion != blobCacheDeviceVersion || in unflatten()
/aosp12/packages/modules/NeuralNetworks/driver/cache/BlobCache/
H A DBlobCache.cpp60 static const uint32_t blobCacheDeviceVersion = 1; variable
242 header->mDeviceVersion = blobCacheDeviceVersion; in flatten()
300 header->mDeviceVersion != blobCacheDeviceVersion || len != header->mBuildIdLength || in unflatten()