Searched defs:tick (Results 1 - 2 of 2) sorted by relevance

/development/ndk/platforms/android-3/include/linux/
H A Dtimex.h47 long tick; member in struct:timex
/development/ndk/platforms/android-4/samples/san-angeles/jni/
H A Ddemo.c750 /* The tick is current time in milliseconds, width and height
753 void appRender(long tick, int width, int height) argument
756 sStartTick = tick;
760 // Actual tick value is "blurred" a little bit.
761 sTick = (sTick + tick - sStartTick) >> 1;

Completed in 4 milliseconds