Home
last modified time | relevance | path

Searched refs:resultIt (Results 1 – 1 of 1) sorted by relevance

/hardware/google/graphics/common/libhwc2.1/libdevice/
DHistogramDevice.cpp1115 auto resultIt = blobsList.end(); in getMatchBlobId() local
1119 resultIt = it; in getMatchBlobId()
1124 if (resultIt == blobsList.end()) return 0; in getMatchBlobId()
1127 if (resultIt != blobsList.begin()) { in getMatchBlobId()
1129 blobsList.splice(blobsList.begin(), blobsList, resultIt, std::next(resultIt)); in getMatchBlobId()