OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:throwExceptionAsNecessary
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/media/jni/
android_media_MediaSync.cpp
146
static void
throwExceptionAsNecessary
(
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
(env, INVALID_OPERATION)
[
all
...]
android_media_MediaCodec.cpp
889
static jint
throwExceptionAsNecessary
(
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);
[
all
...]
android_media_MediaDrm.cpp
260
static bool
throwExceptionAsNecessary
(
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")) {
[
all
...]
Completed in 296 milliseconds