Lines Matching refs:mInflightRawBoostPresent
1051 if (!mInflightRawBoostPresent.empty()) { in configureStreams()
1054 mInflightRawBoostPresent.size()); in configureStreams()
1312 if (!mInflightRawBoostPresent.empty()) { in close()
1315 mInflightRawBoostPresent.size()); in close()
1390 mInflightRawBoostPresent[frameNumber] = true; in constructCaptureResult()
1392 auto entry = mInflightRawBoostPresent.find(frameNumber); in constructCaptureResult()
1393 if (mInflightRawBoostPresent.end() == entry) { in constructCaptureResult()
1394 mInflightRawBoostPresent[frameNumber] = false; in constructCaptureResult()
1399 if (!mInflightRawBoostPresent[frameNumber]) { in constructCaptureResult()
1411 mInflightRawBoostPresent.erase(frameNumber); in constructCaptureResult()
1612 auto boostEntry = d->mInflightRawBoostPresent.find( in sNotify()
1614 if (d->mInflightRawBoostPresent.end() != boostEntry) { in sNotify()
1615 d->mInflightRawBoostPresent.erase( in sNotify()