Searched defs:LibBCCSHA1 (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/libbcc/lib/Renderscript/
H A DRSInfo.cpp39 const uint8_t *RSInfo::LibBCCSHA1 = NULL; member in class:RSInfo
47 if (LibBCCSHA1 != NULL) {
59 LibBCCSHA1 = reinterpret_cast<const uint8_t *>(::dlsym(h, "libbcc_so_SHA1"));
118 if (::memcmp(cache_libbcc_dep.second, LibBCCSHA1, SHA1_DIGEST_LENGTH) != 0) {
121 PRINT_DEPENDENCY("current - ", LibBCCPath, LibBCCSHA1);
/frameworks/compile/libbcc/include/bcc/Renderscript/
H A DRSInfo.h172 static const uint8_t *LibBCCSHA1; member in class:bcc::RSInfo

Completed in 491 milliseconds