Searched refs:convSession (Results 1 – 1 of 1) sorted by relevance
79 FwdLockConv_CloseSession(convSession->uniqueId, &(convSession->output)); in ~FwdLockEngine()414 ConvertSession *convSession = convertSessionMap.getValue(convertId); local416 if (NULL != convSession) {417 retStatus = FwdLockConv_ConvertData(convSession->uniqueId,420 &(convSession->output));424 if (convSession->output.fromConvertData.numBytes > 0) {435 offset = convSession->output.fromConvertData.errorPos;451 ConvertSession *convSession = convertSessionMap.getValue(convertId); local453 if (NULL != convSession) {454 retStatus = FwdLockConv_CloseSession(convSession->uniqueId, &(convSession->output));[all …]