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

  /external/pdfium/testing/
embedder_test_mock_delegate.h 17 MOCK_METHOD2(SetTimer, int(int msecs, TimerCallback fn));
embedder_test_timer_handling_delegate.h 28 TimerCallback fn;
40 int SetTimer(int msecs, TimerCallback fn) override {
embedder_test.h 51 virtual int SetTimer(int msecs, TimerCallback fn) { return 0; }
199 TimerCallback fn);
embedder_test.cpp 401 TimerCallback fn) {
  /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);
  /external/pdfium/fpdfsdk/
cfx_systemhandler.h 15 using TimerCallback = void (*)(int32_t idEvent);
66 int32_t SetTimer(int32_t uElapse, TimerCallback lpTimerFunc);
cfx_systemhandler.cpp 129 TimerCallback lpTimerFunc) {
cpdfsdk_formfillenvironment.h 94 int SetTimer(int uElapse, TimerCallback lpTimerFunc);
cpdfsdk_formfillenvironment.cpp 259 TimerCallback lpTimerFunc) {
  /external/v8/include/
v8-inspector.h 209 typedef void (*TimerCallback)(void*);
210 virtual void startRepeatingTimer(double, TimerCallback, void* data) {}
  /external/pdfium/public/
fpdf_formfill.h 328 typedef void (*TimerCallback)(int idEvent);
505 * lpTimerFunc - A pointer to the callback function-TimerCallback.
513 TimerCallback lpTimerFunc);
    [all...]
  /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/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...]

Completed in 326 milliseconds