Home
last modified time | relevance | path

Searched refs:getDisplayPose (Results 1 – 9 of 9) sorted by relevance

/hardware/google/aemu/host-common/include/host-common/
Dmulti_display_agent.h65 int (*getDisplayPose)(uint32_t displayId, member
DMultiDisplay.h112 int getDisplayPose(uint32_t displayId,
/hardware/google/aemu/host-common/testing/
DMockAndroidMultiDisplayAgent.cpp130 .getDisplayPose = [](uint32_t displayId,
/hardware/google/gfxstream/host/
DGfxStreamAgents.cpp200 .getDisplayPose = [](uint32_t displayId,
DFrameBuffer.h442 int getDisplayPose(uint32_t displayId, int32_t* x, int32_t* y, uint32_t* w,
DRenderControl.cpp1321 return fb->getDisplayPose(displayId, x, y, w, h); in rcGetDisplayPose()
DFrameBuffer.cpp2707 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/
DMultiDisplay.cpp420 int MultiDisplay::getDisplayPose(uint32_t displayId, in getDisplayPose() function in android::MultiDisplay
/hardware/google/gfxstream/host/tests/
DFrameBuffer_unittest.cpp815 EXPECT_EQ(0, mFb->getDisplayPose(id, &x, &y, &width, &height)); in TEST_F()