Searched refs:iRunningCmdQueue (Results 1 – 2 of 2) sorted by relevance
154 iRunningCmdQueue.Construct(0, 1); in PVRTSPEngineNode()193 iRunningCmdQueue.clear(); in PVRTSPEngineNode()1073 if (iRunningCmdQueue.size() > 0) in Run()1075 DispatchCommand(iRunningCmdQueue.front()); in Run()1136 iRunningCmdQueue.AddL(cmd); in Run()1162 CommandComplete(iRunningCmdQueue, iRunningCmdQueue.front(), PVMFSuccess); in Run()1180 return (iRunningCmdQueue.size() > 0 in FlushPending()1181 && iRunningCmdQueue.front().iCmd == PVMF_GENERIC_NODE_FLUSH); in FlushPending()1266 if (!iRunningCmdQueue.empty() in ProcessCommand()1267 && iRunningCmdQueue.front().iCmd == PVMF_RTSP_NODE_CANCELALLRESET) in ProcessCommand()[all …]
821 PVRTSPEngineNodeCmdQ iRunningCmdQueue; variable