Searched refs:got_vsync_ (Results 1 – 2 of 2) sorted by relevance
137 EmulatedSensor::EmulatedSensor() : Thread(false), got_vsync_(false) { in EmulatedSensor()404 got_vsync_ = false; in WaitForVSyncLocked()405 while (!got_vsync_) { in WaitForVSyncLocked()413 return got_vsync_; in WaitForVSyncLocked()487 got_vsync_ = true; in threadLoop()
277 bool got_vsync_; variable