Home
last modified time | relevance | path

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

/external/opencore/engines/author/src/
Dpvauthorengine.cpp837 PVEngineCommand cmdPenCmd(iPendingCmds[idx++]); in PushCmdInFront() local
838 if (cmdPenCmd.GetCmdType() == PVAE_CMD_RESET) //dont erase RESET in PushCmdInFront()
875 PVEngineCommand cmdPenCmd(iPendingCmds[0]); in CompleteEngineCommand() local
876 if (cmdPenCmd.GetCmdType() != PVAE_CMD_RESET) //dont erase RESET in CompleteEngineCommand()
878 … PVCmdResponse response(cmdPenCmd.GetCmdId(), cmdPenCmd.GetContext(), aStatus, NULL, 0); in CompleteEngineCommand()