Home
last modified time | relevance | path

Searched refs:executeCommand (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/graphics/composer/2.2/utils/hal/include/composer-hal/2.2/
DComposerCommandEngine.h41 bool executeCommand(V2_1::IComposerClient::Command command, uint16_t length) override { in executeCommand() function
48 return BaseType2_1::executeCommand(command, length); in executeCommand()
/hardware/interfaces/graphics/composer/2.3/utils/hal/include/composer-hal/2.3/
DComposerCommandEngine.h42 bool executeCommand(V2_1::IComposerClient::Command command, uint16_t length) override { in executeCommand() function
49 return BaseType2_2::executeCommand(command, length); in executeCommand()
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
DComposerCommandEngine.h64 bool parsed = executeCommand(command, length); in execute()
90 virtual bool executeCommand(IComposerClient::Command command, uint16_t length) { in executeCommand() function