OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mInflightBatch
(Results
1 - 2
of
2
) sorted by null
/hardware/interfaces/camera/device/1.0/default/
CameraDevice.cpp
472
size_t inflightSize =
mInflightBatch
.size();
480
mInflightBatch
.push_back({handle, memId, index, timestamp});
483
if (
mInflightBatch
.size() >= batchSize) {
485
(DataCallbackMsg) mBatchMsgType,
mInflightBatch
);
486
mInflightBatch
.clear();
[
all
...]
CameraDevice_1_0.h
178
std::vector<HandleTimestampMessage>
mInflightBatch
;
Completed in 1637 milliseconds