Home
last modified time | relevance | path

Searched refs:getMaximumApiLevel (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/rs/script_api/
H A DGenerateRSFunctionsList.cpp566 unsigned int lastApiLevel = min(systemSpecification.getMaximumApiLevel(), maxApiLevel); in generateRSFunctionsList()
H A DSpecification.h611 unsigned int getMaximumApiLevel();
H A DSpecification.cpp916 unsigned int SystemSpecification::getMaximumApiLevel() { in getMaximumApiLevel() function in SystemSpecification