Home
last modified time | relevance | path

Searched refs:IsOutgoingQueueBusy (Results 1 – 25 of 29) sorted by relevance

12

/external/opencore/nodes/streaming/jitterbuffernode/src/
Dpvmf_jitter_buffer_port.cpp283 bool PVMFJitterBufferPort::IsOutgoingQueueBusy() in IsOutgoingQueueBusy() function in PVMFJitterBufferPort
294 return (PvmfPortBaseImpl::IsOutgoingQueueBusy());; in IsOutgoingQueueBusy()
296 return (PvmfPortBaseImpl::IsOutgoingQueueBusy()); in IsOutgoingQueueBusy()
Dpvmf_jitter_buffer_node.cpp1905 if (outPortParamsPtr->irPort.IsOutgoingQueueBusy()) in SendData()
1933 if (outPortParamsPtr->irPort.IsOutgoingQueueBusy()) in SendData()
/external/opencore/nodes/pvclientserversocketnode/src/
Dpvmf_clientserver_socket_port.cpp157 bool PVMFClientServerSocketPort::IsOutgoingQueueBusy() in IsOutgoingQueueBusy() function in PVMFClientServerSocketPort
164 return (PvmfPortBaseImpl::IsOutgoingQueueBusy());; in IsOutgoingQueueBusy()
Dpvmf_clientserver_socket_node.cpp1773 if (iSockConfig->iPVMFPort->IsOutgoingQueueBusy()) in HandleRecvComplete()
/external/opencore/nodes/pvsocketnode/src/
Dpvmf_socket_port.cpp253 bool PVMFSocketPort::IsOutgoingQueueBusy() in IsOutgoingQueueBusy() function in PVMFSocketPort
262 return (PvmfPortBaseImpl::IsOutgoingQueueBusy());; in IsOutgoingQueueBusy()
Dpvmf_socket_node.cpp1189 && aSockConfig.iPVMFPort->IsOutgoingQueueBusy()) in StartConnectOperation()
2069 if (aSockConfig.iPVMFPort->IsOutgoingQueueBusy()) in HandleRecvComplete()
2245 if (aSockConfig.iPVMFPort->IsOutgoingQueueBusy()) in HandleRecvFromComplete()
/external/opencore/nodes/streaming/medialayernode/src/
Dpvmf_medialayer_port.cpp529 bool PVMFMediaLayerPort::IsOutgoingQueueBusy() in IsOutgoingQueueBusy() function in PVMFMediaLayerPort
540 return (PvmfPortBaseImpl::IsOutgoingQueueBusy());; in IsOutgoingQueueBusy()
542 return (PvmfPortBaseImpl::IsOutgoingQueueBusy()); in IsOutgoingQueueBusy()
Dpvmf_medialayer_node.cpp2333 if ((poutPort->iPort->IsOutgoingQueueBusy() == false) && in sendAccessUnits()
2409 if (poutPort->iPort->IsOutgoingQueueBusy()) in dispatchAccessUnits()
2681 if (iPortParamsQueue[pinputPort->vCounterPorts[i]].iPort->IsOutgoingQueueBusy() == false) in checkOutputPortsBusy()
2782 if ((portContainerPtr->iPort->IsOutgoingQueueBusy() == false) && in CheckForPortRescheduling()
/external/opencore/nodes/pvsocketnode/include/
Dpvmf_socket_port.h133 bool IsOutgoingQueueBusy();
/external/opencore/nodes/pvclientserversocketnode/include/
Dpvmf_clientserver_socket_port.h136 bool IsOutgoingQueueBusy();
/external/opencore/pvmi/pvmf/include/
Dpvmf_port_interface.h216 virtual bool IsOutgoingQueueBusy() = 0;
Dpvmf_port_base_impl.h163 OSCL_IMPORT_REF virtual bool IsOutgoingQueueBusy();
/external/opencore/nodes/pvloopbacknode/src/
Dpvmf_loopback_ioport.cpp240 if (IsOutgoingQueueBusy()) in ProcessIncomingMsg()
/external/opencore/nodes/streaming/jitterbuffernode/include/
Dpvmf_jitter_buffer_port.h229 bool IsOutgoingQueueBusy();
/external/opencore/nodes/streaming/medialayernode/include/
Dpvmf_medialayer_port.h414 bool IsOutgoingQueueBusy();
/external/opencore/nodes/pvmediainputnode/src/
Dpvmf_media_input_node_outport.cpp312 if (IsOutgoingQueueBusy()) in writeAsync()
/external/opencore/pvmi/pvmf/src/
Dpvmf_port_base_impl.cpp934 OSCL_EXPORT_REF bool PvmfPortBaseImpl::IsOutgoingQueueBusy() in IsOutgoingQueueBusy() function in PvmfPortBaseImpl
/external/opencore/nodes/pvprotocolenginenode/protocol_common/src/
Dpvmf_protocol_engine_node_common.cpp627 return iPortIn->IsOutgoingQueueBusy(); in isPortBusy()
/external/opencore/nodes/pvcommsionode/src/
Dpv_comms_io_node_port.cpp313 if (IsOutgoingQueueBusy()) in writeAsync()
/external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/src/
Dpvmf_rtcp_proto_impl.cpp329 if (ipFeedbackPort->IsOutgoingQueueBusy() == false) in GenerateRTCPRR()
/external/opencore/nodes/pvaacffparsernode/src/
Dpvmf_aacffparser_node.cpp3760 if (aTrackInfoPtr->iPort->IsOutgoingQueueBusy()) in ProcessPortActivity()
3804 if (aTrackInfoPtr->iPort->IsOutgoingQueueBusy()) in QueueMediaSample()
3897 if (aTrackInfoPtr->iPort->IsOutgoingQueueBusy() == true) in GenerateAndSendEOSCommand()
/external/opencore/nodes/pvamrffparsernode/src/
Dpvmf_amrffparser_node.cpp2765 if (aTrackInfoPtr->iPort->IsOutgoingQueueBusy()) in ProcessPortActivity()
3479 if (aTrackInfoPtr->iPort->IsOutgoingQueueBusy()) in QueueMediaSample()
3721 if (aTrackInfoPtr->iPort->IsOutgoingQueueBusy() == true) in GenerateAndSendEOSCommand()
/external/opencore/nodes/pvdummyinputnode/src/
Dpvmf_dummy_fileinput_node.cpp1202 if (!iPortVector[0]->IsOutgoingQueueBusy()) in Run()
/external/opencore/nodes/pvprotocolenginenode/base/src/
Dpvmf_protocol_engine_node.cpp2086 if (iPortOut && !iPortOut->IsOutgoingQueueBusy()) in OutputBufferAvailable()
3291 … if (!iNode->iPortOut->IsOutgoingQueueBusy() && // this means port failure is due to no memory in flushDataPostProcessing()
/external/opencore/nodes/pvomxaudiodecnode/src/
Dpvmf_omx_audiodec_node.cpp2153 if (iOutPort->IsOutgoingQueueBusy()) in QueueOutputBuffer()

12