/external/opencore/nodes/streaming/jitterbuffernode/src/ |
D | pvmf_jitter_buffer_port.cpp | 283 bool PVMFJitterBufferPort::IsOutgoingQueueBusy() in IsOutgoingQueueBusy() function in PVMFJitterBufferPort 294 return (PvmfPortBaseImpl::IsOutgoingQueueBusy());; in IsOutgoingQueueBusy() 296 return (PvmfPortBaseImpl::IsOutgoingQueueBusy()); in IsOutgoingQueueBusy()
|
D | pvmf_jitter_buffer_node.cpp | 1905 if (outPortParamsPtr->irPort.IsOutgoingQueueBusy()) in SendData() 1933 if (outPortParamsPtr->irPort.IsOutgoingQueueBusy()) in SendData()
|
/external/opencore/nodes/pvclientserversocketnode/src/ |
D | pvmf_clientserver_socket_port.cpp | 157 bool PVMFClientServerSocketPort::IsOutgoingQueueBusy() in IsOutgoingQueueBusy() function in PVMFClientServerSocketPort 164 return (PvmfPortBaseImpl::IsOutgoingQueueBusy());; in IsOutgoingQueueBusy()
|
D | pvmf_clientserver_socket_node.cpp | 1773 if (iSockConfig->iPVMFPort->IsOutgoingQueueBusy()) in HandleRecvComplete()
|
/external/opencore/nodes/pvsocketnode/src/ |
D | pvmf_socket_port.cpp | 253 bool PVMFSocketPort::IsOutgoingQueueBusy() in IsOutgoingQueueBusy() function in PVMFSocketPort 262 return (PvmfPortBaseImpl::IsOutgoingQueueBusy());; in IsOutgoingQueueBusy()
|
D | pvmf_socket_node.cpp | 1189 && 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/ |
D | pvmf_medialayer_port.cpp | 529 bool PVMFMediaLayerPort::IsOutgoingQueueBusy() in IsOutgoingQueueBusy() function in PVMFMediaLayerPort 540 return (PvmfPortBaseImpl::IsOutgoingQueueBusy());; in IsOutgoingQueueBusy() 542 return (PvmfPortBaseImpl::IsOutgoingQueueBusy()); in IsOutgoingQueueBusy()
|
D | pvmf_medialayer_node.cpp | 2333 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/ |
D | pvmf_socket_port.h | 133 bool IsOutgoingQueueBusy();
|
/external/opencore/nodes/pvclientserversocketnode/include/ |
D | pvmf_clientserver_socket_port.h | 136 bool IsOutgoingQueueBusy();
|
/external/opencore/pvmi/pvmf/include/ |
D | pvmf_port_interface.h | 216 virtual bool IsOutgoingQueueBusy() = 0;
|
D | pvmf_port_base_impl.h | 163 OSCL_IMPORT_REF virtual bool IsOutgoingQueueBusy();
|
/external/opencore/nodes/pvloopbacknode/src/ |
D | pvmf_loopback_ioport.cpp | 240 if (IsOutgoingQueueBusy()) in ProcessIncomingMsg()
|
/external/opencore/nodes/streaming/jitterbuffernode/include/ |
D | pvmf_jitter_buffer_port.h | 229 bool IsOutgoingQueueBusy();
|
/external/opencore/nodes/streaming/medialayernode/include/ |
D | pvmf_medialayer_port.h | 414 bool IsOutgoingQueueBusy();
|
/external/opencore/nodes/pvmediainputnode/src/ |
D | pvmf_media_input_node_outport.cpp | 312 if (IsOutgoingQueueBusy()) in writeAsync()
|
/external/opencore/pvmi/pvmf/src/ |
D | pvmf_port_base_impl.cpp | 934 OSCL_EXPORT_REF bool PvmfPortBaseImpl::IsOutgoingQueueBusy() in IsOutgoingQueueBusy() function in PvmfPortBaseImpl
|
/external/opencore/nodes/pvprotocolenginenode/protocol_common/src/ |
D | pvmf_protocol_engine_node_common.cpp | 627 return iPortIn->IsOutgoingQueueBusy(); in isPortBusy()
|
/external/opencore/nodes/pvcommsionode/src/ |
D | pv_comms_io_node_port.cpp | 313 if (IsOutgoingQueueBusy()) in writeAsync()
|
/external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/src/ |
D | pvmf_rtcp_proto_impl.cpp | 329 if (ipFeedbackPort->IsOutgoingQueueBusy() == false) in GenerateRTCPRR()
|
/external/opencore/nodes/pvaacffparsernode/src/ |
D | pvmf_aacffparser_node.cpp | 3760 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/ |
D | pvmf_amrffparser_node.cpp | 2765 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/ |
D | pvmf_dummy_fileinput_node.cpp | 1202 if (!iPortVector[0]->IsOutgoingQueueBusy()) in Run()
|
/external/opencore/nodes/pvprotocolenginenode/base/src/ |
D | pvmf_protocol_engine_node.cpp | 2086 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/ |
D | pvmf_omx_audiodec_node.cpp | 2153 if (iOutPort->IsOutgoingQueueBusy()) in QueueOutputBuffer()
|