Home | History | Annotate | Download | only in src

Lines Matching refs:iCurrentCommand

204              iCurrentCommand.Construct(0, 1);
240 iCurrentCommand.clear();
328 while (!iCurrentCommand.empty())
330 CommandComplete(iCurrentCommand, iCurrentCommand.front(), PVMFFailure, NULL, NULL);
1364 CommandComplete(iCurrentCommand, iCurrentCommand.front(), PVMFSuccess);
1388 iCurrentCommand.StoreL(aCmd);
1412 if (!iCurrentCommand.empty() && !aCmd.hipri() && aCmd.iCmd != PVMP4FF_NODE_CMD_CANCEL_GET_LICENSE)
2744 CommandComplete(iCurrentCommand, iCurrentCommand.front(), aStatus);
2823 return (iCurrentCommand.size() > 0 && iCurrentCommand.front().iCmd == PVMF_GENERIC_NODE_FLUSH);
2979 if (!iCurrentCommand.empty())
2982 retVal = DoCancelCurrentCommand(iCurrentCommand[0]);
3009 PVMFMP4FFParserNodeCommand* cmd = iCurrentCommand.FindById(id);
3064 CommandComplete(iCurrentCommand, aCmd, PVMFErrCancelled);
3069 CommandComplete(iCurrentCommand, aCmd, PVMFFailure);
3076 CommandComplete(iCurrentCommand, aCmd, PVMFErrCancelled);
3106 CommandComplete(iCurrentCommand, aCmd, PVMFErrCancelled);
3111 CommandComplete(iCurrentCommand, aCmd, PVMFFailure);
5933 while (!iCurrentCommand.empty())
5935 CommandComplete(iCurrentCommand, iCurrentCommand.front(), PVMFFailure);
6196 else if ((iCurrentCommand.empty() == false) &&
6197 (iCurrentCommand.front().iCmd == PVMF_GENERIC_NODE_INIT))
6224 if (ParseMP4File(iCurrentCommand,
6225 iCurrentCommand.front()))
6235 CompleteInit(iCurrentCommand, iCurrentCommand.front());
7233 CompleteInit(iCurrentCommand, iCurrentCommand.front());
7246 CommandComplete(iCurrentCommand,
7247 iCurrentCommand.front(),
7253 CommandComplete(iCurrentCommand,
7254 iCurrentCommand.front(),
7313 if (ParseMP4File(iCurrentCommand,
7314 iCurrentCommand.front()))
7329 CompleteInit(iCurrentCommand, iCurrentCommand.front());
7337 OSCL_ASSERT(!iCurrentCommand.empty());
7338 OSCL_ASSERT(iCurrentCommand.front().iCmd == PVMF_GENERIC_NODE_INIT);
7353 CompleteInit(iCurrentCommand, iCurrentCommand.front());
7368 CompleteInit(iCurrentCommand, iCurrentCommand.front());
7375 CompleteInit(iCurrentCommand, iCurrentCommand.front());
7401 OSCL_ASSERT(!iCurrentCommand.empty());
7402 OSCL_ASSERT(iCurrentCommand.front().iCmd == PVMF_GENERIC_NODE_RESET);
7403 CompleteReset(iCurrentCommand, iCurrentCommand.front());
7410 CompleteGetMetadataKeys(iCurrentCommand.front());
7411 CommandComplete(iCurrentCommand,
7412 iCurrentCommand.front(),
7419 OSCL_ASSERT(!iCurrentCommand.empty());
7420 OSCL_ASSERT(iCurrentCommand.front().iCmd == PVMP4FF_NODE_CMD_GETNODEMETADATAVALUES);
7430 CommandComplete(iCurrentCommand,
7431 iCurrentCommand.front(),
7587 if ((iCurrentCommand.empty() == false) &&
7588 (iCurrentCommand.front().iCmd == PVMF_GENERIC_NODE_PREPARE))
7603 if ((iCurrentCommand.empty() == false) &&
7604 (iCurrentCommand.front().iCmd == PVMF_GENERIC_NODE_PREPARE))
7620 else if ((iCurrentCommand.empty() == false) &&
7621 (iCurrentCommand.front().iCmd == PVMF_GENERIC_NODE_INIT))
7641 if (ParseMP4File(iCurrentCommand,
7642 iCurrentCommand.front()))
7654 CompleteInit(iCurrentCommand, iCurrentCommand.front());
8976 CommandComplete(iCurrentCommand,
8977 iCurrentCommand.front(),
8997 PVMFMP4FFParserNodeCommand* cmd = iCurrentCommand.FindById(id);