Lines Matching refs:jerr
1294 jint jerr = 0; in throwCryptoException() local
1297 jerr = gCryptoErrorCodes.cryptoErrorNoKey; in throwCryptoException()
1301 jerr = gCryptoErrorCodes.cryptoErrorKeyExpired; in throwCryptoException()
1305 jerr = gCryptoErrorCodes.cryptoErrorResourceBusy; in throwCryptoException()
1309 jerr = gCryptoErrorCodes.cryptoErrorInsufficientOutputProtection; in throwCryptoException()
1313 jerr = gCryptoErrorCodes.cryptoErrorSessionNotOpened; in throwCryptoException()
1317 jerr = gCryptoErrorCodes.cryptoErrorInsufficientSecurity; in throwCryptoException()
1321 jerr = gCryptoErrorCodes.cryptoErrorUnsupportedOperation; in throwCryptoException()
1325 jerr = gCryptoErrorCodes.cryptoErrorFrameTooLarge; in throwCryptoException()
1329 jerr = gCryptoErrorCodes.cryptoErrorLostState; in throwCryptoException()
1333 jerr = MediaErrorToJavaError(err); in throwCryptoException()
1345 (jthrowable)env->NewObject(clazz.get(), constructID, jerr, msgObj); in throwCryptoException()