Home
last modified time | relevance | path

Searched refs:setGpuMode (Results 1 – 5 of 5) sorted by relevance

/hardware/google/aemu/host-common/include/host-common/
Dmulti_display_agent.h56 void (*setGpuMode)(bool isGuestMode, uint32_t w, uint32_t h); member
DMultiDisplay.h102 void setGpuMode(bool isGuestMode, uint32_t w, uint32_t h);
/hardware/google/aemu/host-common/testing/
DMockAndroidMultiDisplayAgent.cpp108 .setGpuMode = [](bool isGuestMode, uint32_t w, uint32_t h) { }, in __anonc182111b0802()
/hardware/google/gfxstream/host/
DGfxStreamAgents.cpp147 .setGpuMode = [](bool isGuestMode, uint32_t w, uint32_t h) {}, in __anon8c00e9f90802()
/hardware/google/aemu/host-common/
DMultiDisplay.cpp278 void MultiDisplay::setGpuMode(bool isGuestMode, uint32_t w, uint32_t h) { in setGpuMode() function in android::MultiDisplay