Searched refs:getDisplayPose (Results 1 – 9 of 9) sorted by relevance
/hardware/google/aemu/host-common/include/host-common/ |
D | multi_display_agent.h | 65 int (*getDisplayPose)(uint32_t displayId, member
|
D | MultiDisplay.h | 112 int getDisplayPose(uint32_t displayId,
|
/hardware/google/aemu/host-common/testing/ |
D | MockAndroidMultiDisplayAgent.cpp | 130 .getDisplayPose = [](uint32_t displayId,
|
/hardware/google/gfxstream/host/ |
D | GfxStreamAgents.cpp | 200 .getDisplayPose = [](uint32_t displayId,
|
D | FrameBuffer.h | 442 int getDisplayPose(uint32_t displayId, int32_t* x, int32_t* y, uint32_t* w,
|
D | RenderControl.cpp | 1321 return fb->getDisplayPose(displayId, x, y, w, h); in rcGetDisplayPose()
|
D | FrameBuffer.cpp | 2707 int FrameBuffer::getDisplayPose(uint32_t displayId, int32_t* x, int32_t* y, uint32_t* w, in getDisplayPose() function in gfxstream::FrameBuffer 2709 return emugl::get_emugl_multi_display_operations().getDisplayPose(displayId, x, y, w, h); in getDisplayPose()
|
/hardware/google/aemu/host-common/ |
D | MultiDisplay.cpp | 420 int MultiDisplay::getDisplayPose(uint32_t displayId, in getDisplayPose() function in android::MultiDisplay
|
/hardware/google/gfxstream/host/tests/ |
D | FrameBuffer_unittest.cpp | 815 EXPECT_EQ(0, mFb->getDisplayPose(id, &x, &y, &width, &height)); in TEST_F()
|