Home
last modified time | relevance | path

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

/device/generic/goldfish/camera/fake-pipeline2/
DSensor.cpp110 mGotVSync(false), in Sensor()
188 mGotVSync = false; in waitForVSync()
194 return mGotVSync; in waitForVSync()
265 mGotVSync = true; in threadLoop()
DSensor.h199 bool mGotVSync; variable