Home
last modified time | relevance | path

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

/hardware/google/camera/common/hal/google_camera_hal/
Dcamera_device_session.cc291 int64_t current_timestamp_ns = result.message.shutter.timestamp_ns; in Notify() local
293 timestamp_ns_diff = current_timestamp_ns - last_timestamp_ns_for_trace_; in Notify()
296 last_timestamp_ns_for_trace_ = current_timestamp_ns; in Notify()