Searched refs:checkAndClearExceptionFromCallback (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/services/jni/
H A Dcom_android_server_PowerManagerService.cpp59 static bool checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { function in namespace:android
100 checkAndClearExceptionFromCallback(env, "userActivity");
110 checkAndClearExceptionFromCallback(env, "goToSleep");
H A Dcom_android_server_location_GpsLocationProvider.cpp62 static void checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { function in namespace:android
78 checkAndClearExceptionFromCallback(env, __FUNCTION__);
85 checkAndClearExceptionFromCallback(env, __FUNCTION__);
93 checkAndClearExceptionFromCallback(env, __FUNCTION__);
104 checkAndClearExceptionFromCallback(env, __FUNCTION__);
112 checkAndClearExceptionFromCallback(env, __FUNCTION__);
146 checkAndClearExceptionFromCallback(env, __FUNCTION__);
159 checkAndClearExceptionFromCallback(env, __FUNCTION__);
192 checkAndClearExceptionFromCallback(env, __FUNCTION__);
204 checkAndClearExceptionFromCallback(en
[all...]
H A Dcom_android_server_InputManager.cpp260 static bool checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName);
295 bool NativeInputManager::checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { function in class:android::NativeInputManager
433 if (checkAndClearExceptionFromCallback(env, "filterTouchEvents")) {
448 if (checkAndClearExceptionFromCallback(env, "filterJumpyTouchEvents")) {
463 if (checkAndClearExceptionFromCallback(env, "getVirtualKeyQuietTimeMillis")) {
482 if (! checkAndClearExceptionFromCallback(env, "getVirtualKeyDefinitions")) {
485 if (! checkAndClearExceptionFromCallback(env, "getVirtualKeyDefinitions") && result) {
517 if (! checkAndClearExceptionFromCallback(env, "getInputDeviceCalibration")) {
520 if (! checkAndClearExceptionFromCallback(env, "getInputDeviceCalibration") && result) {
559 if (! checkAndClearExceptionFromCallback(en
[all...]
H A Dcom_android_server_UsbService.cpp51 static void checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { function in namespace:android
/frameworks/base/core/jni/
H A Dandroid_app_NativeActivity.cpp548 static bool checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { function in namespace:android
582 checkAndClearExceptionFromCallback(code->env, "dispatchUnhandledKeyEvent");
592 checkAndClearExceptionFromCallback(code->env, "preDispatchKeyEvent");
598 checkAndClearExceptionFromCallback(code->env, "finish");
603 checkAndClearExceptionFromCallback(code->env, "setWindowFormat");
608 checkAndClearExceptionFromCallback(code->env, "setWindowFlags");
613 checkAndClearExceptionFromCallback(code->env, "showIme");
618 checkAndClearExceptionFromCallback(code->env, "hideIme");

Completed in 385 milliseconds