Home
last modified time | relevance | path

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

/external/opencore/nodes/pvprotocolenginenode/protocol_common/src/
Dpvmf_protocol_engine_common.cpp303 …:saveOutputData(RefCountHTTPEntityUnit &entityUnit, OUTPUT_DATA_QUEUE &aOutputData, uint32 &aTotal… in saveOutputData() argument
312 aOutputData.push_back(memfrag); in saveOutputData()
Dpvmf_protocol_engine_internal.h781 …bool saveOutputData(RefCountHTTPEntityUnit &entityUnit, OUTPUT_DATA_QUEUE &aOutputData, uint32 &aT…
/external/opencore/nodes/pvprotocolenginenode/base/src/
Dpvmf_protocol_engine_node.cpp3181 OUTPUT_DATA_QUEUE aOutputData; in handle() local
3182 if (aEvent.iEventData) aOutputData = *((OUTPUT_DATA_QUEUE*)aEvent.iEventData); in handle()
3183 … if (iNode->iNodeOutput) iNode->iNodeOutput->passDownNewOutputData(aOutputData, aEvent.iEventInfo); in handle()