Home
last modified time | relevance | path

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

/device/generic/goldfish/camera/
DEmulatedFakeCamera2.cpp803 bool readoutDone; in threadLoop() local
804 readoutDone = mParent->mReadoutThread->waitForReady(kWaitPerLoop); in threadLoop()
805 if (!readoutDone) return true; in threadLoop()
/device/google/cuttlefish/guest/hals/camera/
DEmulatedFakeCamera2.cpp800 bool readoutDone; in threadLoop() local
801 readoutDone = mParent->mReadoutThread->waitForReady(kWaitPerLoop); in threadLoop()
802 if (!readoutDone) return true; in threadLoop()