Home
last modified time | relevance | path

Searched refs:msToNs (Results 1 – 2 of 2) sorted by relevance

/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/metric/
DLoopSummary.java244 long targetFrameTime = mRequirements == null ? 0 : msToNs(mRequirements.getFrameTime()); in build()
270 long targetFrameTime = msToNs(mRequirements.getFrameTime());
282 private static long msToNs(float value) { in msToNs() method in LoopSummary.Builder
DMetricSummary.java163 private static long msToNs(float value) { in msToNs() method in MetricSummary