Searched refs:mDeviceVersion (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/include/utils/
H A DBlobCache.h189 // mDeviceVersion is the device-specific version of the cache. This can
191 uint32_t mDeviceVersion; member in struct:android::BlobCache::Header
/frameworks/native/libs/utils/
H A DBlobCache.cpp35 // BlobCache::Header::mDeviceVersion value
198 header->mDeviceVersion = blobCacheDeviceVersion;
252 header->mDeviceVersion != blobCacheDeviceVersion) {

Completed in 326 milliseconds