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

  /frameworks/native/libs/vr/libdisplay/
shared_buffer_helpers.cpp 40 const auto current_time_ns = GetSystemClockNs(); local
41 if ((current_time_ns - last_display_service_connection_ns_) <
46 last_display_service_connection_ns_ = current_time_ns;
  /test/vts/runners/target/gtest/
gtest_main.cpp 673 int64_t current_time_ns = NanoTime(); local
675 (current_time_ns - child_proc.start_time_ns) / 1000000;
710 int64_t current_time_ns = NanoTime(); local
713 if (child_proc_list[i].deadline_end_time_ns <= current_time_ns) {
716 child_proc_list[i].end_time_ns = current_time_ns;
    [all...]
  /bionic/tests/
gtest_main.cpp 721 int64_t current_time_ns = NanoTime(); local
722 int64_t run_time_ms = (current_time_ns - child_proc.start_time_ns) / 1000000;
755 int64_t current_time_ns = NanoTime(); local
758 if (child_proc_list[i].deadline_end_time_ns <= current_time_ns) {
761 child_proc_list[i].end_time_ns = current_time_ns;
    [all...]

Completed in 214 milliseconds