Home
last modified time | relevance | path

Searched refs:LibRSSHA1 (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/libbcc/lib/Renderscript/
DRSInfo.cpp47 const uint8_t *RSInfo::LibRSSHA1 = NULL; member in RSInfo
71 LibRSSHA1 = reinterpret_cast<const uint8_t *>(::dlsym(h, "libRS_so_SHA1")); in LoadBuiltInSHA1Information()
159 if (::memcmp(cache_libRS_dep.second, LibRSSHA1, SHA1_DIGEST_LENGTH) != 0) { in CheckDependency()
162 PRINT_DEPENDENCY("current - ", LibRSPath, LibRSSHA1); in CheckDependency()
DRSInfoExtractor.cpp381 if (!writeDependency(LibRSPath, LibRSSHA1, in ExtractFromSource()
/frameworks/compile/libbcc/include/bcc/Renderscript/
DRSInfo.h179 static const uint8_t *LibRSSHA1; variable