Home
last modified time | relevance | path

Searched refs:gotFrame (Results 1 – 5 of 5) sorted by relevance

/device/google/cuttlefish_common/guest/hals/camera/
DEmulatedFakeCamera2.cpp1247 bool gotFrame; in threadLoop() local
1248 gotFrame = mParent->mSensor->waitForNewFrame(kWaitPerLoop, &captureTime); in threadLoop()
1250 if (!gotFrame) return true; in threadLoop()
DEmulatedFakeCamera3.cpp2475 bool gotFrame = mParent->mSensor->waitForNewFrame(kWaitPerLoop, &captureTime); in threadLoop() local
2476 if (!gotFrame) { in threadLoop()
/device/generic/goldfish/camera/
DEmulatedFakeCamera2.cpp1267 bool gotFrame; in threadLoop() local
1268 gotFrame = mParent->mSensor->waitForNewFrame(kWaitPerLoop, in threadLoop()
1271 if (!gotFrame) return true; in threadLoop()
DEmulatedQemuCamera3.cpp1975 bool gotFrame = in threadLoop() local
1977 if (!gotFrame) { in threadLoop()
DEmulatedFakeCamera3.cpp2555 bool gotFrame = in threadLoop() local
2557 if (!gotFrame) { in threadLoop()