Lines Matching refs:gCryptoErrorCodes

110 } gCryptoErrorCodes;  variable
1252 jerr = gCryptoErrorCodes.cryptoErrorNoKey; in CryptoErrorToJavaError()
1256 jerr = gCryptoErrorCodes.cryptoErrorKeyExpired; in CryptoErrorToJavaError()
1260 jerr = gCryptoErrorCodes.cryptoErrorResourceBusy; in CryptoErrorToJavaError()
1264 jerr = gCryptoErrorCodes.cryptoErrorInsufficientOutputProtection; in CryptoErrorToJavaError()
1268 jerr = gCryptoErrorCodes.cryptoErrorSessionNotOpened; in CryptoErrorToJavaError()
1272 jerr = gCryptoErrorCodes.cryptoErrorInsufficientSecurity; in CryptoErrorToJavaError()
1276 jerr = gCryptoErrorCodes.cryptoErrorUnsupportedOperation; in CryptoErrorToJavaError()
1280 jerr = gCryptoErrorCodes.cryptoErrorFrameTooLarge; in CryptoErrorToJavaError()
1284 jerr = gCryptoErrorCodes.cryptoErrorLostState; in CryptoErrorToJavaError()
3661 gCryptoErrorCodes.cryptoErrorNoKey = in android_media_MediaCodec_native_init()
3666 gCryptoErrorCodes.cryptoErrorKeyExpired = in android_media_MediaCodec_native_init()
3671 gCryptoErrorCodes.cryptoErrorResourceBusy = in android_media_MediaCodec_native_init()
3676 gCryptoErrorCodes.cryptoErrorInsufficientOutputProtection = in android_media_MediaCodec_native_init()
3681 gCryptoErrorCodes.cryptoErrorSessionNotOpened = in android_media_MediaCodec_native_init()
3686 gCryptoErrorCodes.cryptoErrorInsufficientSecurity = in android_media_MediaCodec_native_init()
3691 gCryptoErrorCodes.cryptoErrorUnsupportedOperation = in android_media_MediaCodec_native_init()
3696 gCryptoErrorCodes.cryptoErrorFrameTooLarge = in android_media_MediaCodec_native_init()
3701 gCryptoErrorCodes.cryptoErrorLostState = in android_media_MediaCodec_native_init()