Searched refs:iterCon (Results 1 – 1 of 1) sorted by relevance
113 auto iterCon = channels_.find(CONTINUOUS_FRAME); in CloseChannel() local114 if (iterCon != channels_.end()) { in CloseChannel()116 ret = iterCon->second->ReleaseSession(); in CloseChannel()157 auto iterCon = dataProcesses_.find(CONTINUOUS_FRAME); in StopCapture() local158 if (iterCon != dataProcesses_.end()) { in StopCapture()160 int32_t ret = iterCon->second->StopCapture(); in StopCapture()