Home
last modified time | relevance | path

Searched refs:EVENT_HANDLER_TOTAL (Results 1 – 4 of 4) sorted by relevance

/external/opencore/nodes/pvprotocolenginenode/config/linux/
Dpvmf_protocolengine_node_tunables.h80 #ifndef EVENT_HANDLER_TOTAL
81 #define EVENT_HANDLER_TOTAL 9 macro
/external/opencore/nodes/pvprotocolenginenode/base/src/
Dpvmf_protocol_engine_node.cpp103 for (uint32 i = 0; i < EVENT_HANDLER_TOTAL; i++) iEventHandlers[i] = NULL; in PVMFProtocolEngineNode()
2005 … iInternalEventQueue.size(), (uint32)aEvent.iEventId, (uint32)EVENT_HANDLER_TOTAL)); in DispatchInternalEvent()
2008 iCurrEventHandler = iEventHandlers[EVENT_HANDLER_TOTAL-1]; in DispatchInternalEvent()
2199 iEventHandlers[EVENT_HANDLER_TOTAL-1] = OSCL_NEW(NormalDataFlowHandler, (this)); in CreateEventHandlers()
2200 if (!iEventHandlers[EVENT_HANDLER_TOTAL-1]) return false; in CreateEventHandlers()
2222 for (uint32 i = 0; i < EVENT_HANDLER_TOTAL; i++) in DeleteRestObjects()
Dpvmf_protocol_engine_node.h436 PVProtocolEngineNodeInternalEventHandler *iEventHandlers[EVENT_HANDLER_TOTAL];
/external/opencore/nodes/pvprotocolenginenode/protocol_common/src/
Dpvmf_protocol_engine_node_common.h220 #define EVENT_HANDLER_TOTAL 10 macro