HomeSort by relevance Sort by last modified time
    Searched refs:throwExceptionAsNecessary (Results 1 - 2 of 2) sorted by null

  /frameworks/base/media/jni/
android_media_MediaDrm.cpp 200 static bool throwExceptionAsNecessary(
653 if (throwExceptionAsNecessary(env, err, "Failed to open session")) {
672 throwExceptionAsNecessary(env, err, "Failed to close session");
720 if (throwExceptionAsNecessary(env, err, "Failed to get key request")) {
762 if (throwExceptionAsNecessary(env, err, "Failed to handle key response")) {
782 throwExceptionAsNecessary(env, err, "Failed to remove keys");
805 throwExceptionAsNecessary(env, err, "Failed to restore keys");
821 if (throwExceptionAsNecessary(env, err, "Failed to query key status")) {
843 if (throwExceptionAsNecessary(env, err, "Failed to get provision request")) {
885 throwExceptionAsNecessary(env, err, "Failed to handle provision response")
    [all...]
android_media_MediaCodec.cpp 383 static jint throwExceptionAsNecessary(
463 throwExceptionAsNecessary(env, err);
480 throwExceptionAsNecessary(env, err);
501 throwExceptionAsNecessary(env, err, "start failed");
516 throwExceptionAsNecessary(env, err);
531 throwExceptionAsNecessary(env, err);
556 throwExceptionAsNecessary(
694 throwExceptionAsNecessary(
716 return throwExceptionAsNecessary(env, err);
738 return throwExceptionAsNecessary(env, err)
    [all...]

Completed in 72 milliseconds