Home
last modified time | relevance | path

Searched refs:now_ms (Results 1 – 5 of 5) sorted by relevance

/development/ndk/samples/hello-neon/jni/
Dhelloneon.c35 now_ms(void) in now_ms() function
99 t0 = now_ms(); in Java_com_example_neon_HelloNeon_stringFromJNI()
106 t1 = now_ms(); in Java_com_example_neon_HelloNeon_stringFromJNI()
134 t0 = now_ms(); in Java_com_example_neon_HelloNeon_stringFromJNI()
141 t1 = now_ms(); in Java_com_example_neon_HelloNeon_stringFromJNI()
/development/perftests/panorama/feature_stab/src/dbreg/
Ddbreg.cpp387 iTimer1 = now_ms(); in AddFrame()
392 iTimer2 = now_ms(); in AddFrame()
400 iTimer1 = now_ms(); in AddFrame()
412 iTimer2 = now_ms(); in AddFrame()
434 iTimer1 = now_ms(); in AddFrame()
442 iTimer2 = now_ms(); in AddFrame()
Ddbreg.h572 now_ms(void) in now_ms() function
/development/ndk/platforms/android-8/samples/bitmap-plasma/jni/
Dplasma.c37 static double now_ms(void) in now_ms() function
290 s->lastTime = now_ms(); in stats_init()
299 s->frameTime = now_ms(); in stats_startFrame()
305 double now = now_ms(); in stats_endFrame()
/development/ndk/platforms/android-9/samples/native-plasma/jni/
Dplasma.c42 static double now_ms(void) in now_ms() function
299 s->lastTime = now_ms(); in stats_init()
308 s->frameTime = now_ms(); in stats_startFrame()
314 double now = now_ms(); in stats_endFrame()