Home
last modified time | relevance | path

Searched refs:setDisplayPose (Results 1 – 10 of 10) sorted by relevance

/hardware/google/aemu/host-common/include/host-common/
Dmulti_display_agent.h59 int (*setDisplayPose)(uint32_t displayId, member
DMultiDisplay.h104 int setDisplayPose(uint32_t displayId,
/hardware/google/aemu/host-common/testing/
DMockAndroidMultiDisplayAgent.cpp117 .setDisplayPose = [](uint32_t displayId,
/hardware/google/aemu/host-common/
DMultiDisplay.cpp114 ret = setDisplayPose(id, x, y, w, h, dpi); in setMultiDisplay()
369 int MultiDisplay::setDisplayPose(uint32_t displayId, in setDisplayPose() function in android::MultiDisplay
/hardware/google/gfxstream/host/
DGfxStreamAgents.cpp183 .setDisplayPose = [](uint32_t displayId,
DRenderControl.cpp1334 return fb->setDisplayPose(displayId, x, y, w, h); in rcSetDisplayPose()
1348 return fb->setDisplayPose(displayId, x, y, w, h, dpi); in rcSetDisplayPoseDpi()
DRendererImpl.cpp435 fb->setDisplayPose(id, x, y, w, h, dpi); in setMultiDisplay()
DFrameBuffer.h444 int setDisplayPose(uint32_t displayId, int32_t x, int32_t y, uint32_t w,
DFrameBuffer.cpp584 setDisplayPose(displayId, 0, 0, getWidth(), getHeight(), 0);
2712 int FrameBuffer::setDisplayPose(uint32_t displayId, int32_t x, int32_t y, uint32_t w, uint32_t h, in setDisplayPose() function in gfxstream::FrameBuffer
2714 return emugl::get_emugl_multi_display_operations().setDisplayPose(displayId, x, y, w, h, dpi); in setDisplayPose()
2898 setDisplayPose(0, 0, 0, getWidth(), getHeight(), 0); in setDisplayActiveConfig()
/hardware/google/gfxstream/host/tests/
DFrameBuffer_unittest.cpp812 EXPECT_EQ(0, mFb->setDisplayPose(id, -1, -1, w, h)); in TEST_F()
860 EXPECT_EQ(0, mFb->setDisplayPose(ids[i], info[i].pos_x, info[i].pos_y, in TEST_F()