/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 | 50 static status_t checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { in checkAndClearExceptionFromCallback() function 116 return checkAndClearExceptionFromCallback(mEnv, "scanFile"); in scanFile() 156 return checkAndClearExceptionFromCallback(mEnv, "handleStringTag"); in handleStringTag() 171 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/services/jni/ |
D | com_android_server_location_GpsLocationProvider.cpp | 63 static void checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { in checkAndClearExceptionFromCallback() function 79 checkAndClearExceptionFromCallback(env, __FUNCTION__); in location_callback() 86 checkAndClearExceptionFromCallback(env, __FUNCTION__); in status_callback() 94 checkAndClearExceptionFromCallback(env, __FUNCTION__); in sv_status_callback() 105 checkAndClearExceptionFromCallback(env, __FUNCTION__); in nmea_callback() 113 checkAndClearExceptionFromCallback(env, __FUNCTION__); in set_capabilities_callback() 130 checkAndClearExceptionFromCallback(env, __FUNCTION__); in request_utc_time_callback() 155 checkAndClearExceptionFromCallback(env, __FUNCTION__); in xtra_download_request_callback() 175 checkAndClearExceptionFromCallback(env, __FUNCTION__); in agps_status_callback() 208 checkAndClearExceptionFromCallback(env, __FUNCTION__); in gps_ni_notify_callback() [all …]
|
D | com_android_server_input_InputManagerService.cpp | 258 static bool checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName); 309 bool NativeInputManager::checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { in checkAndClearExceptionFromCallback() function in android::NativeInputManager 395 if (!checkAndClearExceptionFromCallback(env, "getVirtualKeyQuietTimeMillis")) { in getReaderConfiguration() 402 if (!checkAndClearExceptionFromCallback(env, "getExcludedDeviceNames") && excludedDeviceNames) { in getReaderConfiguration() 416 if (!checkAndClearExceptionFromCallback(env, "getHoverTapTimeout")) { in getReaderConfiguration() 419 if (!checkAndClearExceptionFromCallback(env, "getDoubleTapTimeout")) { in getReaderConfiguration() 422 if (!checkAndClearExceptionFromCallback(env, "getLongPressTimeout")) { in getReaderConfiguration() 438 if (!checkAndClearExceptionFromCallback(env, "getHoverTapSlop")) { in getReaderConfiguration() 475 if (!checkAndClearExceptionFromCallback(env, "getPointerIcon")) { in obtainPointerController() 497 if (checkAndClearExceptionFromCallback(env, "getPointerLayer")) { in ensureSpriteControllerLocked() [all …]
|
D | com_android_server_PowerManagerService.cpp | 65 static bool checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { in checkAndClearExceptionFromCallback() function 111 checkAndClearExceptionFromCallback(env, "userActivity"); in android_server_PowerManagerService_userActivity() 121 checkAndClearExceptionFromCallback(env, "goToSleep"); 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
|