Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
DComposerCommandEngine.h108 case IComposerClient::Command::ACCEPT_DISPLAY_CHANGES: in executeCommand()
/hardware/interfaces/graphics/composer/2.1/utils/command-buffer/include/composer-command-buffer/2.1/
DComposerCommandBuffer.h279 beginCommand(IComposerClient::Command::ACCEPT_DISPLAY_CHANGES, kAcceptDisplayChangesLength); in acceptDisplayChanges()
/hardware/qcom/sm7250/display/composer/
DQtiComposerCommandBuffer.h295 beginCommand(IQtiComposerClient::Command::ACCEPT_DISPLAY_CHANGES, kAcceptDisplayChangesLength); in acceptDisplayChanges()
DQtiComposerClient.cpp1209 case IComposerClient::Command::ACCEPT_DISPLAY_CHANGES: in parseCommonCmd()
/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.cpp751 TEST_P(GraphicsComposerHidlCommandTest, ACCEPT_DISPLAY_CHANGES) { in TEST_P() argument