Home | History | Annotate | Download | only in src

Lines Matching refs:iCurrentCommand

70              iCurrentCommand.Construct(0, 1);
92 iCurrentCommand.clear();
115 while (!iCurrentCommand.empty())
117 CommandComplete(iCurrentCommand, iCurrentCommand.front(), PVMFFailure);
378 PVMFProtocolEngineNodeCommand *pPendingCmd = FindCmd(iCurrentCommand, PVPROTOCOLENGINE_NODE_CMD_DATASTREAM_REQUEST_REPOSITION);
485 if (!iCurrentCommand.empty() && !aCmd.hipri())
568 iCurrentCommand.StoreL(aCmd);
1097 OSCL_TRY(err, iCurrentCommand.StoreL(aCmd););
1127 return (iCurrentCommand.size() > 0 &&
1128 iCurrentCommand.front().iCmd == PVMF_GENERIC_NODE_FLUSH);
1140 while (!iCurrentCommand.empty())
1143 CommandComplete(iCurrentCommand, iCurrentCommand[0], PVMFErrCancelled);
1175 PVMFProtocolEngineNodeCommand* cmd = iCurrentCommand.FindById(id);
1180 CommandComplete(iCurrentCommand, *cmd, PVMFErrCancelled);
1906 if (!iInputCommands.empty() && iCurrentCommand.empty()) RunIfNotReady();
1948 CommandComplete(iCurrentCommand, iCurrentCommand.front(), PVMFSuccess);
2716 PVMFProtocolEngineNodeCommand *pPendingCmd = FindCmd(iCurrentCommand, PVPROTOCOLENGINE_NODE_CMD_DATASTREAM_REQUEST_REPOSITION);
2723 return FindCmd(iCurrentCommand, aCmdId);
2728 CommandComplete(iCurrentCommand, iCurrentCommand.front(), status);
2738 iCurrentCommand.Erase(aCmd);
2767 if (iNode->iCurrentCommand.size() > 0)
2771 iNode->CommandComplete(iNode->iCurrentCommand, iNode->iCurrentCommand.front(), errorCode);
2780 iNode->CommandComplete(iNode->iCurrentCommand, iNode->iCurrentCommand.front(), basePVMFErrorCode, errEventData, &uuid, &errorCode, errEventDataLen);
2911 if (iNode->iCurrentCommand.empty()) return false;
2912 PVMFProtocolEngineNodeCommand& aCmd = iNode->iCurrentCommand.front();
2947 PVMFProtocolEngineNodeCommand& aCmd = iNode->iCurrentCommand.front();
2949 iNode->CommandComplete(iNode->iCurrentCommand, aCmd, PVMFSuccess);
2967 for (uint32 i = 0; i < iNode->iCurrentCommand.size(); i++)
2969 if (iNode->iCurrentCommand[i].iCmd == PVMF_GENERIC_NODE_STOP) return true;
3150 if (iNode->iInterfaceState == EPVMFNodeStarted && iNode->iCurrentCommand.size() > 0)
3152 PVMFProtocolEngineNodeCommand& aCmd = iNode->iCurrentCommand.front();