Home
last modified time | relevance | path

Searched defs:TimeResult (Results 1 – 2 of 2) sorted by relevance

/aosp12/hardware/google/camera/common/profiler/
H A Dprofiler.cc112 struct TimeResult { struct in google::camera_common::__anone40dfb6d0110::ProfilerImpl
113 std::string node_name;
114 float min_dt;
115 float max_dt;
116 float avg_dt;
117 float avg_count;
118 float fps;
119 float mean_max_stddevs;
120 TimeResult(std::string node_name, float min_dt, float max_dt, float avg_dt, in TimeResult() function
/aosp12/frameworks/base/core/java/android/util/
H A DNtpTrustedTime.java54 public static class TimeResult { class in NtpTrustedTime
59 public TimeResult(long timeMillis, long elapsedRealtimeMillis, long certaintyMillis) { in TimeResult() method in NtpTrustedTime.TimeResult