Home
last modified time | relevance | path

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

/external/opencore/nodes/pvprotocolenginenode/base/src/
Dpvmf_protocol_engine_node.cpp2199 iEventHandlers[EVENT_HANDLER_TOTAL-1] = OSCL_NEW(NormalDataFlowHandler, (this)); in CreateEventHandlers()
3209 bool NormalDataFlowHandler::handle(PVProtocolEngineNodeInternalEvent &aEvent) in handle()
3236 bool NormalDataFlowHandler::dataFlowContinue(const int32 aStatus) in dataFlowContinue()
3269 inline bool NormalDataFlowHandler::isReadyGotoNextState(const int32 aStatus) in isReadyGotoNextState()
3276 bool NormalDataFlowHandler::flushDataPostProcessing(const int32 aStatusFlushData) in flushDataPostProcessing()
3303 bool NormalDataFlowHandler::handleEOSLogging() in handleEOSLogging()
3328 bool NormalDataFlowHandler::handleEOS(const int32 aStatus) in handleEOS()
3347 bool NormalDataFlowHandler::handleEndOfProcessing(const int32 aStatus) in handleEndOfProcessing()
Dpvmf_protocol_engine_node.h425 friend class NormalDataFlowHandler; variable
/external/opencore/nodes/pvprotocolenginenode/protocol_common/src/
Dpvmf_protocol_engine_node_common.h855 class NormalDataFlowHandler : public PVProtocolEngineNodeInternalEventHandler
861NormalDataFlowHandler(PVMFProtocolEngineNode *aNode) : PVProtocolEngineNodeInternalEventHandler(aN… in NormalDataFlowHandler() function