Home
last modified time | relevance | path

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

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