Searched refs:drmThrowException (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/media/jni/ |
H A D | android_media_MediaDrm.cpp | 267 void drmThrowException(JNIEnv* env, const char *className, const DrmStatus &err, const char *msg) { in drmThrowException() function 479 drmThrowException(env, "android/media/NotProvisionedException", err, msg); in throwExceptionAsNecessary() 482 drmThrowException(env, "android/media/ResourceBusyException", err, msg); in throwExceptionAsNecessary() 485 drmThrowException(env, "android/media/DeniedByServerException", err, msg); in throwExceptionAsNecessary()
|