Home
last modified time | relevance | path

Searched refs:gCryptoErrorCodes (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/media/jni/
Dandroid_media_MediaCodec.cpp69 } 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()
[all …]