Lines Matching refs:gCryptoErrorCodes
69 } gCryptoErrorCodes; variable
854 err = gCryptoErrorCodes.cryptoErrorNoKey; in throwCryptoException()
858 err = gCryptoErrorCodes.cryptoErrorKeyExpired; in throwCryptoException()
862 err = gCryptoErrorCodes.cryptoErrorResourceBusy; in throwCryptoException()
866 err = gCryptoErrorCodes.cryptoErrorInsufficientOutputProtection; in throwCryptoException()
870 err = gCryptoErrorCodes.cryptoErrorSessionNotOpened; in throwCryptoException()
874 err = gCryptoErrorCodes.cryptoErrorUnsupportedOperation; in throwCryptoException()
1758 gCryptoErrorCodes.cryptoErrorNoKey = in android_media_MediaCodec_native_init()
1763 gCryptoErrorCodes.cryptoErrorKeyExpired = in android_media_MediaCodec_native_init()
1768 gCryptoErrorCodes.cryptoErrorResourceBusy = in android_media_MediaCodec_native_init()
1773 gCryptoErrorCodes.cryptoErrorInsufficientOutputProtection = in android_media_MediaCodec_native_init()
1778 gCryptoErrorCodes.cryptoErrorSessionNotOpened = in android_media_MediaCodec_native_init()
1783 gCryptoErrorCodes.cryptoErrorUnsupportedOperation = in android_media_MediaCodec_native_init()