Home
last modified time | relevance | path

Searched refs:executeCommand (Results 1 – 4 of 4) 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.4/utils/hal/include/composer-hal/2.4/
DComposerCommandEngine.h77 bool executeCommand(V2_1::IComposerClient::Command command, uint16_t length) override { in executeCommand() function
82 return BaseType2_3::executeCommand(command, length); in executeCommand()
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
DComposerCommandEngine.h66 bool parsed = executeCommand(command, length); in execute()
92 virtual bool executeCommand(IComposerClient::Command command, uint16_t length) { in executeCommand() function