Home
last modified time | relevance | path

Searched refs:checkAndClearExceptionFromCallback (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/services/jni/
Dcom_android_server_location_GpsLocationProvider.cpp70 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 …]
Dcom_android_server_input_InputManagerService.cpp254 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 …]
Dcom_android_server_power_PowerManagerService.cpp66 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()
Dcom_android_server_UsbHostManager.cpp46 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()
Dcom_android_server_UsbDeviceManager.cpp43 static void checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { in checkAndClearExceptionFromCallback() function
/frameworks/base/media/jni/
Dandroid_mtp_MtpDatabase.cpp175 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 …]
Dandroid_media_MediaScanner.cpp49 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()
Dandroid_mtp_MtpDevice.cpp93 static void checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { in checkAndClearExceptionFromCallback() function
/frameworks/base/core/jni/
Dandroid_media_RemoteDisplay.cpp78 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