Home
last modified time | relevance | path

Searched refs:setDisplayColorBuffer (Results 1 – 11 of 11) sorted by relevance

/hardware/google/aemu/host-common/include/host-common/
Dmulti_display_agent.h72 int (*setDisplayColorBuffer)(uint32_t displayId, uint32_t colorBuffer); member
DMultiDisplay.h119 int setDisplayColorBuffer(uint32_t displayId, uint32_t colorBuffer);
/hardware/google/aemu/host-common/
DMultiDisplayPipe.cpp75 ins->setDisplayColorBuffer(id, cb); in onMessage()
DMultiDisplay.cpp440 int MultiDisplay::setDisplayColorBuffer(uint32_t displayId, uint32_t colorBuffer) { in setDisplayColorBuffer() function in android::MultiDisplay
/hardware/google/aemu/host-common/testing/
DMockAndroidMultiDisplayAgent.cpp156 .setDisplayColorBuffer = [](uint32_t displayId,
/hardware/google/gfxstream/host/
DGfxStreamAgents.cpp238 .setDisplayColorBuffer = [](uint32_t displayId,
DRendererImpl.cpp445 fb->setDisplayColorBuffer(id, cb); in setMultiDisplayColorBuffer()
DFrameBuffer.h439 int setDisplayColorBuffer(uint32_t displayId, uint32_t colorBuffer);
DFrameBuffer.cpp2198 setDisplayColorBuffer(p2->displayId, p2->targetHandle); in composeWithCallback()
2692 int FrameBuffer::setDisplayColorBuffer(uint32_t displayId, uint32_t colorBuffer) { in setDisplayColorBuffer() function in gfxstream::FrameBuffer
2693 return emugl::get_emugl_multi_display_operations().setDisplayColorBuffer(displayId, in setDisplayColorBuffer()
DRenderControl.cpp1290 return fb->setDisplayColorBuffer(displayId, colorBuffer); in rcSetDisplayColorBuffer()
/hardware/google/gfxstream/host/tests/
DFrameBuffer_unittest.cpp796 EXPECT_EQ(0, mFb->setDisplayColorBuffer(id, handle)); in TEST_F()
862 EXPECT_EQ(0, mFb->setDisplayColorBuffer(ids[i], info[i].cb)); in TEST_F()