Searched refs:throwExceptionAsNecessary (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/media/jni/
H A Dandroid_media_MediaSync.cpp146 static void throwExceptionAsNecessary( function
176 throwExceptionAsNecessary(env, INVALID_OPERATION);
186 throwExceptionAsNecessary(env, BAD_VALUE, "The surface has been released");
194 throwExceptionAsNecessary(
199 throwExceptionAsNecessary(env, BAD_VALUE, msg.c_str());
209 throwExceptionAsNecessary(env, INVALID_OPERATION);
217 throwExceptionAsNecessary(env, BAD_VALUE, "The audio track has been released");
225 throwExceptionAsNecessary(
230 throwExceptionAsNecessary(env, BAD_VALUE, msg.c_str());
240 throwExceptionAsNecessary(en
[all...]
H A Dandroid_media_MediaCodec.cpp889 static jint throwExceptionAsNecessary( function
930 throwExceptionAsNecessary(env, INVALID_OPERATION);
936 throwExceptionAsNecessary(env, err);
946 throwExceptionAsNecessary(env, INVALID_OPERATION);
952 throwExceptionAsNecessary(env, err);
965 throwExceptionAsNecessary(env, INVALID_OPERATION);
998 throwExceptionAsNecessary(env, err);
1008 throwExceptionAsNecessary(env, INVALID_OPERATION);
1027 throwExceptionAsNecessary(env, err);
1131 throwExceptionAsNecessary(en
[all...]
H A Dandroid_media_MediaDrm.cpp260 static bool throwExceptionAsNecessary( function in namespace:android
762 if (throwExceptionAsNecessary(env, err, "Failed to open session")) {
781 throwExceptionAsNecessary(env, err, "Failed to close session");
834 if (throwExceptionAsNecessary(env, err, "Failed to get key request")) {
895 if (throwExceptionAsNecessary(env, err, "Failed to handle key response")) {
915 throwExceptionAsNecessary(env, err, "Failed to remove keys");
938 throwExceptionAsNecessary(env, err, "Failed to restore keys");
954 if (throwExceptionAsNecessary(env, err, "Failed to query key status")) {
986 if (throwExceptionAsNecessary(env, err, "Failed to get provision request")) {
1043 throwExceptionAsNecessary(en
[all...]

Completed in 125 milliseconds