Home
last modified time | relevance | path

Searched refs:raiseAndClearException (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/jni/
Dandroid_os_MessageQueue.h41 bool raiseAndClearException(JNIEnv* env, const char* msg);
Dandroid_view_DisplayEventReceiver.cpp98 mMessageQueue->raiseAndClearException(env, "dispatchVsync"); in dispatchVsync()
112 mMessageQueue->raiseAndClearException(env, "dispatchHotplug"); in dispatchHotplug()
Dandroid_app_NativeActivity.cpp236 code->messageQueue->raiseAndClearException(code->env, "finish"); in mainWorkCallback()
241 code->messageQueue->raiseAndClearException(code->env, "setWindowFormat"); in mainWorkCallback()
246 code->messageQueue->raiseAndClearException(code->env, "setWindowFlags"); in mainWorkCallback()
251 code->messageQueue->raiseAndClearException(code->env, "showIme"); in mainWorkCallback()
256 code->messageQueue->raiseAndClearException(code->env, "hideIme"); in mainWorkCallback()
Dandroid_view_InputEventReceiver.cpp172 mMessageQueue->raiseAndClearException(env, "handleReceiveCallback"); in handleEvent()
198 mMessageQueue->raiseAndClearException(env, "finishInputEvent"); in handleEvent()
Dandroid_os_MessageQueue.cpp67 bool MessageQueue::raiseAndClearException(JNIEnv* env, const char* msg) { in raiseAndClearException() function in android::MessageQueue
Dandroid_view_InputEventSender.cpp180 mMessageQueue->raiseAndClearException(env, "handleReceiveCallback"); in handleEvent()