Home
last modified time | relevance | path

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

/aosp12/frameworks/base/media/jni/
H A Dandroid_media_MediaCodec.cpp1294 std::string defaultMsg = "Unknown Error"; in throwCryptoException() local
1300 defaultMsg = "Crypto key not available"; in throwCryptoException()
1304 defaultMsg = "License expired"; in throwCryptoException()
1308 defaultMsg = "Resource busy or unavailable"; in throwCryptoException()
1312 defaultMsg = "Required output protections are not active"; in throwCryptoException()
1316 defaultMsg = "Attempted to use a closed session"; in throwCryptoException()
1320 defaultMsg = "Required security level is not met"; in throwCryptoException()
1324 defaultMsg = "Operation not supported in this configuration"; in throwCryptoException()
1328 defaultMsg = "Decrytped frame exceeds size of output buffer"; in throwCryptoException()
1336 defaultMsg = StrCryptoError(err); in throwCryptoException()
[all …]