Home
last modified time | relevance | path

Searched refs:PVMF_JBNODE_LOGERROR (Results 1 – 3 of 3) sorted by relevance

/external/opencore/nodes/streaming/jitterbuffernode/src/
Dpvmf_jitter_buffer_port.cpp118PVMF_JBNODE_LOGERROR((0, "0x%x PVMFJitterBufferPort::Connect: Error - Connecting to invalid port",… in Connect()
124PVMF_JBNODE_LOGERROR((0, "0x%x PVMFJitterBufferPort::Connect: Error - Already connected", this)); in Connect()
154PVMF_JBNODE_LOGERROR((0, "0x%x PVMFJitterBufferPort::Connect: Error - Peer Connect failed", this)); in Connect()
237PVMF_JBNODE_LOGERROR((0, "PVMFJitterBufferPort::QueueOutgoingMsg: Error - Port not connected")); in QueueOutgoingMsg()
Dpvmf_jitter_buffer_node.cpp301PVMF_JBNODE_LOGERROR((0, "PVMFJitterBufferNode::queryInterface: Error - Out of memory")); in queryInterface()
621PVMF_JBNODE_LOGERROR((0, "0x%x PVMFJitterBufferNode::HandlePortActivity - getPortContainer Failed"… in HandlePortActivity()
1343 PVMF_JBNODE_LOGERROR((0, "PVMFJitterBufferNode::HasSessionDurationExpired %d", aExpired)); in HasSessionDurationExpired()
1559PVMF_JBNODE_LOGERROR((0, "0x%x PVMFJitterBufferNode::Run: Error - getPortContainer failed", this)); in Run()
1711PVMF_JBNODE_LOGERROR((0, "PVMFJitterBufferNode::ProcessPortActivity: Error - ProcessPortActivity f… in ProcessPortActivity()
1748PVMF_JBNODE_LOGERROR((0, "PVMFJitterBufferNode::ProcessIncomingMsg: findJitterBuffer failed")); in ProcessIncomingMsg()
1763PVMF_JBNODE_LOGERROR((0, "PVMFJitterBufferNode::ProcessIncomingMsg: Error - INPUT PORT - DequeueIn… in ProcessIncomingMsg()
1796PVMF_JBNODE_LOGERROR((0, "PVMFJitterBufferNode::ProcessIncomingMsg: unable to register packet")); in ProcessIncomingMsg()
1803PVMF_JBNODE_LOGERROR((0, "PVMFJitterBufferNode::ProcessIncomingMsg: data received after signalling… in ProcessIncomingMsg()
1809PVMF_JBNODE_LOGERROR((0, "PVMFJitterBufferNode::ProcessIncomingMsg: Packet could not be registered… in ProcessIncomingMsg()
[all …]
/external/opencore/nodes/streaming/jitterbuffernode/include/
Dpvmf_jitter_buffer_internal.h37 #define PVMF_JBNODE_LOGERROR(m) PVLOGGER_LOGMSG(PVLOGMSG_INST_REL,ipLogger,PVLOGMSG_ERR,m); macro