HomeSort by relevance Sort by last modified time
    Searched refs:LibBCCSHA1 (Results 1 - 3 of 3) sorted by null

  /frameworks/compile/libbcc/lib/Renderscript/
RSInfo.cpp 49 const uint8_t *RSInfo::LibBCCSHA1 = NULL;
60 if (LibBCCSHA1 != NULL) {
72 LibBCCSHA1 = reinterpret_cast<const uint8_t *>(::dlsym(h, "libbcc_so_SHA1"));
142 if (::memcmp(cache_libbcc_dep.second, LibBCCSHA1, SHA1_DIGEST_LENGTH) != 0) {
145 PRINT_DEPENDENCY("current - ", LibBCCPath, LibBCCSHA1);
RSInfoExtractor.cpp 369 if (!writeDependency(LibBCCPath, LibBCCSHA1,
  /frameworks/compile/libbcc/include/bcc/Renderscript/
RSInfo.h 183 static const uint8_t *LibBCCSHA1;

Completed in 372 milliseconds