Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
DComposerCommandEngine.h106 case IComposerClient::Command::ACCEPT_DISPLAY_CHANGES: in executeCommand()
/hardware/interfaces/graphics/composer/2.1/utils/command-buffer/include/composer-command-buffer/2.1/
DComposerCommandBuffer.h278 beginCommand(IComposerClient::Command::ACCEPT_DISPLAY_CHANGES, kAcceptDisplayChangesLength); in acceptDisplayChanges()
/hardware/interfaces/graphics/composer/2.1/
DIComposerClient.hal661 * ACCEPT_DISPLAY_CHANGES, or must set new types and attempt to validate
846 * ACCEPT_DISPLAY_CHANGES has this pseudo prototype
1118 ACCEPT_DISPLAY_CHANGES = 0x204 << OPCODE_SHIFT,
/hardware/interfaces/graphics/composer/2.1/vts/functional/
DVtsHalGraphicsComposerV2_1TargetTest.cpp766 TEST_F(GraphicsComposerHidlCommandTest, ACCEPT_DISPLAY_CHANGES) { in TEST_F() argument