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

  /frameworks/native/opengl/tests/testFramerate/src/com/android/testframerate/
TestFramerateView.java 50 private void registerTime(long now_us) {
52 long elapsedTime_us = now_us - mLastTime_us;
64 mLastTime_us = now_us;
73 long now_us = System.nanoTime() / 1000; local
74 registerTime(now_us);
76 float red = (now_us % 1000000) / 1000000.f;
77 float green = (now_us % 2000000) / 2000000.f;
78 float blue = (now_us % 3000000) / 3000000.f;
  /external/curl/tests/unit/
unit1303.c 63 int now_us; member in struct:timetest
138 NOW(run[i].now_s, run[i].now_us);
  /system/bt/btif/src/
btif_media_task.c 415 uint64_t now_us, uint64_t expected_delta)
420 stats->last_update_us = now_us;
426 if (deadline_us < now_us) {
428 uint64_t delta_us = now_us - deadline_us;
435 stats->total_scheduling_time_us += now_us - last_us;
437 } else if (deadline_us > now_us) {
439 uint64_t delta_us = deadline_us - now_us;
446 stats->total_scheduling_time_us += now_us - last_us;
451 stats->total_scheduling_time_us += now_us - last_us;
462 static void log_tstamps_us(char *comment, uint64_t now_us)
2657 UINT64 now_us = time_now_us(); local
2801 uint64_t now_us = time_now_us(); local
3254 uint64_t now_us = time_now_us(); local
3389 uint64_t now_us = time_now_us(); local
    [all...]
  /external/webrtc/webrtc/modules/pacing/
paced_sender.cc 357 int64_t now_us = clock_->TimeInMicroseconds(); local
359 int64_t elapsed_time_ms = (now_us - time_last_update_us_ + 500) / 1000;
360 time_last_update_us_ = now_us;
  /art/runtime/
profiler.cc 210 uint64_t now_us = start_us; local
218 while (now_us < end_us) {
232 now_us = MicroTime();
253 now_us = MicroTime();
  /system/bt/audio_a2dp_hw/
audio_a2dp_hw.c 171 unsigned long long now_us; local
178 now_us = now.tv_sec*USEC_PER_SEC + now.tv_nsec/1000;
184 DEBUG("[%s] ts %08lld, *diff %08lld, val %d", tag, now_us, diff_us, val);
190 DEBUG("[%s] ts %08lld, diff %08lld, val %d", tag, now_us, diff_us, val);
    [all...]
  /ndk/sources/cxx-stl/gabi++/tests/
dynamic_cast3.cpp 2412 double now_us() { function
    [all...]
dynamic_cast5.cpp 1304 double now_us() { function
    [all...]

Completed in 4409 milliseconds