Home
last modified time | relevance | path

Searched refs:mBuildId (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/native/opengl/libs/EGL/
H A DBlobCache.h198 char mBuildId[]; member
H A DBlobCache.cpp191 memcpy(header->mBuildId, buildId.c_str(), header->mBuildIdLength); in flatten()
246 strncmp(buildId.c_str(), header->mBuildId, buildId.size())) { in unflatten()
/aosp12/packages/modules/NeuralNetworks/driver/cache/BlobCache/
H A DBlobCache.h284 char mBuildId[]; member
H A DBlobCache.cpp246 memcpy(header->mBuildId, buildId, header->mBuildIdLength); in flatten()
301 strncmp(buildId, header->mBuildId, len)) { in unflatten()