Home
last modified time | relevance | path

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

/hardware/google/aemu/host-common/
Dmisc.cpp29 void emugl::setAvdInfo(bool phone, int apiLevel) { in setAvdInfo() argument
31 s_apiLevel = apiLevel; in setAvdInfo()
43 void emugl::getAvdInfo(bool* phone, int* apiLevel) { in getAvdInfo() argument
45 if (apiLevel) *apiLevel = s_apiLevel; in getAvdInfo()
/hardware/google/aemu/host-common/include/host-common/
Dhw-config-helper.h28 int apiLevel );
58 int androidHwConfig_getMinVmHeapSize(AndroidHwConfig* config, int apiLevel);
Dmisc.h52 EMUGL_COMMON_API void setAvdInfo(bool isPhone, int apiLevel);
53 EMUGL_COMMON_API void getAvdInfo(bool* isPhone, int* apiLevel);
/hardware/google/gfxstream/host/gl/
DEmulatedEglConfig.cpp206 int apiLevel; in chooseConfig() local
207 emugl::getAvdInfo(NULL, &apiLevel); in chooseConfig()
212 } else if (wantSwapPreserved && apiLevel <= 19) { in chooseConfig()
/hardware/interfaces/thermal/aidl/vts/
DVtsHalThermalTargetTest.cpp387 auto apiLevel = ::android::base::GetIntProperty<int32_t>("ro.vendor.api_level", 0); in TEST_P() local
388 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() local
464 if (apiLevel < 202504) { in TEST_P()
465 GTEST_SKIP() << "Skipping test as the vendor level is below 202504: " << apiLevel; in TEST_P()
/hardware/google/gfxstream/host/
DFrameBuffer.cpp1219 int apiLevel = 1000; in createColorBufferWithResourceHandleLocked() local
1220 emugl::getAvdInfo(nullptr, &apiLevel); in createColorBufferWithResourceHandleLocked()
1223 if (apiLevel > 0 && apiLevel < 26) { in createColorBufferWithResourceHandleLocked()