Home
last modified time | relevance | path

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

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