Home
last modified time | relevance | path

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

/aosp12/hardware/google/camera/common/profiler/
H A Dprofiler.cc52 object_init_boot_time_ = GetBootTimeNs(); in ProfilerImpl()
155 int64_t GetBootTimeNs() const { in GetBootTimeNs() function in google::camera_common::__anone40dfb6d0110::ProfilerImpl
253 frame_rate.start = GetBootTimeNs(); in ProfileFrameRate()
258 frame_rate.end = GetBootTimeNs(); in ProfileFrameRate()
267 realtime_frame_rate.start = GetBootTimeNs(); in ProfileFrameRate()
271 int64_t current = GetBootTimeNs(); in ProfileFrameRate()
303 slot.start += GetBootTimeNs(); in Start()
325 slot.end += GetBootTimeNs(); in End()