Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/
DRenderLibImpl.cpp39 void RenderLibImpl::setAvdInfo(bool phone, int api) { in setAvdInfo() function in gfxstream::RenderLibImpl
40 emugl::setAvdInfo(phone, api); in setAvdInfo()
DRenderLibImpl.h31 virtual void setAvdInfo(bool phone, int api) override;
/hardware/google/aemu/host-common/
Dmisc.cpp29 void emugl::setAvdInfo(bool phone, int apiLevel) { in setAvdInfo() function in emugl
/hardware/google/aemu/host-common/include/host-common/
Dmisc.h52 EMUGL_COMMON_API void setAvdInfo(bool isPhone, int apiLevel);
/hardware/google/gfxstream/include/render-utils/
DRenderLib.h67 virtual void setAvdInfo(bool phone, int api) = 0;
/hardware/google/gfxstream/host/gl/gl-host-common/
Dopengles.cpp155 sRenderLib->setAvdInfo(guestPhoneApi, guestApiLevel); in android_startOpenglesRenderer()