Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libdisplay/
Dshared_buffer_helpers.cpp40 const auto current_time_ns = GetSystemClockNs(); in TryMapping() local
41 if ((current_time_ns - last_display_service_connection_ns_) < in TryMapping()
46 last_display_service_connection_ns_ = current_time_ns; in TryMapping()