Searched refs:lastApiLevel (Results 1 - 1 of 1) sorted by relevance

/frameworks/rs/script_api/
H A DGenerateStubsWhiteList.cpp352 unsigned int lastApiLevel,
361 maxApiLevel = info.maxVersion ? info.maxVersion : lastApiLevel;
390 * to validate unresolved external references. 'lastApiLevel' is the largest api level found in
393 static bool generateWhiteListFile(unsigned int lastApiLevel) { argument
404 if (!addManglingsForSpecification(*spec, lastApiLevel,
552 unsigned int lastApiLevel = min(systemSpecification.getMaximumApiLevel(), maxApiLevel); local
553 if (!generateWhiteListFile(lastApiLevel)) {
557 for (unsigned int i = kMinimumApiLevelForTests; i <= lastApiLevel; ++i) {
351 addManglingsForSpecification(const FunctionSpecification& spec, unsigned int lastApiLevel, set<string>* allManglings) argument

Completed in 55 milliseconds