Home
last modified time | relevance | path

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

/hardware/google/aemu/host-common/include/host-common/
Dmulti_display_agent.h70 int (*getDisplayColorBuffer)(uint32_t displayId, uint32_t* colorBuffer); member
DMultiDisplay.h117 int getDisplayColorBuffer(uint32_t displayId, uint32_t* colorBuffer);
/hardware/google/aemu/host-common/testing/
DMockAndroidMultiDisplayAgent.cpp141 .getDisplayColorBuffer = [](uint32_t displayId,
/hardware/google/gfxstream/host/
DGfxStreamAgents.cpp219 .getDisplayColorBuffer = [](uint32_t displayId,
DFrameBuffer.h440 int getDisplayColorBuffer(uint32_t displayId, uint32_t* colorBuffer);
DFrameBuffer.cpp1829 if (getDisplayColorBuffer(iter.first, &colorBuffer) < 0) { in postImpl()
2016 emugl::get_emugl_multi_display_operations().getDisplayColorBuffer(displayId, &cb); in getScreenshot()
2697 int FrameBuffer::getDisplayColorBuffer(uint32_t displayId, uint32_t* colorBuffer) { in getDisplayColorBuffer() function in gfxstream::FrameBuffer
2698 return emugl::get_emugl_multi_display_operations().getDisplayColorBuffer(displayId, in getDisplayColorBuffer()
DRenderControl.cpp1299 return fb->getDisplayColorBuffer(displayId, colorBuffer); in rcGetDisplayColorBuffer()
/hardware/google/aemu/host-common/
DMultiDisplay.cpp480 int MultiDisplay::getDisplayColorBuffer(uint32_t displayId, uint32_t* colorBuffer) { in getDisplayColorBuffer() function in android::MultiDisplay
/hardware/google/gfxstream/host/tests/
DFrameBuffer_unittest.cpp798 mFb->getDisplayColorBuffer(id, &getHandle); in TEST_F()