Searched refs:ACTION_CODE_FATAL (Results 1 - 7 of 7) sorted by relevance

/frameworks/av/include/media/stagefright/
H A DMediaErrors.h118 ACTION_CODE_FATAL, enumerator in enum:android::ActionCode
/frameworks/av/media/libstagefright/include/media/stagefright/
H A DMediaErrors.h118 ACTION_CODE_FATAL, enumerator in enum:android::ActionCode
/frameworks/base/media/jni/
H A Dandroid_media_MediaCodec.cpp1015 JNIEnv *env, status_t err, int32_t actionCode = ACTION_CODE_FATAL,
1271 env, BAD_VALUE, ACTION_CODE_FATAL, "input surface not valid");
1315 throwExceptionAsNecessary(env, err, ACTION_CODE_FATAL, "start failed");
1393 env, err, ACTION_CODE_FATAL, errorDetailMsg.empty() ? NULL : errorDetailMsg.c_str());
1558 env, err, ACTION_CODE_FATAL, errorDetailMsg.empty() ? NULL : errorDetailMsg.c_str());
1014 throwExceptionAsNecessary( JNIEnv *env, status_t err, int32_t actionCode = ACTION_CODE_FATAL, const char *msg = NULL) argument
/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp1794 if (actionCode == ACTION_CODE_FATAL) {
1800 setState(actionCode == ACTION_CODE_FATAL ?
1807 if (actionCode == ACTION_CODE_FATAL) {
1813 setState(actionCode == ACTION_CODE_FATAL ?
1848 if (actionCode == ACTION_CODE_FATAL) {
1901 actionCode = ACTION_CODE_FATAL;
2586 onError(DEAD_OBJECT, ACTION_CODE_FATAL);
H A DACodec.cpp5439 mCallback->onError(internalError, ACTION_CODE_FATAL);
/frameworks/av/media/libstagefright/filters/
H A DMediaFilter.cpp207 mCallback->onError(error, ACTION_CODE_FATAL);
/frameworks/av/media/libmedia/
H A DNdkWrapper.cpp157 return ACTION_CODE_FATAL;

Completed in 737 milliseconds