HomeSort by relevance Sort by last modified time
    Searched full:timer_oneshot (Results 1 - 1 of 1) sorted by null

  /development/samples/BrowserPlugin/jni/background/
BackgroundPlugin.cpp 236 static void timer_oneshot(NPP instance, uint32_t timerID);
251 browser->scheduletimer(instance, 100, false, timer_oneshot);
265 static void timer_oneshot(NPP instance, uint32_t timerID) { function

Completed in 2569 milliseconds