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

  /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();
  /development/ndk/platforms/android-8/samples/bitmap-plasma/jni/
plasma.c 37 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/
plasma.c 42 static double now_ms(void) function
300 s->lastTime = now_ms();
309 s->frameTime = now_ms();
315 double now = now_ms();

Completed in 865 milliseconds