Lines Matching refs:mInflightRawBoostPresent
1052 if (!mInflightRawBoostPresent.empty()) { in configureStreams()
1055 mInflightRawBoostPresent.size()); in configureStreams()
1313 if (!mInflightRawBoostPresent.empty()) { in close()
1316 mInflightRawBoostPresent.size()); in close()
1391 mInflightRawBoostPresent[frameNumber] = true; in constructCaptureResult()
1393 auto entry = mInflightRawBoostPresent.find(frameNumber); in constructCaptureResult()
1394 if (mInflightRawBoostPresent.end() == entry) { in constructCaptureResult()
1395 mInflightRawBoostPresent[frameNumber] = false; in constructCaptureResult()
1400 if (!mInflightRawBoostPresent[frameNumber]) { in constructCaptureResult()
1412 mInflightRawBoostPresent.erase(frameNumber); in constructCaptureResult()
1613 auto boostEntry = d->mInflightRawBoostPresent.find( in sNotify()
1615 if (d->mInflightRawBoostPresent.end() != boostEntry) { in sNotify()
1616 d->mInflightRawBoostPresent.erase( in sNotify()