Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedSensor.h368 bool WaitForVSyncLocked(nsecs_t reltime);
DEmulatedSensor.cpp542 bool EmulatedSensor::WaitForVSyncLocked(nsecs_t reltime) { in WaitForVSyncLocked() function in android::EmulatedSensor
558 return WaitForVSyncLocked(reltime); in WaitForVSync()
563 auto ret = WaitForVSyncLocked(kSupportedFrameDurationRange[1]); in Flush()