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

/frameworks/base/core/jni/
H A Dandroid_media_RemoteDisplay.cpp79 checkAndClearExceptionFromCallback(env, "notifyDisplayConnected");
87 checkAndClearExceptionFromCallback(env, "notifyDisplayDisconnected");
95 checkAndClearExceptionFromCallback(env, "notifyDisplayError");
101 static void checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { function in class:android::NativeRemoteDisplayClient
/frameworks/base/services/core/jni/
H A Dcom_android_server_UsbHostManager.cpp48 static void checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { function in namespace:android
84 checkAndClearExceptionFromCallback(env, __FUNCTION__);
102 checkAndClearExceptionFromCallback(env, __FUNCTION__);
H A Dcom_android_server_input_InputManagerService.cpp315 static bool checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName);
377 bool NativeInputManager::checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { function in class:android::NativeInputManager
471 if (!checkAndClearExceptionFromCallback(env, "getVirtualKeyQuietTimeMillis")) {
478 if (!checkAndClearExceptionFromCallback(env, "getExcludedDeviceNames") && excludedDeviceNames) {
492 if (!checkAndClearExceptionFromCallback(env, "getHoverTapTimeout")) {
495 if (!checkAndClearExceptionFromCallback(env, "getDoubleTapTimeout")) {
498 if (!checkAndClearExceptionFromCallback(env, "getLongPressTimeout")) {
514 if (!checkAndClearExceptionFromCallback(env, "getHoverTapSlop")) {
565 if (checkAndClearExceptionFromCallback(env, "getPointerLayer")) {
600 checkAndClearExceptionFromCallback(en
[all...]
H A Dcom_android_server_location_GnssLocationProvider.cpp266 static void checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { function in namespace:android
421 checkAndClearExceptionFromCallback(env, __FUNCTION__);
440 checkAndClearExceptionFromCallback(env, __FUNCTION__);
448 checkAndClearExceptionFromCallback(env, __FUNCTION__);
504 checkAndClearExceptionFromCallback(env, __FUNCTION__);
519 checkAndClearExceptionFromCallback(env, __FUNCTION__);
528 checkAndClearExceptionFromCallback(env, __FUNCTION__);
545 checkAndClearExceptionFromCallback(env, __FUNCTION__);
552 checkAndClearExceptionFromCallback(env, __FUNCTION__);
562 checkAndClearExceptionFromCallback(en
[all...]
H A Dcom_android_server_power_PowerManagerService.cpp73 static bool checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { function in namespace:android
170 checkAndClearExceptionFromCallback(env, "userActivityFromNative");
H A Dcom_android_server_hdmi_HdmiCecController.cpp153 checkAndClearExceptionFromCallback(env, __FUNCTION__);
164 checkAndClearExceptionFromCallback(env, __FUNCTION__);
168 static void checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { function in class:android::HdmiCecEventHandler
/frameworks/base/media/jni/
H A Dandroid_mtp_MtpDatabase.cpp199 static void checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { function
256 checkAndClearExceptionFromCallback(env, __FUNCTION__);
264 checkAndClearExceptionFromCallback(env, __FUNCTION__);
276 checkAndClearExceptionFromCallback(env, __FUNCTION__);
295 checkAndClearExceptionFromCallback(env, __FUNCTION__);
306 checkAndClearExceptionFromCallback(env, __FUNCTION__);
324 checkAndClearExceptionFromCallback(env, __FUNCTION__);
342 checkAndClearExceptionFromCallback(env, __FUNCTION__);
360 checkAndClearExceptionFromCallback(env, __FUNCTION__);
378 checkAndClearExceptionFromCallback(en
[all...]
H A Dandroid_media_MediaScanner.cpp51 static status_t checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { function
164 return checkAndClearExceptionFromCallback(mEnv, "scanFile");
201 return checkAndClearExceptionFromCallback(mEnv, "handleStringTag");
216 return checkAndClearExceptionFromCallback(mEnv, "setMimeType");

Completed in 2739 milliseconds