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

/frameworks/rs/api/
H A DGenerateStubsWhiteList.cpp351 const FunctionSpecification& spec, unsigned int lastApiLevel,
360 maxApiLevel = info.maxVersion ? info.maxVersion : lastApiLevel;
389 * to validate unresolved external references. 'lastApiLevel' is the largest api level found in
392 static bool generateWhiteListFile(unsigned int lastApiLevel) { argument
403 if (!addManglingsForSpecification(*function, *spec, lastApiLevel, &allManglings)) {
550 unsigned int lastApiLevel = min(systemSpecification.getMaximumApiLevel(), maxApiLevel); local
551 if (!generateWhiteListFile(lastApiLevel)) {
555 for (unsigned int i = kMinimumApiLevelForTests; i <= lastApiLevel; ++i) {
350 addManglingsForSpecification(const Function& function, const FunctionSpecification& spec, unsigned int lastApiLevel, set<string>* allManglings) argument

Completed in 52 milliseconds