HomeSort by relevance Sort by last modified time
    Searched defs:TimerCallback (Results 1 - 7 of 7) sorted by null

  /device/linaro/bootloader/edk2/EmulatorPkg/TimerDxe/
Timer.c 61 TimerCallback (UINT64 DeltaMs)
146 gEmuThunk->SetTimer (0, TimerCallback);
149 gEmuThunk->SetTimer (mTimerPeriodMs, TimerCallback);
209 gEmuThunk->SetTimer (mTimerPeriodMs, TimerCallback);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/DataSink/
DataSink.c 655 // Synchronize with the TimerCallback routine
665 // Release the synchronization with the TimerCallback routine
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/MMCHSDxe/
MMCHS.c 5 present. A TimerCallBack detects when media is inserted or removed and after
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/DataSource/
DataSource.c 591 // Synchronize with the TimerCallback routine
601 // Release the TimerCallback routine synchronization
1105 // Synchronize with the TimerCallback routine
1115 // Release the TimerCallback routine synchronization
    [all...]
  /device/linaro/bootloader/edk2/Omap35xxPkg/MMCHSDxe/
MMCHS.c 5 present. A TimerCallBack detects when media is inserted or removed and after
    [all...]
  /external/v8/include/
v8-inspector.h 207 typedef void (*TimerCallback)(void*);
208 virtual void startRepeatingTimer(double, TimerCallback, void* data) {}
  /external/pdfium/public/
fpdf_formfill.h 325 typedef void (*TimerCallback)(int idEvent);
502 * lpTimerFunc - A pointer to the callback function-TimerCallback.
510 TimerCallback lpTimerFunc);
    [all...]

Completed in 276 milliseconds