HomeSort by relevance Sort by last modified time
    Searched refs:now_ms (Results 1 - 16 of 16) sorted by null

  /system/extras/tests/bionic/libc/common/
bench_stdio.c 46 now_ms(void) function
71 double time_ms = now_ms(); \
73 time_ms = now_ms() - time_ms; \
  /development/ndk/samples/hello-neon/jni/
helloneon.c 35 now_ms(void) function
99 t0 = now_ms();
106 t1 = now_ms();
134 t0 = now_ms();
141 t1 = now_ms();
  /packages/apps/Camera/jni/
feature_mos_jni.cpp 72 #ifndef now_ms
74 now_ms(void) function
100 t0 = now_ms();
115 t1 = now_ms();
196 t0 = now_ms();
199 t1 = now_ms();
368 t0 = now_ms();
420 t0 = now_ms();
435 t0 = now_ms();
527 t0 = now_ms();
    [all...]
mosaic_renderer_jni.cpp 676 #ifndef now_ms
679 now_ms(void) function
702 t0 = now_ms();
715 t0 = now_ms();
  /packages/apps/Camera2/jni/
feature_mos_jni.cpp 72 #ifndef now_ms
74 now_ms(void) function
100 t0 = now_ms();
115 t1 = now_ms();
196 t0 = now_ms();
199 t1 = now_ms();
368 t0 = now_ms();
420 t0 = now_ms();
435 t0 = now_ms();
527 t0 = now_ms();
    [all...]
mosaic_renderer_jni.cpp 676 #ifndef now_ms
679 now_ms(void) function
702 t0 = now_ms();
715 t0 = now_ms();
  /packages/apps/LegacyCamera/jni/
feature_mos_jni.cpp 72 #ifndef now_ms
74 now_ms(void) function
100 t0 = now_ms();
115 t1 = now_ms();
196 t0 = now_ms();
199 t1 = now_ms();
368 t0 = now_ms();
420 t0 = now_ms();
435 t0 = now_ms();
527 t0 = now_ms();
    [all...]
mosaic_renderer_jni.cpp 639 #ifndef now_ms
642 now_ms(void) function
665 t0 = now_ms();
678 t0 = now_ms();
  /packages/apps/Camera/jni/feature_stab/src/dbreg/
dbreg.cpp 387 iTimer1 = now_ms();
392 iTimer2 = now_ms();
400 iTimer1 = now_ms();
412 iTimer2 = now_ms();
434 iTimer1 = now_ms();
442 iTimer2 = now_ms();
dbreg.h 572 now_ms(void) function
  /packages/apps/Camera2/jni/feature_stab/src/dbreg/
dbreg.cpp 387 iTimer1 = now_ms();
392 iTimer2 = now_ms();
400 iTimer1 = now_ms();
412 iTimer2 = now_ms();
434 iTimer1 = now_ms();
442 iTimer2 = now_ms();
dbreg.h 572 now_ms(void) function
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
dbreg.cpp 387 iTimer1 = now_ms();
392 iTimer2 = now_ms();
400 iTimer1 = now_ms();
412 iTimer2 = now_ms();
434 iTimer1 = now_ms();
442 iTimer2 = now_ms();
dbreg.h 572 now_ms(void) function
  /development/ndk/platforms/android-8/samples/bitmap-plasma/jni/
plasma.c 37 static double now_ms(void) function
290 s->lastTime = now_ms();
299 s->frameTime = now_ms();
305 double now = now_ms();
  /development/ndk/platforms/android-9/samples/native-plasma/jni/
plasma.c 42 static double now_ms(void) function
299 s->lastTime = now_ms();
308 s->frameTime = now_ms();
314 double now = now_ms();

Completed in 638 milliseconds