Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/camera/
Dvsock_frame_provider.cpp63 lock, timeout, [this, now] { return timestamp_.load() > now; }); in waitYUVFrame()
160 timestamp_ = systemTime(); in VsockReadLoop()
Dvsock_frame_provider.h58 std::atomic<nsecs_t> timestamp_; variable