Searched defs:checkAndClearExceptionFromCallback (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/services/jni/
H A Dcom_android_server_UsbDeviceManager.cpp43 static void checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { function in namespace:android
H A Dcom_android_server_UsbHostManager.cpp46 static void checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { function in namespace:android
118 checkAndClearExceptionFromCallback(env, __FUNCTION__);
130 checkAndClearExceptionFromCallback(env, __FUNCTION__);
H A Dcom_android_server_power_PowerManagerService.cpp66 static bool checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { function in namespace:android
113 checkAndClearExceptionFromCallback(env, "userActivityFromNative");
124 checkAndClearExceptionFromCallback(env, "wakeUpFromNative");
135 checkAndClearExceptionFromCallback(env, "goToSleepFromNative");
H A Dcom_android_server_location_GpsLocationProvider.cpp63 static void checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { function in namespace:android
79 checkAndClearExceptionFromCallback(env, __FUNCTION__);
86 checkAndClearExceptionFromCallback(env, __FUNCTION__);
94 checkAndClearExceptionFromCallback(env, __FUNCTION__);
105 checkAndClearExceptionFromCallback(env, __FUNCTION__);
113 checkAndClearExceptionFromCallback(env, __FUNCTION__);
130 checkAndClearExceptionFromCallback(env, __FUNCTION__);
155 checkAndClearExceptionFromCallback(env, __FUNCTION__);
175 checkAndClearExceptionFromCallback(env, __FUNCTION__);
208 checkAndClearExceptionFromCallback(en
[all...]
H A Dcom_android_server_input_InputManagerService.cpp254 static bool checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName);
298 bool NativeInputManager::checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { function in class:android::NativeInputManager
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(en
[all...]
/frameworks/base/core/jni/
H A Dandroid_media_RemoteDisplay.cpp78 checkAndClearExceptionFromCallback(env, "notifyDisplayConnected");
86 checkAndClearExceptionFromCallback(env, "notifyDisplayDisconnected");
94 checkAndClearExceptionFromCallback(env, "notifyDisplayError");
100 static void checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { function in class:android::NativeRemoteDisplayClient
/frameworks/base/media/jni/
H A Dandroid_media_MediaScanner.cpp50 static status_t checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { function
116 return checkAndClearExceptionFromCallback(mEnv, "scanFile");
156 return checkAndClearExceptionFromCallback(mEnv, "handleStringTag");
171 return checkAndClearExceptionFromCallback(mEnv, "setMimeType");
H A Dandroid_mtp_MtpDevice.cpp93 static void checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { function
H A Dandroid_mtp_MtpDatabase.cpp175 static void checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { function
234 checkAndClearExceptionFromCallback(env, __FUNCTION__);
247 checkAndClearExceptionFromCallback(env, __FUNCTION__);
266 checkAndClearExceptionFromCallback(env, __FUNCTION__);
277 checkAndClearExceptionFromCallback(env, __FUNCTION__);
295 checkAndClearExceptionFromCallback(env, __FUNCTION__);
313 checkAndClearExceptionFromCallback(env, __FUNCTION__);
331 checkAndClearExceptionFromCallback(env, __FUNCTION__);
349 checkAndClearExceptionFromCallback(env, __FUNCTION__);
462 checkAndClearExceptionFromCallback(en
[all...]

Completed in 369 milliseconds