Searched refs:LibRSSHA1 (Results 1 - 3 of 3) sorted by last modified time

/frameworks/compile/libbcc/include/bcc/Renderscript/
H A DRSInfo.h173 static const uint8_t *LibRSSHA1; member in class:bcc::RSInfo
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSInfo.cpp40 const uint8_t *RSInfo::LibRSSHA1 = NULL; member in class:RSInfo
60 LibRSSHA1 = reinterpret_cast<const uint8_t *>(::dlsym(h, "libRS_so_SHA1"));
128 if (::memcmp(cache_libRS_dep.second, LibRSSHA1, SHA1_DIGEST_LENGTH) != 0) {
131 PRINT_DEPENDENCY("current - ", LibRSPath, LibRSSHA1);
H A DRSInfoExtractor.cpp374 if (!writeDependency(LibRSPath, LibRSSHA1,

Completed in 79 milliseconds