Lines Matching refs:mInflightBuffers
1037 if (!mInflightBuffers.empty()) { in configureStreams()
1039 __FUNCTION__, mInflightBuffers.size()); in configureStreams()
1224 auto& bufCache = mInflightBuffers[key] = camera3_stream_buffer_t{}; in processOneCaptureRequest()
1237 auto& bufCache = mInflightBuffers[key] = camera3_stream_buffer_t{}; in processOneCaptureRequest()
1271 mInflightBuffers.erase(key); in processOneCaptureRequest()
1275 mInflightBuffers.erase(key); in processOneCaptureRequest()
1304 if (!mInflightBuffers.empty()) { in close()
1306 __FUNCTION__, mInflightBuffers.size()); in close()
1358 if (mInflightBuffers.count(key) != 1) { in constructCaptureResult()
1369 if (mInflightBuffers.count(key) != 1) { in constructCaptureResult()
1487 mInflightBuffers.erase(key); in constructCaptureResult()
1493 mInflightBuffers.erase(key); in constructCaptureResult()
1496 if (mInflightBuffers.empty()) { in constructCaptureResult()