Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedSensor.h303 bool WaitForVSync(nsecs_t rel_time);
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_display.c207 static uint64_t wsi_rel_to_abs_time(uint64_t rel_time) in wsi_rel_to_abs_time() argument
212 if (rel_time > UINT64_MAX - current_time) in wsi_rel_to_abs_time()
215 return current_time + rel_time; in wsi_rel_to_abs_time()