Home
last modified time | relevance | path

Searched refs:aEOSArrived (Results 1 – 2 of 2) sorted by relevance

/external/opencore/nodes/pvprotocolenginenode/protocol_common/src/
Dpvmf_protocol_engine_node_common.cpp436 bool aEOSArrived = iInterfacingObjectContainer->isEOSAchieved(); in handleProtocolStateComplete() local
444 if (aEOSArrived && iInterfacingObjectContainer->getOutputPortConnect()) in handleProtocolStateComplete()
/external/opencore/nodes/pvprotocolenginenode/base/src/
Dpvmf_protocol_engine_node.cpp3198 bool aEOSArrived = iNode->iInterfacingObjectContainer->isEOSAchieved(); in handle() local
3201 …Node->iInterfaceState, (uint32)aSessionDone, (uint32)aDownloadStreamingDone, (uint32)aEOSArrived)); in handle()
3205 OSCL_UNUSED_ARG(aEOSArrived); in handle()