Searched refs:NormalDataFlowHandler (Results 1 – 3 of 3) sorted by relevance
2199 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()
425 friend class NormalDataFlowHandler; variable
855 class NormalDataFlowHandler : public PVProtocolEngineNodeInternalEventHandler861 …NormalDataFlowHandler(PVMFProtocolEngineNode *aNode) : PVProtocolEngineNodeInternalEventHandler(aN… in NormalDataFlowHandler() function