Home
last modified time | relevance | path

Searched refs:PRESENT_DISPLAY (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/graphics/composer/2.1/
DIComposerClient.hal694 * Sets the present fence as a result of PRESENT_DISPLAY. For physical
780 * into this buffer prior to the call to PRESENT_DISPLAY, and layers not
798 * Will be called before PRESENT_DISPLAY if any of the layers are marked
827 * Must be called at least once before PRESENT_DISPLAY, but does not have
862 * PRESENT_DISPLAY has this pseudo prototype
1119 PRESENT_DISPLAY = 0x205 << OPCODE_SHIFT,
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
DComposerCommandEngine.h108 case IComposerClient::Command::PRESENT_DISPLAY: in executeCommand()
/hardware/interfaces/graphics/composer/2.1/utils/command-buffer/include/composer-command-buffer/2.1/
DComposerCommandBuffer.h284 beginCommand(IComposerClient::Command::PRESENT_DISPLAY, kPresentDisplayLength); in presentDisplay()
/hardware/interfaces/graphics/composer/2.1/vts/functional/
DVtsHalGraphicsComposerV2_1TargetTest.cpp776 TEST_F(GraphicsComposerHidlCommandTest, PRESENT_DISPLAY) { in TEST_F() argument