Home | History | Annotate | Download | only in DisplayEngineDxe

Lines Matching refs:RefreshIntervalEvent

3745   EFI_EVENT          RefreshIntervalEvent;

3763 RefreshIntervalEvent = NULL;
3877 Status = gBS->CreateEvent (EVT_TIMER | EVT_NOTIFY_SIGNAL, TPL_CALLBACK, RefreshTimeOutProcess, &EventContext, &RefreshIntervalEvent);
3883 gBS->SignalEvent (RefreshIntervalEvent);
3885 Status = gBS->SetTimer (RefreshIntervalEvent, TimerPeriodic, ONE_SECOND);
3913 gBS->CloseEvent (RefreshIntervalEvent);