HomeSort by relevance Sort by last modified time
    Searched refs:PutData (Results 1 - 11 of 11) sorted by null

  /external/opencore/protocols/systems/tools/general/common/include/
pvmf_file_data_sink.h 56 PVMFStatus PutData(PVMFSharedMediaMsgPtr aMsg);
pvmf_buffer_data_sink.h 61 virtual PVMFStatus PutData(PVMFSharedMediaMsgPtr aMsg);
pvmf_buffer_data_source.h 70 PVMFStatus PutData(PVMFSharedMediaMsgPtr aMsg);
  /external/opencore/protocols/systems/tools/general/common/src/
pvmf_file_data_sink.cpp 33 PVMFStatus PVMFFileDataSink::PutData(PVMFSharedMediaMsgPtr aMsg)
pvmf_buffer_data_sink.cpp 41 PutData(aMsg);
47 PVMFStatus PVMFBufferDataSink::PutData(PVMFSharedMediaMsgPtr aMsg)
pvmf_buffer_data_source.cpp 141 PVMFStatus PVMFBufferDataSource::PutData(PVMFSharedMediaMsgPtr aMsg)
  /external/opencore/protocols/systems/3g-324m_pvterminal/h223/include/
logicalchannel.h 326 virtual PVMFStatus PutData(PVMFSharedMediaMsgPtr media_msg);
394 PVMFStatus PutData(PVMFSharedMediaMsgPtr aMsg);
420 virtual PVMFStatus PutData(PVMFSharedMediaMsgPtr aMsg)
lowerlayer.h 204 PVMFStatus PutData(PVMFSharedMediaMsgPtr aMsg);
  /external/opencore/nodes/pvmediaoutputnode/src/
pv_media_output_node_inport.h 98 void PutData(PVMFSharedMediaMsgPtr& aMsg);
  /external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/
lowerlayer.cpp 770 PVMFStatus H223LowerLayer::PutData(PVMFSharedMediaMsgPtr aMsg)
778 PVLOGGER_LOGMSG(PVLOGMSG_INST_HLDBG, iLogger, PVLOGMSG_STACK_TRACE, (0, "H223LowerLayer::PutData Error - Invalid state(%d)", iState));
834 PutData(aMsg);
logicalchannel.cpp 273 PVMFStatus H223OutgoingChannel::PutData(PVMFSharedMediaMsgPtr media_msg)
301 PVLOGGER_LOGMSG(PVLOGMSG_INST_HLDBG, iLogger, PVLOGMSG_STACK_TRACE, (0, "H223OutgoingChannel::PutData lcn=%d, size=%d, ts=%d", lcn, mediaData->getFilledSize(), mediaData->getTimestamp()));
307 PVLOGGER_LOGMSG(PVLOGMSG_INST_HLDBG, iLogger, PVLOGMSG_STACK_TRACE, (0, "H223OutgoingChannel::PutData Received Format Specific Info, len=%d", iFsiFrag.getMemFragSize()));
315 PVLOGGER_LOGMSG(PVLOGMSG_INST_HLDBG, iLogger, PVLOGMSG_STACK_TRACE, (0, "H223OutgoingChannel::PutData Not random access point. Dropping media data."));
318 PVLOGGER_LOGMSG(PVLOGMSG_INST_HLDBG, iLogger, PVLOGMSG_STACK_TRACE, (0, "H223OutgoingChannel::PutData Found random access point."));
323 PVLOGGER_LOGMSG(PVLOGMSG_INST_HLDBG, iLogger, PVLOGMSG_STACK_TRACE, (0, "H223OutgoingChannel::PutData - ERROR Overflow, iNumPendingPdus=%d", iNumPendingPdus));
341 PVLOGGER_LOGMSG(PVLOGMSG_INST_HLDBG, iLogger, PVLOGMSG_STACK_TRACE, (0, "H223OutgoingChannel::PutData - ERROR Overflow, iNumPendingPdus=%d, num_frags_required=%d,iNumMediaData=%d", iNumPendingPdus, num_frags_required, iNumMediaData));
354 PVLOGGER_LOGMSG(PVLOGMSG_INST_HLDBG, iLogger, PVLOGMSG_STACK_TRACE, (0, "H223OutgoingChannel::PutData - Memory allocation failure on Fragment\n"));
368 PVLOGGER_LOGMSG(PVLOGMSG_INST_HLDBG, iLogger, PVLOGMSG_STACK_TRACE, (0, "H223OutgoingChannel::PutData - Memory allocation failure on CompletePdu\n"));
376 //PVLOGGER_LOGMSG(PVLOGMSG_INST_HLDBG, iLogger, PVLOGMSG_STACK_TRACE, (0,"H223OutgoingChannel::PutData Sdu size == 0"))
    [all...]

Completed in 137 milliseconds