Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/omx/
DOMXStore.cpp131 int firstApiLevel = getFirstApiLevel(); in addPlugin() local
148 if (firstApiLevel >= __ANDROID_API_T__) { in addPlugin()
151 } else if (!typeTV && firstApiLevel >= __ANDROID_API_S__) { in addPlugin()
157 if (firstApiLevel >= __ANDROID_API_T__) { in addPlugin()
/frameworks/base/omapi/aidl/vts/functional/AccessControlApp/
DVtsHalOmapiSeAccessControlTestCases.cpp256 int32_t firstApiLevel = property_get_int32(FEATURE_SE_API_LEVEL.c_str(), -1); in getFirstApiLevel() local
257 if (firstApiLevel < 0) { in getFirstApiLevel()
258 firstApiLevel = property_get_int32(FEATURE_SE_SDK_VERSION.c_str(), -1); in getFirstApiLevel()
260 ASSERT_GT(firstApiLevel, 0); // first_api_level must exist in getFirstApiLevel()
261 *outApiLevel = firstApiLevel; in getFirstApiLevel()
/frameworks/base/services/core/java/com/android/server/biometrics/
DAuthService.java760 final int firstApiLevel = SystemProperties.getInt(SYSPROP_FIRST_API_LEVEL, 0); in onStart() local
761 final int apiLevel = SystemProperties.getInt(SYSPROP_API_LEVEL, firstApiLevel); in onStart()
797 final int firstApiLevel = SystemProperties.getInt(SYSPROP_FIRST_API_LEVEL, 0); in registerIrisSensors() local
798 final int apiLevel = SystemProperties.getInt(SYSPROP_API_LEVEL, firstApiLevel); in registerIrisSensors()
/frameworks/av/media/ndk/
DNdkMediaDrm.cpp233 int32_t firstApiLevel = android::base::GetIntProperty<int32_t>("ro.product.first_api_level", 0); in ShouldGetAppPackageName() local
234 if (firstApiLevel == 0) { in ShouldGetAppPackageName()
237 firstApiLevel = android::base::GetIntProperty<int32_t>("ro.build.version.sdk", 0); in ShouldGetAppPackageName()
239 return firstApiLevel >= 29; // Android Q in ShouldGetAppPackageName()
/frameworks/av/services/camera/libcameraservice/api1/client2/
DParameters.cpp2100 unsigned int firstApiLevel = in set() local
2103 if ((firstApiLevel >= __ANDROID_API_S__) && in set()