Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/composer/2.1/
DIComposerClient.hal659 * type than had been set prior to the last call to VALIDATE_DISPLAY. The
740 * composition during VALIDATE_DISPLAY.
836 * VALIDATE_DISPLAY has this pseudo prototype
1117 VALIDATE_DISPLAY = 0x203 << OPCODE_SHIFT,
1122 /** layer commands (VALIDATE_DISPLAY not required) */
1127 /** layer state commands (VALIDATE_DISPLAY required) */
/hardware/interfaces/graphics/composer/2.1/vts/functional/
DVtsHalGraphicsComposerV2_1TargetTest.cpp557 TEST_F(GraphicsComposerHidlCommandTest, VALIDATE_DISPLAY) { in TEST_F() argument
/hardware/interfaces/graphics/composer/2.1/default/
DIComposerCommandBuffer.h289 beginCommand(IComposerClient::Command::VALIDATE_DISPLAY, in validateDisplay()
DComposerClient.cpp563 case IComposerClient::Command::VALIDATE_DISPLAY: in parseCommand()