Home
last modified time | relevance | path

Searched refs:mIsVirtio (Results 1 – 2 of 2) sorted by relevance

/hardware/google/aemu/host-common/
Daddress_space_graphics.cpp578 mIsVirtio(false) {
579 mIsVirtio = (create.type == AddressSpaceDeviceType::VirtioGpuGraphics);
585 if (mIsVirtio) {
664 if (mIsVirtio) { in perform()
736 stream->putBe32(mIsVirtio); in save()
763 mIsVirtio = stream->getBe32(); in load()
/hardware/google/aemu/host-common/include/host-common/
Daddress_space_graphics.h110 bool mIsVirtio = false; variable