Searched refs:apiLevel (Results 1 – 6 of 6) sorted by relevance
29 void emugl::setAvdInfo(bool phone, int apiLevel) { in setAvdInfo() argument31 s_apiLevel = apiLevel; in setAvdInfo()43 void emugl::getAvdInfo(bool* phone, int* apiLevel) { in getAvdInfo() argument45 if (apiLevel) *apiLevel = s_apiLevel; in getAvdInfo()
28 int apiLevel );58 int androidHwConfig_getMinVmHeapSize(AndroidHwConfig* config, int apiLevel);
52 EMUGL_COMMON_API void setAvdInfo(bool isPhone, int apiLevel);53 EMUGL_COMMON_API void getAvdInfo(bool* isPhone, int* apiLevel);
206 int apiLevel; in chooseConfig() local207 emugl::getAvdInfo(NULL, &apiLevel); in chooseConfig()212 } else if (wantSwapPreserved && apiLevel <= 19) { in chooseConfig()
387 auto apiLevel = ::android::base::GetIntProperty<int32_t>("ro.vendor.api_level", 0); in TEST_P() local388 if (apiLevel < 202404) { in TEST_P()389 GTEST_SKIP() << "Skipping test as the vendor level is below 202404: " << apiLevel; in TEST_P()463 auto apiLevel = ::android::base::GetIntProperty<int32_t>("ro.vendor.api_level", 0); in TEST_P() local464 if (apiLevel < 202504) { in TEST_P()465 GTEST_SKIP() << "Skipping test as the vendor level is below 202504: " << apiLevel; in TEST_P()
1219 int apiLevel = 1000; in createColorBufferWithResourceHandleLocked() local1220 emugl::getAvdInfo(nullptr, &apiLevel); in createColorBufferWithResourceHandleLocked()1223 if (apiLevel > 0 && apiLevel < 26) { in createColorBufferWithResourceHandleLocked()