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

  /frameworks/rs/script_api/
Utilities.cpp 166 unsigned int deprecatedApiLevel, const string& deprecatedMessage) {
178 if (deprecatedApiLevel > 0) {
179 stream << "\n#if (defined(RS_VERSION) && (RS_VERSION >= " << deprecatedApiLevel << "))\n";
Utilities.h 54 const std::string& additionalAttribute, unsigned int deprecatedApiLevel,

Completed in 71 milliseconds