Searched refs:raiseAndClearException (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/jni/ |
D | android_os_MessageQueue.h | 41 bool raiseAndClearException(JNIEnv* env, const char* msg);
|
D | android_app_NativeActivity.cpp | 212 code->messageQueue->raiseAndClearException(code->env, "finish"); in mainWorkCallback() 217 code->messageQueue->raiseAndClearException(code->env, "setWindowFormat"); in mainWorkCallback() 222 code->messageQueue->raiseAndClearException(code->env, "setWindowFlags"); in mainWorkCallback() 227 code->messageQueue->raiseAndClearException(code->env, "showIme"); in mainWorkCallback() 232 code->messageQueue->raiseAndClearException(code->env, "hideIme"); in mainWorkCallback()
|
D | android_view_DisplayEventReceiver.cpp | 195 mMessageQueue->raiseAndClearException(env, "dispatchVsync"); in dispatchVsync() 206 mMessageQueue->raiseAndClearException(env, "dispatchHotplug"); in dispatchHotplug()
|
D | android_view_InputEventReceiver.cpp | 172 mMessageQueue->raiseAndClearException(env, "handleReceiveCallback"); in handleEvent() 198 mMessageQueue->raiseAndClearException(env, "finishInputEvent"); in handleEvent()
|
D | android_os_MessageQueue.cpp | 56 bool MessageQueue::raiseAndClearException(JNIEnv* env, const char* msg) { in raiseAndClearException() function in android::MessageQueue
|
D | android_view_InputEventSender.cpp | 174 mMessageQueue->raiseAndClearException(env, "handleReceiveCallback"); in handleEvent()
|