Home
last modified time | relevance | path

Searched defs:IsAtLeastR (Results 1 – 2 of 2) sorted by relevance

/frameworks/libs/modules-utils/build/include/android-modules-utils/
Dsdk_level.h39 inline bool IsAtLeastR() { return android_get_device_api_level() >= 30; } in IsAtLeastR() function
/frameworks/libs/modules-utils/build/tests/
Dsdk_level_nostl.cpp29 bool IsAtLeastR() { return android::modules::sdklevel::IsAtLeastR(); } in IsAtLeastR() function