Lines Matching refs:mInFlightQueue
2400 for (List<Request>::iterator i = mInFlightQueue.begin(); in ~ReadoutThread()
2401 i != mInFlightQueue.end(); i++) { in ~ReadoutThread()
2410 mInFlightQueue.push_back(r); in queueCaptureRequest()
2416 return mInFlightQueue.empty() && !mThreadActive; in isIdle()
2423 while (mInFlightQueue.size() >= kMaxQueueSize) { in waitForReadout()
2448 if (mInFlightQueue.empty()) { in threadLoop()
2459 mCurrentRequest.frameNumber = mInFlightQueue.begin()->frameNumber; in threadLoop()
2460 mCurrentRequest.settings.acquire(mInFlightQueue.begin()->settings); in threadLoop()
2461 mCurrentRequest.buffers = mInFlightQueue.begin()->buffers; in threadLoop()
2462 mCurrentRequest.sensorBuffers = mInFlightQueue.begin()->sensorBuffers; in threadLoop()
2463 mInFlightQueue.erase(mInFlightQueue.begin()); in threadLoop()
2596 if (mInFlightQueue.empty()) { in threadLoop()