OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:raiseException
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
CameraUtilsDecoratorTest.java
44
void
raiseException
() throws Exception;
56
public void
raiseException
() throws Exception {
74
public boolean
raiseException
= false;
86
if (
raiseException
) {
124
mIface.
raiseException
();
158
mDummyListener.
raiseException
= true;
/frameworks/base/core/jni/
android_os_MessageQueue.cpp
38
virtual void
raiseException
(JNIEnv* env, const char* msg, jthrowable exceptionObj);
60
raiseException
(env, msg, exceptionObj);
78
void NativeMessageQueue::
raiseException
(JNIEnv* env, const char* msg, jthrowable exceptionObj) {
90
LOG_ALWAYS_FATAL("
raiseException
() was called when not in a callback, exiting.");
Completed in 63 milliseconds