Searched refs:now_ms (Results 1 - 3 of 3) sorted by relevance

/development/ndk/samples/hello-neon/jni/
H A Dhelloneon.c35 now_ms(void) function
99 t0 = now_ms();
106 t1 = now_ms();
134 t0 = now_ms();
141 t1 = now_ms();
/development/ndk/platforms/android-8/samples/bitmap-plasma/jni/
H A Dplasma.c37 static double now_ms(void) function
291 s->lastTime = now_ms();
300 s->frameTime = now_ms();
306 double now = now_ms();
/development/ndk/platforms/android-9/samples/native-plasma/jni/
H A Dplasma.c42 static double now_ms(void) function
300 s->lastTime = now_ms();
309 s->frameTime = now_ms();
315 double now = now_ms();

Completed in 66 milliseconds