Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedSensor.h298 bool got_vsync_; variable
DEmulatedSensor.cpp138 EmulatedSensor::EmulatedSensor() : Thread(false), got_vsync_(false) { in EmulatedSensor()
543 got_vsync_ = false; in WaitForVSyncLocked()
544 while (!got_vsync_) { in WaitForVSyncLocked()
552 return got_vsync_; in WaitForVSyncLocked()
626 got_vsync_ = true; in threadLoop()