OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:raiseException
(Results
1 - 3
of
3
) 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.h
35
* and calls
raiseException
() to ensure the exception will be raised when
55
virtual void
raiseException
(JNIEnv* env, const char* msg, jthrowable exceptionObj) = 0;
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 312 milliseconds