Searched refs:mInflightFrames (Results 1 – 5 of 5) sorted by relevance
260 inflightFrames = mInflightFrames; in dumpState()738 mInflightFrames.insert(halReq->frameNumber); in processOneCaptureRequest()815 mInflightFrames.erase(req->frameNumber); in processCaptureRequestError()877 mInflightFrames.erase(req->frameNumber); in processCaptureResult()2320 if (!mInflightFrames.empty()) { in configureStreams()2322 __FUNCTION__, mInflightFrames.size()); in configureStreams()
306 if (!mInflightFrames.empty()) { in configureStreams()308 __FUNCTION__, mInflightFrames.size()); in configureStreams()671 mInflightFrames.insert(halReq->frameNumber); in processOneCaptureRequest()872 mInflightFrames.clear(); in switchToOffline()1739 mInflightFrames.erase(req->frameNumber); in processCaptureRequestError()1803 mInflightFrames.erase(req->frameNumber); in processCaptureResult()1883 inflightFrames = mInflightFrames; in dump()
349 std::unordered_set<uint32_t> mInflightFrames; variable
337 mInflightFrames.clear(); in switchToOffline()
361 std::unordered_set<uint32_t> mInflightFrames; member