/frameworks/base/services/jni/ |
D | com_android_server_location_GpsLocationProvider.cpp | 70 static void checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { in checkAndClearExceptionFromCallback() function 86 checkAndClearExceptionFromCallback(env, __FUNCTION__); in location_callback() 93 checkAndClearExceptionFromCallback(env, __FUNCTION__); in status_callback() 101 checkAndClearExceptionFromCallback(env, __FUNCTION__); in sv_status_callback() 112 checkAndClearExceptionFromCallback(env, __FUNCTION__); in nmea_callback() 120 checkAndClearExceptionFromCallback(env, __FUNCTION__); in set_capabilities_callback() 137 checkAndClearExceptionFromCallback(env, __FUNCTION__); in request_utc_time_callback() 162 checkAndClearExceptionFromCallback(env, __FUNCTION__); in xtra_download_request_callback() 182 checkAndClearExceptionFromCallback(env, __FUNCTION__); in agps_status_callback() 215 checkAndClearExceptionFromCallback(env, __FUNCTION__); in gps_ni_notify_callback() [all …]
|
D | com_android_server_input_InputManagerService.cpp | 254 static bool checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName); 298 bool NativeInputManager::checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { in checkAndClearExceptionFromCallback() function in android::NativeInputManager 353 if (!checkAndClearExceptionFromCallback(env, "getVirtualKeyQuietTimeMillis")) { in getReaderConfiguration() 360 if (!checkAndClearExceptionFromCallback(env, "getExcludedDeviceNames") && excludedDeviceNames) { in getReaderConfiguration() 374 if (!checkAndClearExceptionFromCallback(env, "getHoverTapTimeout")) { in getReaderConfiguration() 377 if (!checkAndClearExceptionFromCallback(env, "getDoubleTapTimeout")) { in getReaderConfiguration() 380 if (!checkAndClearExceptionFromCallback(env, "getLongPressTimeout")) { in getReaderConfiguration() 396 if (!checkAndClearExceptionFromCallback(env, "getHoverTapSlop")) { in getReaderConfiguration() 433 if (!checkAndClearExceptionFromCallback(env, "getPointerIcon")) { in obtainPointerController() 455 if (checkAndClearExceptionFromCallback(env, "getPointerLayer")) { in ensureSpriteControllerLocked() [all …]
|
D | com_android_server_power_PowerManagerService.cpp | 66 static bool checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { in checkAndClearExceptionFromCallback() function 113 checkAndClearExceptionFromCallback(env, "userActivityFromNative"); in android_server_PowerManagerService_userActivity() 124 checkAndClearExceptionFromCallback(env, "wakeUpFromNative"); in android_server_PowerManagerService_wakeUp() 135 checkAndClearExceptionFromCallback(env, "goToSleepFromNative"); in android_server_PowerManagerService_goToSleep()
|
D | com_android_server_UsbHostManager.cpp | 46 static void checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { in checkAndClearExceptionFromCallback() function 118 checkAndClearExceptionFromCallback(env, __FUNCTION__); in usb_device_added() 130 checkAndClearExceptionFromCallback(env, __FUNCTION__); in usb_device_removed()
|
D | com_android_server_UsbDeviceManager.cpp | 43 static void checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { in checkAndClearExceptionFromCallback() function
|
/frameworks/base/media/jni/ |
D | android_mtp_MtpDatabase.cpp | 175 static void checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { in checkAndClearExceptionFromCallback() function 234 checkAndClearExceptionFromCallback(env, __FUNCTION__); in beginSendObject() 247 checkAndClearExceptionFromCallback(env, __FUNCTION__); in endSendObject() 266 checkAndClearExceptionFromCallback(env, __FUNCTION__); in getObjectList() 277 checkAndClearExceptionFromCallback(env, __FUNCTION__); in getNumObjects() 295 checkAndClearExceptionFromCallback(env, __FUNCTION__); in getSupportedPlaybackFormats() 313 checkAndClearExceptionFromCallback(env, __FUNCTION__); in getSupportedCaptureFormats() 331 checkAndClearExceptionFromCallback(env, __FUNCTION__); in getSupportedObjectProperties() 349 checkAndClearExceptionFromCallback(env, __FUNCTION__); in getSupportedDeviceProperties() 462 checkAndClearExceptionFromCallback(env, __FUNCTION__); in getObjectPropertyValue() [all …]
|
D | android_media_MediaScanner.cpp | 49 static status_t checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { in checkAndClearExceptionFromCallback() function 162 return checkAndClearExceptionFromCallback(mEnv, "scanFile"); in scanFile() 199 return checkAndClearExceptionFromCallback(mEnv, "handleStringTag"); in handleStringTag() 214 return checkAndClearExceptionFromCallback(mEnv, "setMimeType"); in setMimeType()
|
D | android_mtp_MtpDevice.cpp | 93 static void checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { in checkAndClearExceptionFromCallback() function
|
/frameworks/base/core/jni/ |
D | android_media_RemoteDisplay.cpp | 78 checkAndClearExceptionFromCallback(env, "notifyDisplayConnected"); in onDisplayConnected() 86 checkAndClearExceptionFromCallback(env, "notifyDisplayDisconnected"); in onDisplayDisconnected() 94 checkAndClearExceptionFromCallback(env, "notifyDisplayError"); in onDisplayError() 100 static void checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { in checkAndClearExceptionFromCallback() function in android::NativeRemoteDisplayClient
|