Home
last modified time | relevance | path

Searched refs:flushData (Results 1 – 7 of 7) sorted by relevance

/external/opencore/nodes/pvprotocolenginenode/download_protocols/progressive_streaming/src/
Dpvmf_protocol_engine_node_progressive_streaming.cpp210 OSCL_EXPORT_REF int32 pvProgressiveStreamingOutput::flushData(const uint32 aOutputType) in flushData() function in pvProgressiveStreamingOutput
212 int32 status = PVMFProtocolEngineNodeOutput::flushData(aOutputType); in flushData()
Dpvmf_protocol_engine_node_progressive_streaming.h67 OSCL_IMPORT_REF int32 flushData(const uint32 aOutputType = NodeOutputType_InputPortForData);
/external/opencore/nodes/pvprotocolenginenode/protocol_common/src/
Dpvmf_protocol_engine_node_common.cpp442 iNodeOutput->flushData(); in handleProtocolStateComplete()
602 OSCL_EXPORT_REF int32 PVMFProtocolEngineNodeOutput::flushData(const uint32 aOutputType) in flushData() function in PVMFProtocolEngineNodeOutput
Dpvmf_protocol_engine_node_common.h982 …OSCL_IMPORT_REF virtual int32 flushData(const uint32 aOutputType = NodeOutputType_InputPortForData…
/external/opencore/nodes/pvprotocolenginenode/download_protocols/common/src/
Dpvmf_protocol_engine_node_download_common.h119 …OSCL_IMPORT_REF virtual int32 flushData(const uint32 aOutputType = NodeOutputType_InputPortForData…
Dpvmf_protocol_engine_node_download_common.cpp390 OSCL_EXPORT_REF int32 pvHttpDownloadOutput::flushData(const uint32 aOutputType) in flushData() function in pvHttpDownloadOutput
392 int32 status = PVMFProtocolEngineNodeOutput::flushData(aOutputType); in flushData()
/external/opencore/nodes/pvprotocolenginenode/base/src/
Dpvmf_protocol_engine_node.cpp2075 iNodeOutput->flushData(aOutputType); in ProtocolRequestAvailable()
3214 int32 statusFlushData = iNode->iNodeOutput->flushData(); in handle()