Home
last modified time | relevance | path

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

/frameworks/base/media/jni/
Dandroid_media_MediaCodec.cpp1293 static jthrowable createCryptoException(JNIEnv *env, status_t err, in createCryptoException() function
1423 obj = (jobject)createCryptoException(env, err, errorDetail.c_str(), NULL, msg); in handleCallback()
1618 jthrowable exception = createCryptoException( in throwCryptoException()