Searched refs:tick (Results 1 - 6 of 6) sorted by relevance

/development/ndk/platforms/android-4/samples/san-angeles/jni/
H A Dapp.h43 extern void appRender(long tick, int width, int height);
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;
/development/ndk/platforms/android-3/include/linux/
H A Dtimex.h47 long tick; member in struct:timex
/development/tools/labpretest/
H A Dlabpretest.sh77 local tick
88 tick=$[$TARGET - $battery]
89 echo "battery charge level is $battery, sleeping for $tick seconds"
/development/ndk/platforms/android-14/include/SLES/
H A DOpenSLES.h2030 SLuint32 tick,
2040 SLuint32 tick,
/development/ndk/platforms/android-9/include/SLES/
H A DOpenSLES.h2030 SLuint32 tick,
2040 SLuint32 tick,

Completed in 226 milliseconds