Searched refs:setDisplayPose (Results 1 – 10 of 10) sorted by relevance
/hardware/google/aemu/host-common/include/host-common/ |
D | multi_display_agent.h | 59 int (*setDisplayPose)(uint32_t displayId, member
|
D | MultiDisplay.h | 104 int setDisplayPose(uint32_t displayId,
|
/hardware/google/aemu/host-common/testing/ |
D | MockAndroidMultiDisplayAgent.cpp | 117 .setDisplayPose = [](uint32_t displayId,
|
/hardware/google/aemu/host-common/ |
D | MultiDisplay.cpp | 114 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/ |
D | GfxStreamAgents.cpp | 183 .setDisplayPose = [](uint32_t displayId,
|
D | RenderControl.cpp | 1334 return fb->setDisplayPose(displayId, x, y, w, h); in rcSetDisplayPose() 1348 return fb->setDisplayPose(displayId, x, y, w, h, dpi); in rcSetDisplayPoseDpi()
|
D | RendererImpl.cpp | 435 fb->setDisplayPose(id, x, y, w, h, dpi); in setMultiDisplay()
|
D | FrameBuffer.h | 444 int setDisplayPose(uint32_t displayId, int32_t x, int32_t y, uint32_t w,
|
D | FrameBuffer.cpp | 584 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/ |
D | FrameBuffer_unittest.cpp | 812 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()
|