HomeSort by relevance Sort by last modified time
    Searched refs:iCurrentCommand (Results 1 - 25 of 47) sorted by null

1 2

  /external/opencore/nodes/streaming/streamingmanager/plugins/common/src/
pvmf_sm_fsp_base_cpm_support.cpp 310 if (iCurrentCommand.empty() && iCurrErrHandlingCommand.empty())
332 CommandComplete(iCurrentCommand,
333 iCurrentCommand.front(),
382 OSCL_ASSERT(!iCurrentCommand.empty());
383 OSCL_ASSERT(iCurrentCommand.front().iCmd == PVMF_SMFSP_NODE_INIT);
390 CompleteGetMetadataKeys(iCurrentCommand.front());
391 CommandComplete(iCurrentCommand,
392 iCurrentCommand.front(),
416 OSCL_ASSERT(!iCurrentCommand.empty());
417 OSCL_ASSERT(iCurrentCommand.front().iCmd == PVMF_SMFSP_NODE_RESET)
    [all...]
pvmf_sm_fsp_base_impl.cpp 88 iCurrentCommand.Construct(0, 1);
132 iCurrentCommand.clear();
568 CommandComplete(iCurrentCommand, iCurrentCommand.front(), PVMFSuccess);
    [all...]
  /external/opencore/nodes/pvmediaoutputnode/src/
pv_media_output_node.cpp 115 while (!iCurrentCommand.empty())
117 CommandComplete(iCurrentCommand, iCurrentCommand.front(), PVMFFailure);
569 OSCL_ASSERT(!iCurrentCommand.empty());
570 PVMediaOutputNodeCmd& cmd = iCurrentCommand.front();
579 CommandComplete(iCurrentCommand, iCurrentCommand.front(), aResponse.GetCmdStatus());
596 PVMFStatus status = SendMioRequest(iCurrentCommand[0], EQueryCapability);
600 CommandComplete(iCurrentCommand, iCurrentCommand.front(), status)
    [all...]
  /external/opencore/nodes/pvloopbacknode/src/
pvmf_loopback_node.cpp 62 iCurrentCommand.Construct(0, 1);
83 iCurrentCommand.clear();
104 while (!iCurrentCommand.empty())
106 CommandComplete(iCurrentCommand, iCurrentCommand.front(), PVMFFailure);
107 iCurrentCommand.Erase(&iCurrentCommand.front());
377 CommandComplete(iCurrentCommand, iCurrentCommand.front(), PVMFSuccess);
391 if (!iCurrentCommand.empty() && !aCmd.hipri()
    [all...]
  /external/opencore/pvmi/content_policy_manager/src/
cpm.cpp 280 iCurrentCommand.Construct(0, 1);
305 while (!iCurrentCommand.empty())
307 CommandComplete(iCurrentCommand, iCurrentCommand.front(), PVMFFailure);
851 OSCL_TRY(err, iCurrentCommand.StoreL(aCmd););
904 if (!iCurrentCommand.empty() && !aCmd.hipri() && aCmd.iCmd != PVMF_CPM_CANCEL_GET_LICENSE)
    [all...]
  /external/opencore/nodes/pvcommsionode/src/
pv_comms_io_node.cpp 416 Assert(!iCurrentCommand.empty());
417 PVCommsIONodeCmd& cmd = iCurrentCommand.front();
537 CommandComplete(iCurrentCommand, iCurrentCommand.front(), aResponse.GetCmdStatus());
593 while (!iCurrentCommand.empty())
595 CommandComplete(iCurrentCommand, iCurrentCommand.front(), PVMFFailure);
596 iCurrentCommand.Erase(&iCurrentCommand.front());
616 iCurrentCommand.Construct(1, 1);//reserve 1
    [all...]
  /external/opencore/nodes/pvamrffparsernode/src/
pvmf_amrffparser_node.cpp 120 iCurrentCommand.Construct(0, 1);
140 iCurrentCommand.clear();
183 while (!iCurrentCommand.empty())
185 CommandComplete(iCurrentCommand, iCurrentCommand.front(), PVMFFailure);
421 CommandComplete(iCurrentCommand, iCurrentCommand.front(), PVMFSuccess);
    [all...]
  /external/opencore/nodes/pvmediainputnode/src/
pvmf_media_input_node.cpp 422 OSCL_ASSERT(!iCurrentCommand.empty());
423 PvmfMediaInputNodeCmd& cmd = iCurrentCommand.front();
542 CommandComplete(iCurrentCommand, iCurrentCommand.front(), aResponse.GetCmdStatus());
613 while (!iCurrentCommand.empty())
615 CommandComplete(iCurrentCommand, iCurrentCommand.front(), PVMFFailure);
616 // iCurrentCommand.Erase(&iCurrentCommand.front());
632 iCurrentCommand.Construct(1, 1);//reserve 1
    [all...]
  /external/opencore/nodes/pvomxbasedecnode/src/
pvmf_omx_basedec_node.cpp 313 while (!iCurrentCommand.empty())
315 CommandComplete(iCurrentCommand, iCurrentCommand.front(), PVMFFailure);
638 (iCurrentCommand.size() > 0) &&
639 (iCurrentCommand.front().iCmd == PVMFOMXBaseDecNodeCommand::PVOMXBASEDEC_NODE_CMD_RESET)
642 DoReset(iCurrentCommand.front());
676 if (((iCurrentCommand.size() == 0) && (iInterfaceState != EPVMFNodeStarted)) ||
677 ((iCurrentCommand.size() > 0) && (iCurrentCommand.front().iCmd == PVMFOMXBaseDecNodeCommand::PVOMXBASEDEC_NODE_CMD_START) && (iInterfaceState != EPVMFNodeStarted)))
    [all...]
  /external/opencore/nodes/pvdummyinputnode/src/
pvmf_dummy_fileinput_node.cpp 136 iCurrentCommand.Construct(0, 1);
159 iCurrentCommand.clear();
184 while (!iCurrentCommand.empty())
186 CommandComplete(iCurrentCommand, iCurrentCommand.front(), PVMFFailure);
503 if (!iCurrentCommand.empty() && !aCmd.hipri())
927 OSCL_TRY(err, iCurrentCommand.StoreL(aCmd););
956 return (iCurrentCommand.size() > 0
957 && iCurrentCommand.front().iCmd == PVMF_GENERIC_NODE_FLUSH);
986 while (!iCurrentCommand.empty()
    [all...]
  /external/opencore/nodes/pvdummyoutputnode/src/
pvmf_dummy_fileoutput_node.cpp 69 iCurrentCommand.Construct(0, 1);
86 iCurrentCommand.clear();
117 while (!iCurrentCommand.empty())
119 CommandComplete(iCurrentCommand, iCurrentCommand.front(), PVMFFailure);
603 CommandComplete(iCurrentCommand, iCurrentCommand.front(), PVMFSuccess);
    [all...]
  /external/opencore/nodes/streaming/jitterbuffernode/src/
pvmf_jitter_buffer_node.cpp 128 iCurrentCommand.Construct(0, 1);
249 while (!iCurrentCommand.empty())
251 CommandComplete(iCurrentCommand, iCurrentCommand.front(), PVMFFailure);
    [all...]
  /external/opencore/nodes/pvprotocolenginenode/base/src/
pvmf_protocol_engine_node.cpp 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);
    [all...]
  /external/opencore/nodes/pvaacffparsernode/src/
pvmf_aacffparser_node.cpp 103 iCurrentCommand.clear();
125 iCurrentCommand.Construct(0, 1);
164 while (!iCurrentCommand.empty())
166 CommandComplete(iCurrentCommand, iCurrentCommand.front(), PVMFFailure);
654 OSCL_TRY(err, iCurrentCommand.StoreL(aCmd););
723 CommandComplete(iCurrentCommand, iCurrentCommand.front(), PVMFSuccess);
    [all...]
  /external/opencore/nodes/pvfileoutputnode/src/
pvmf_fileoutput_node.cpp 70 iCurrentCommand.Construct(0, 1);
87 iCurrentCommand.clear();
118 while (!iCurrentCommand.empty())
120 CommandComplete(iCurrentCommand, iCurrentCommand.front(), PVMFFailure);
687 CommandComplete(iCurrentCommand, iCurrentCommand.front(), PVMFSuccess);
    [all...]
  /external/opencore/nodes/pvomxencnode/src/
pvmf_omx_enc_node.cpp 395 while (!iCurrentCommand.empty())
397 CommandComplete(iCurrentCommand, iCurrentCommand.front(), PVMFFailure);
694 iCurrentCommand.Construct(0, 1);
    [all...]
  /external/opencore/nodes/pvmp4ffparsernode/src/
pvmf_mp4ffparser_node.cpp 204 iCurrentCommand.Construct(0, 1);
240 iCurrentCommand.clear();
328 while (!iCurrentCommand.empty())
330 CommandComplete(iCurrentCommand, iCurrentCommand.front(), PVMFFailure, NULL, NULL);
    [all...]
  /external/opencore/nodes/pvmp3ffparsernode/src/
pvmf_mp3ffparser_node.cpp 136 iCurrentCommand.Construct(0, 1);
158 iCurrentCommand.clear();
233 while (!iCurrentCommand.empty())
235 CommandComplete(iCurrentCommand, iCurrentCommand.front(), PVMFFailure, NULL, NULL);
569 if (!iCurrentCommand.empty() && !iInputCommands.front().hipri() && iInputCommands.front().iCmd != PVMP3FF_NODE_CMD_CANCEL_GET_LICENSE)
688 iCurrentCommand.StoreL(aCmd);
704 if ((iCurrentCommand.empty() == false) &&
705 (iCurrentCommand.front().iCmd == PVMF_GENERIC_NODE_INIT))
713 CommandComplete(iCurrentCommand, iCurrentCommand.front(), aStatus, NULL, NULL)
    [all...]
  /external/opencore/pvmi/content_policy_manager/plugins/oma1/passthru/src/
pvmf_cpmplugin_passthru_oma1.cpp 135 iCurrentCommand.Construct(0, 1);
172 while (!iCurrentCommand.empty())
174 CommandComplete(iCurrentCommand, iCurrentCommand.front(), PVMFFailure);
460 OSCL_TRY(err, iCurrentCommand.StoreL(aCmd););
485 if (!iCurrentCommand.empty() && !aCmd.hipri() && aCmd.iCmd != PVMF_CPM_PASSTHRU_PLUGIN_OMA1_CANCEL_GET_LICENSE)
736 while (iCurrentCommand.size() > 0)
738 CommandComplete(iCurrentCommand, iCurrentCommand.front(), PVMFErrCancelled);
    [all...]
  /external/opencore/nodes/streaming/medialayernode/src/
pvmf_medialayer_node.cpp 104 iCurrentCommand.Construct(0, 1);
130 iCurrentCommand.clear();
210 while (!iCurrentCommand.empty())
212 CommandComplete(iCurrentCommand, iCurrentCommand.front(), PVMFFailure);
555 OSCL_TRY(err, iCurrentCommand.StoreL(aCmd););
584 if (!iCurrentCommand.empty() && !aCmd.hipri())
    [all...]
  /external/opencore/nodes/pvloopbacknode/include/
pvmf_loopback_node.h 220 PVMFLoopbackNodeCmdQ iCurrentCommand;
  /external/opencore/nodes/pvwavffparsernode/src/
pvmf_wavffparser_node.cpp 70 iCurrentCommand.Construct(0, 1);
87 iCurrentCommand.clear();
105 while (!iCurrentCommand.empty())
107 CommandComplete(iCurrentCommand, iCurrentCommand.front(), PVMFFailure);
429 CommandComplete(iCurrentCommand, iCurrentCommand.front(), PVMFSuccess);
878 if (!iCurrentCommand.empty() && !aCmd.hipri())
    [all...]
  /external/opencore/nodes/streaming/streamingmanager/plugins/rtspunicast/src/
pvmf_sm_fsp_rtsp_unicast.cpp 490 if ((iCurrentCommand.size() > 0 && !aCmd.hipri()
767 CommandComplete(iCurrentCommand,
768 iCurrentCommand.front(),
    [all...]
  /external/opencore/nodes/pvdownloadmanagernode/src/
pvmf_downloadmanager_node.cpp 88 iCurrentCommand.clear();
137 iCurrentCommand.Construct(0, 1);
255 while (!iCurrentCommand.empty())
256 CommandComplete(iCurrentCommand, iCurrentCommand.front(), PVMFFailure, NULL, NULL);
    [all...]
  /external/opencore/nodes/pvdummyinputnode/include/
pvmf_dummy_fileinput_node.h 187 PVMFFileInputNodeCmdQ iCurrentCommand;

Completed in 626 milliseconds

1 2