Home
last modified time | relevance | path

Searched refs:isPhone (Results 1 – 3 of 3) sorted by relevance

/hardware/google/aemu/host-common/include/host-common/
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/gl-host-common/include/host-common/
Dopengles.h55 bool isPhone, int guestApiLevel,
/hardware/google/gfxstream/host/
DRenderControl.cpp316 bool isPhone = true; in shouldEnableAsyncSwap() local
319 emugl_sync_device_exists() && (isPhone || playStoreImage) && in shouldEnableAsyncSwap()