Searched refs:checkAndClearException (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/cmds/hid/jni/ |
D | com_android_commands_hid_Device.cpp | 59 static void checkAndClearException(JNIEnv* env, const char* methodName) { in checkAndClearException() function 99 checkAndClearException(env, "onDeviceError"); in onDeviceError() 105 checkAndClearException(env, "onDeviceOpen"); in onDeviceOpen() 112 checkAndClearException(env, "onDeviceGetReport"); in onDeviceGetReport() 120 checkAndClearException(env, "onDeviceSetReport"); in onDeviceSetReport() 128 checkAndClearException(env, "onDeviceOutput"); in onDeviceOutput()
|
/frameworks/base/core/jni/ |
D | android_window_ScreenCapture.cpp | 72 static void checkAndClearException(JNIEnv* env, const char* methodName) { in checkAndClearException() function 106 checkAndClearException(env, "accept"); in onScreenCaptureCompleted() 119 checkAndClearException(env, "builder"); in onScreenCaptureCompleted() 122 checkAndClearException(env, "accept"); in onScreenCaptureCompleted()
|
/frameworks/base/cmds/uinput/jni/ |
D | com_android_commands_uinput_Device.cpp | 58 static void checkAndClearException(JNIEnv* env, const char* methodName) { in checkAndClearException() function 78 checkAndClearException(env, "onDeviceError"); in onDeviceError() 84 checkAndClearException(env, "onDeviceConfigure"); in onDeviceConfigure() 90 checkAndClearException(env, "onDeviceVibrating"); in onDeviceVibrating()
|