Lines Matching defs:checkAndClearExceptionFromCallback

254     static bool checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName);
298 bool NativeInputManager::checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) {
353 if (!checkAndClearExceptionFromCallback(env, "getVirtualKeyQuietTimeMillis")) {
360 if (!checkAndClearExceptionFromCallback(env, "getExcludedDeviceNames") && excludedDeviceNames) {
374 if (!checkAndClearExceptionFromCallback(env, "getHoverTapTimeout")) {
377 if (!checkAndClearExceptionFromCallback(env, "getDoubleTapTimeout")) {
380 if (!checkAndClearExceptionFromCallback(env, "getLongPressTimeout")) {
396 if (!checkAndClearExceptionFromCallback(env, "getHoverTapSlop")) {
433 if (!checkAndClearExceptionFromCallback(env, "getPointerIcon")) {
455 if (checkAndClearExceptionFromCallback(env, "getPointerLayer")) {
489 checkAndClearExceptionFromCallback(env, "notifyInputDevicesChanged");
511 checkAndClearExceptionFromCallback(env, "getKeyboardLayoutOverlay");
526 checkAndClearExceptionFromCallback(env, "getDeviceAlias");
541 checkAndClearExceptionFromCallback(env, "notifySwitch");
552 checkAndClearExceptionFromCallback(env, "notifyConfigurationChanged");
570 if (checkAndClearExceptionFromCallback(env, "notifyANR")) {
593 checkAndClearExceptionFromCallback(env, "notifyInputChannelBroken");
604 if (!checkAndClearExceptionFromCallback(env, "getKeyRepeatTimeout")) {
610 if (!checkAndClearExceptionFromCallback(env, "getKeyRepeatDelay")) {
764 if (checkAndClearExceptionFromCallback(env, "filterInputEvent")) {
789 if (checkAndClearExceptionFromCallback(env, "interceptKeyBeforeQueueing")) {
833 if (checkAndClearExceptionFromCallback(env,
889 bool error = checkAndClearExceptionFromCallback(env, "interceptKeyBeforeDispatching");
922 if (checkAndClearExceptionFromCallback(env, "dispatchUnhandledKey")) {
955 if (checkAndClearExceptionFromCallback(env, "checkInjectEventsPermission")) {