Home
last modified time | relevance | path

Searched refs:iEventId (Results 1 – 7 of 7) sorted by relevance

/external/sonivox/jet_tools/JetCreator/
DJetSegGraph.py50 def __init__(self, sEventType, iEventId, sName, sStartMbt, sEndMbt, iStartMeasure, ppqn): argument
52 self.iEventId = iEventId
169 def AddMarker(self, sEventType, iEventId, sName, sStartMbt, sEndMbt, iStartMeasure, ppqn): argument
173 … self.Markers.append(Marker(sEventType, iEventId, sName, sStartMbt, sEndMbt, iStartMeasure, ppqn))
181 self.ClickCallbackFct(Marker.sName, Marker.iEventId)
DJetPreview.py55 def GraphTriggerClip(self, sClipName, iEventId): argument
59 self.jet.TriggerClip(iEventId)
DJetAudition.py217 def GraphTriggerClip(self, sClipName, iEventId): argument
221 self.jet.TriggerClip(iEventId)
222 self.log.SetValue(JetDefs.PLAY_TRIGGERCLIP_MSG % (iEventId, sClipName))
DJetCreator.py968 def GraphTriggerClip(self, sClipName, iEventId): argument
972 self.jet.TriggerClip(iEventId)
973 self.log.SetValue(JetDefs.PLAY_TRIGGERCLIP_MSG % (iEventId, sClipName))
DJetDialogs.py809 def GraphTriggerClip(self, sClipName, iEventId): argument
812 self.Player.GraphTriggerClip(sClipName, iEventId)
/external/opencore/nodes/pvprotocolenginenode/protocol_common/src/
Dpvmf_protocol_engine_node_common.h609 PVProtocolEngineNodeInternalEventType iEventId; member
614 …PVProtocolEngineNodeInternalEvent() : iEventId(PVProtocolEngineNodeInternalEventType_HttpHeaderAva… in PVProtocolEngineNodeInternalEvent()
622 iEventId = aEventId;
630 iEventId = (PVProtocolEngineNodeInternalEventType)((uint32)sideInfo.iDataType);
636 iEventId = aEventId;
644 iEventId = x.iEventId; in PVProtocolEngineNodeInternalEvent()
652 iEventId = x.iEventId;
/external/opencore/nodes/pvprotocolenginenode/base/src/
Dpvmf_protocol_engine_node.cpp2005 … iInternalEventQueue.size(), (uint32)aEvent.iEventId, (uint32)EVENT_HANDLER_TOTAL)); in DispatchInternalEvent()
2007 … if ((uint32)aEvent.iEventId >= (uint32)PVProtocolEngineNodeInternalEventType_IncomingMessageReady) in DispatchInternalEvent()
2010 iCurrEventHandler = iEventHandlers[(uint32)aEvent.iEventId]; in DispatchInternalEvent()
2023 …if ((uint32)iInternalEventQueue[i].iEventId >= (uint32)PVProtocolEngineNodeInternalEventType_Incom… in IsDataFlowEventAlreadyInQueue()
2941 if (aEvent.iEventId == PVProtocolEngineNodeInternalEventType_ProtocolStateError) in completePendingCommand()
2945 if (!isCurrEventMatchCurrPendingCommand((uint32)aEvent.iEventId)) return false; in completePendingCommand()