HomeSort by relevance Sort by last modified time
    Searched full:is_high_res1 (Results 1 - 1 of 1) sorted by null

  /ndk/tests/device/issue39680-chrono-resolution/jni/
issue39680-chrono-resolution.cpp 42 bool is_high_res1, is_high_res2, is_high_res3, is_steady; local
44 printClockData<std::chrono::system_clock>(is_high_res1, is_steady);
50 return (is_high_res1 && is_high_res2 && is_high_res3 && is_steady)? 0 : 1;

Completed in 251 milliseconds