Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/Renderscript/
DRSInfo.cpp68 if (::memcmp(mSourceHash, expectedSourceHash, SHA1_DIGEST_LENGTH) != 0) { in IsConsistent()
72 ALOGD("cached : %s", stringFromSourceHash(mSourceHash).c_str()); in IsConsistent()
114 mSourceHash = NULL; in RSInfo()
156 if (mSourceHash == NULL) { in dump()
159 ALOGV("Source hash: %s", stringFromSourceHash(mSourceHash).c_str()); in dump()
DRSInfoReader.cpp253 result->mSourceHash = in ReadFromFile()
255 if (result->mSourceHash == NULL) { in ReadFromFile()
DRSInfoExtractor.cpp346 result->mSourceHash = sha1; in ExtractFromSource()
/frameworks/compile/libbcc/include/bcc/Renderscript/
DRSInfo.h174 DependencyHashTy mSourceHash; variable