Searched refs:outCommand (Results 1 – 1 of 1) sorted by relevance
630 bool beginCommand(T* outCommand, uint16_t* outLength) { in beginCommand() argument631 return beginCommandBase(reinterpret_cast<IComposerClient::Command*>(outCommand), in beginCommand()637 bool beginCommandBase(IComposerClient::Command* outCommand, uint16_t* outLength) { in beginCommandBase() argument648 *outCommand = static_cast<IComposerClient::Command>(val & opcode_mask); in beginCommandBase()652 ALOGE("command 0x%x has invalid command length %" PRIu16, *outCommand, *outLength); in beginCommandBase()