Home | History | Annotate | Download | only in camera

Lines Matching refs:mInFlightQueue

1847     for (List<Request>::iterator i = mInFlightQueue.begin();
1848 i != mInFlightQueue.end(); i++) {
1857 mInFlightQueue.push_back(r);
1863 return mInFlightQueue.empty() && !mThreadActive;
1870 while (mInFlightQueue.size() >= kMaxQueueSize) {
1896 if (mInFlightQueue.empty()) {
1908 mCurrentRequest.frameNumber = mInFlightQueue.begin()->frameNumber;
1909 mCurrentRequest.settings.acquire(mInFlightQueue.begin()->settings);
1910 mCurrentRequest.buffers = mInFlightQueue.begin()->buffers;
1911 mCurrentRequest.sensorBuffers = mInFlightQueue.begin()->sensorBuffers;
1912 mInFlightQueue.erase(mInFlightQueue.begin());
1998 if (mInFlightQueue.empty()) {