Searched refs:checkAndClearExceptionFromCallback (Results 1 - 10 of 10) 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.cpp182 static void checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { function
242 checkAndClearExceptionFromCallback(env, __FUNCTION__);
255 checkAndClearExceptionFromCallback(env, __FUNCTION__);
274 checkAndClearExceptionFromCallback(env, __FUNCTION__);
285 checkAndClearExceptionFromCallback(env, __FUNCTION__);
303 checkAndClearExceptionFromCallback(env, __FUNCTION__);
321 checkAndClearExceptionFromCallback(env, __FUNCTION__);
339 checkAndClearExceptionFromCallback(env, __FUNCTION__);
357 checkAndClearExceptionFromCallback(env, __FUNCTION__);
468 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");
H A Dandroid_mtp_MtpDevice.cpp94 static void checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { function
/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp271 static bool checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName);
315 bool NativeInputManager::checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { function in class:android::NativeInputManager
370 if (!checkAndClearExceptionFromCallback(env, "getVirtualKeyQuietTimeMillis")) {
377 if (!checkAndClearExceptionFromCallback(env, "getExcludedDeviceNames") && excludedDeviceNames) {
391 if (!checkAndClearExceptionFromCallback(env, "getHoverTapTimeout")) {
394 if (!checkAndClearExceptionFromCallback(env, "getDoubleTapTimeout")) {
397 if (!checkAndClearExceptionFromCallback(env, "getLongPressTimeout")) {
413 if (!checkAndClearExceptionFromCallback(env, "getHoverTapSlop")) {
450 if (!checkAndClearExceptionFromCallback(env, "getPointerIcon")) {
472 if (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
135 checkAndClearExceptionFromCallback(env, __FUNCTION__);
147 checkAndClearExceptionFromCallback(env, __FUNCTION__);
H A Dcom_android_server_location_GpsLocationProvider.cpp79 static void checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { function in namespace:android
95 checkAndClearExceptionFromCallback(env, __FUNCTION__);
102 checkAndClearExceptionFromCallback(env, __FUNCTION__);
110 checkAndClearExceptionFromCallback(env, __FUNCTION__);
121 checkAndClearExceptionFromCallback(env, __FUNCTION__);
129 checkAndClearExceptionFromCallback(env, __FUNCTION__);
146 checkAndClearExceptionFromCallback(env, __FUNCTION__);
171 checkAndClearExceptionFromCallback(env, __FUNCTION__);
283 checkAndClearExceptionFromCallback(env, __FUNCTION__);
323 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
H A Dcom_android_server_UsbDeviceManager.cpp44 static void checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { function in namespace:android

Completed in 2939 milliseconds