Home
last modified time | relevance | path

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

/device/generic/goldfish/camera/fake-pipeline2/
DSensor.cpp104 mGotVSync(false), in Sensor()
182 mGotVSync = false; in waitForVSync()
188 return mGotVSync; in waitForVSync()
259 mGotVSync = true; in threadLoop()
DSensor.h198 bool mGotVSync; variable