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.h631 bool beginCommand(T* outCommand, uint16_t* outLength) { in beginCommand() argument
632 return beginCommandBase(reinterpret_cast<IComposerClient::Command*>(outCommand), in beginCommand()
638 bool beginCommandBase(IComposerClient::Command* outCommand, uint16_t* outLength) { in beginCommandBase() argument
649 *outCommand = static_cast<IComposerClient::Command>(val & opcode_mask); in beginCommandBase()
654 toString(*outCommand).c_str(), *outLength); in beginCommandBase()