Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/composer/2.1/utils/command-buffer/include/composer-command-buffer/2.1/
DComposerCommandBuffer.h626 bool beginCommand(IComposerClient::Command* outCommand, uint16_t* outLength) { in beginCommand() argument
637 *outCommand = static_cast<IComposerClient::Command>(val & opcode_mask); in beginCommand()
641 ALOGE("command 0x%x has invalid command length %" PRIu16, *outCommand, *outLength); in beginCommand()