Searched refs:android_get_device_api_level (Results 1 – 16 of 16) sorted by relevance
35 TEST(android_get_device_api_level, smoke) { in TEST() argument38 ASSERT_GE(android_get_device_api_level(), 29); in TEST()
322 "android_get_device_api_level.cpp",
35 static inline bool IsAtLeastR() { return android_get_device_api_level() >= 30; } in IsAtLeastR()39 static inline bool IsAtLeastS() { return android_get_device_api_level() >= 31; } in IsAtLeastS()
24 const static bool mPlatformAtLeastR = android_get_device_api_level() >= __ANDROID_API_R__;
41 __BIONIC_GET_DEVICE_API_LEVEL_INLINE int android_get_device_api_level() { in android_get_device_api_level() function
187 int android_get_device_api_level() __INTRODUCED_IN(29);
181 bool disableProductAllowlist = android_get_device_api_level() >= __ANDROID_API_S__; in TEST_F()216 bool disableProductAllowlist = android_get_device_api_level() >= __ANDROID_API_S__; in TEST_F()
67 static int api_level = android_get_device_api_level(); in membarrier()
34 int api_level = android_get_device_api_level(); in IsAtLeastS()
59 static int api_level = android_get_device_api_level(); in getVndkSpHwPath()
32 android_get_device_api_level() >= __ANDROID_API_R__;
111 return android_get_device_api_level() >= __ANDROID_API_S__; in allowVendorExtensionsForAllNonSystemClients()
419 int platformVersion = android_get_device_api_level(); in RegisterCodecServices()
884 if (android_get_device_api_level() < __ANDROID_API_S__) { in process()
1461 android_get_device_api_level;