Home
last modified time | relevance | path

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

/frameworks/libs/modules-utils/build/include/android-modules-utils/
Dunbounded_sdk_level.h36 inline auto getVersionInt(const char *version) { in getVersionInt() function
122 return android_get_device_api_level() >= getVersionInt(version); in IsAtLeast()
127 return android_get_device_api_level() >= getVersionInt(version); in IsAtLeast()
146 return android_get_device_api_level() <= getVersionInt(version); in IsAtMost()
151 return android_get_device_api_level() < getVersionInt(version); in IsAtMost()