Home
last modified time | relevance | path

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

/device/generic/goldfish/camera/
DEmulatedFakeCamera2.cpp1270 bool gotFrame; in threadLoop() local
1271 gotFrame = mParent->mSensor->waitForNewFrame(kWaitPerLoop, in threadLoop()
1274 if (!gotFrame) return true; in threadLoop()
DEmulatedQemuCamera3.cpp1975 bool gotFrame = in threadLoop() local
1977 if (!gotFrame) { in threadLoop()
DEmulatedFakeCamera3.cpp2520 bool gotFrame = in threadLoop() local
2522 if (!gotFrame) { in threadLoop()
/device/google/cuttlefish/guest/hals/camera/
DEmulatedFakeCamera2.cpp1273 bool gotFrame; in threadLoop() local
1274 gotFrame = mParent->mSensor->waitForNewFrame(kWaitPerLoop, &captureTime); in threadLoop()
1276 if (!gotFrame) return true; in threadLoop()
DEmulatedFakeCamera3.cpp2491 bool gotFrame = mParent->mSensor->waitForNewFrame(kWaitPerLoop, &captureTime); in threadLoop() local
2492 if (!gotFrame) { in threadLoop()