Home
last modified time | relevance | path

Searched refs:apiLevel (Results 1 – 8 of 8) 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/graphics/common/libhwc2.1/libvrr/
DVariableRefreshRateVersion.cpp26 long apiLevel = 0; in getBoardApiLevel() local
30 apiLevel = std::strtol(apiLevelString.c_str(), &endPos, 10); in getBoardApiLevel()
31 if (*endPos != 0) apiLevel = 0; in getBoardApiLevel()
33 return apiLevel; in getBoardApiLevel()
38 long apiLevel = getBoardApiLevel(); in getDisplayXrrVersion() local
65 if (minApiLevel <= apiLevel) { in getDisplayXrrVersion()
/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.cpp354 auto apiLevel = ::android::base::GetIntProperty<int32_t>("ro.vendor.api_level", 0); in TEST_P() local
355 if (apiLevel < 202404) { in TEST_P()
356 GTEST_SKIP() << "Skipping test as the vendor level is below 202404: " << apiLevel; in TEST_P()
/hardware/interfaces/security/rkp/aidl/vts/functional/
DVtsRemotelyProvisionedComponentTests.cpp195 int apiLevel = get_vsr_api_level(); in SetUp() local
196 if (apiLevel < __ANDROID_API_V__) { in SetUp()
198 << apiLevel; in SetUp()
/hardware/google/gfxstream/host/
DFrameBuffer.cpp1190 int apiLevel = 1000; in createColorBufferWithHandleLocked() local
1191 emugl::getAvdInfo(nullptr, &apiLevel); in createColorBufferWithHandleLocked()
1194 if (apiLevel > 0 && apiLevel < 26) { in createColorBufferWithHandleLocked()