Searched defs:mInflightBatches (Results 1 - 1 of 1) sorted by path

/hardware/interfaces/camera/device/3.2/default/
H A DCameraDeviceSession.h232 // Set to true when batch is removed from mInflightBatches
241 // It's possible that the InflightBatch is removed from mInflightBatches before the
257 // Check if the first batch in mInflightBatches is ready to be removed, and remove it if so
277 // Protect access to mInflightBatches, mNumPartialResults and mStreamsToBatch
281 std::deque<std::shared_ptr<InflightBatch>> mInflightBatches; member in class:android::hardware::camera::device::V3_2::implementation::CameraDeviceSession::ResultBatcher

Completed in 27 milliseconds