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

  /frameworks/compile/libbcc/lib/Renderscript/
RSInfo.cpp 75 if (strcmp(expectedCompileCommandLine, mCompileCommandLine) != 0) {
79 ALOGD("cached : %s", mCompileCommandLine);
115 mCompileCommandLine = NULL;
162 ALOGV("Compile Command Line: ", mCompileCommandLine ? mCompileCommandLine : "(NULL)");
RSInfoReader.cpp 260 result->mCompileCommandLine = result->getStringFromPool(header->compileCommandLineIdx);
261 if (result->mCompileCommandLine == NULL) {
RSInfoExtractor.cpp 349 result->mCompileCommandLine = writeString(compileCommandLineToEmbed, result->mStringPool,
  /frameworks/compile/libbcc/include/bcc/Renderscript/
RSInfo.h 176 const char* mCompileCommandLine;

Completed in 1216 milliseconds