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/media/jni/
H A Dandroid_mtp_MtpDatabase.cpp187 static void checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { function
247 checkAndClearExceptionFromCallback(env, __FUNCTION__);
260 checkAndClearExceptionFromCallback(env, __FUNCTION__);
279 checkAndClearExceptionFromCallback(env, __FUNCTION__);
290 checkAndClearExceptionFromCallback(env, __FUNCTION__);
308 checkAndClearExceptionFromCallback(env, __FUNCTION__);
326 checkAndClearExceptionFromCallback(env, __FUNCTION__);
344 checkAndClearExceptionFromCallback(env, __FUNCTION__);
362 checkAndClearExceptionFromCallback(env, __FUNCTION__);
483 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");
/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp292 static bool checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName);
352 bool NativeInputManager::checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { function in class:android::NativeInputManager
407 if (!checkAndClearExceptionFromCallback(env, "getVirtualKeyQuietTimeMillis")) {
414 if (!checkAndClearExceptionFromCallback(env, "getExcludedDeviceNames") && excludedDeviceNames) {
428 if (!checkAndClearExceptionFromCallback(env, "getHoverTapTimeout")) {
431 if (!checkAndClearExceptionFromCallback(env, "getDoubleTapTimeout")) {
434 if (!checkAndClearExceptionFromCallback(env, "getLongPressTimeout")) {
450 if (!checkAndClearExceptionFromCallback(env, "getHoverTapSlop")) {
493 if (checkAndClearExceptionFromCallback(env, "getPointerLayer")) {
527 checkAndClearExceptionFromCallback(en
[all...]
H A Dcom_android_server_power_PowerManagerService.cpp60 static bool checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { function in namespace:android
97 checkAndClearExceptionFromCallback(env, "userActivityFromNative");
H A Dcom_android_server_UsbHostManager.cpp50 static void checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { function in namespace:android
136 checkAndClearExceptionFromCallback(env, __FUNCTION__);
148 checkAndClearExceptionFromCallback(env, __FUNCTION__);
H A Dcom_android_server_location_GnssLocationProvider.cpp103 static void checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { function in namespace:android
119 checkAndClearExceptionFromCallback(env, __FUNCTION__);
126 checkAndClearExceptionFromCallback(env, __FUNCTION__);
191 checkAndClearExceptionFromCallback(env, __FUNCTION__);
217 checkAndClearExceptionFromCallback(env, __FUNCTION__);
228 checkAndClearExceptionFromCallback(env, __FUNCTION__);
236 checkAndClearExceptionFromCallback(env, __FUNCTION__);
244 checkAndClearExceptionFromCallback(env, __FUNCTION__);
261 checkAndClearExceptionFromCallback(env, __FUNCTION__);
288 checkAndClearExceptionFromCallback(en
[all...]
H A Dcom_android_server_hdmi_HdmiCecController.cpp159 checkAndClearExceptionFromCallback(env, __FUNCTION__);
170 checkAndClearExceptionFromCallback(env, __FUNCTION__);
174 static void checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { function in class:android::HdmiCecEventHandler

Completed in 98 milliseconds