Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/jni/gnss/
H A DGnssCallback.cpp127 checkAndClearExceptionFromCallback(env, __FUNCTION__); in gnssSetCapabilitiesCb()
157 checkAndClearExceptionFromCallback(env, __FUNCTION__); in gnssSetSignalTypeCapabilitiesCb()
165 checkAndClearExceptionFromCallback(env, __FUNCTION__); in gnssStatusCb()
195 checkAndClearExceptionFromCallback(env, __FUNCTION__); in gnssNmeaCb()
218 checkAndClearExceptionFromCallback(env, __FUNCTION__); in gnssSetSystemInfoCb()
225 checkAndClearExceptionFromCallback(env, __FUNCTION__); in gnssRequestTimeCb()
234 checkAndClearExceptionFromCallback(env, __FUNCTION__); in gnssRequestLocationCb()
249 checkAndClearExceptionFromCallback(env, __FUNCTION__); in gnssNameCb()
265 checkAndClearExceptionFromCallback(env, __FUNCTION__); in gnssLocationCbImpl()
281 checkAndClearExceptionFromCallback(env, __FUNCTION__); in gnssStatusCb()
[all …]
H A DGnssGeofenceCallback.cpp138 checkAndClearExceptionFromCallback(env, __FUNCTION__); in gnssGeofenceAddCb()
148 checkAndClearExceptionFromCallback(env, __FUNCTION__); in gnssGeofenceRemoveCb()
158 checkAndClearExceptionFromCallback(env, __FUNCTION__); in gnssGeofencePauseCb()
168 checkAndClearExceptionFromCallback(env, __FUNCTION__); in gnssGeofenceResumeCb()
H A DGnssPsdsCallback.cpp46 checkAndClearExceptionFromCallback(env, __FUNCTION__); in downloadRequestCb()
55 checkAndClearExceptionFromCallback(env, __FUNCTION__); in downloadRequestCb()
H A DAGnssRilCallback.cpp59 checkAndClearExceptionFromCallback(env, __FUNCTION__); in requestSetIdCb()
66 checkAndClearExceptionFromCallback(env, __FUNCTION__); in requestRefLocCb()
H A DAGnssCallback.cpp68 checkAndClearExceptionFromCallback(env, __FUNCTION__); in agnssStatusIpV6Cb()
100 checkAndClearExceptionFromCallback(env, __FUNCTION__); in agnssStatusIpV4Cb()
H A DGnssGeofenceCallback.h134 checkAndClearExceptionFromCallback(env, __FUNCTION__); in gnssGeofenceTransitionCb()
145 checkAndClearExceptionFromCallback(env, __FUNCTION__); in gnssGeofenceStatusCb()
H A DMeasurementCorrectionsCallback.cpp56 checkAndClearExceptionFromCallback(env, __FUNCTION__); in setCapabilitiesCb()
H A DGnssVisibilityControlCallback.cpp70 checkAndClearExceptionFromCallback(env, __FUNCTION__); in isInEmergencySession()
H A DAGnssCallback.h129 checkAndClearExceptionFromCallback(env, __FUNCTION__); in agnssStatusCbImpl()
H A DGnssBatchingCallback.h119 checkAndClearExceptionFromCallback(env, __FUNCTION__); in gnssLocationBatchCbImpl()
H A DGnssNavigationMessageCallback.h118 checkAndClearExceptionFromCallback(env, __FUNCTION__); in gnssNavigationMessageCbImpl()
H A DGnssVisibilityControlCallback.h131 checkAndClearExceptionFromCallback(env, __FUNCTION__); in nfwNotifyCb()
H A DUtils.h57 void checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName);
H A DUtils.cpp106 void checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { in checkAndClearExceptionFromCallback() function
H A DGnssAntennaInfoCallback.cpp347 checkAndClearExceptionFromCallback(env, __FUNCTION__); in reportAntennaInfo()
H A DGnssMeasurementCallback.cpp259 checkAndClearExceptionFromCallback(env, __FUNCTION__); in setMeasurementData()
/aosp14/frameworks/base/media/jni/
H A Dandroid_mtp_MtpDatabase.cpp309 checkAndClearExceptionFromCallback(env, __FUNCTION__); in beginSendObject()
317 checkAndClearExceptionFromCallback(env, __FUNCTION__); in endSendObject()
329 checkAndClearExceptionFromCallback(env, __FUNCTION__); in rescanFile()
348 checkAndClearExceptionFromCallback(env, __FUNCTION__); in getObjectList()
359 checkAndClearExceptionFromCallback(env, __FUNCTION__); in getNumObjects()
377 checkAndClearExceptionFromCallback(env, __FUNCTION__); in getSupportedPlaybackFormats()
395 checkAndClearExceptionFromCallback(env, __FUNCTION__); in getSupportedCaptureFormats()
413 checkAndClearExceptionFromCallback(env, __FUNCTION__); in getSupportedObjectProperties()
431 checkAndClearExceptionFromCallback(env, __FUNCTION__); in getSupportedDeviceProperties()
532 checkAndClearExceptionFromCallback(env, __FUNCTION__); in getObjectPropertyValue()
[all …]
/aosp14/frameworks/base/core/jni/
H A Dandroid_media_RemoteDisplay.cpp79 checkAndClearExceptionFromCallback(env, "notifyDisplayConnected"); in onDisplayConnected()
87 checkAndClearExceptionFromCallback(env, "notifyDisplayDisconnected"); in onDisplayDisconnected()
95 checkAndClearExceptionFromCallback(env, "notifyDisplayError"); in onDisplayError()
101 static void checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { in checkAndClearExceptionFromCallback() function in android::NativeRemoteDisplayClient
/aosp14/frameworks/base/services/core/jni/
H A Dcom_android_server_UsbHostManager.cpp45 static void checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { in checkAndClearExceptionFromCallback() function
81 checkAndClearExceptionFromCallback(env, __FUNCTION__); in usb_device_added()
99 checkAndClearExceptionFromCallback(env, __FUNCTION__); in usb_device_removed()
H A Dcom_android_server_input_InputManagerService.cpp653 if (!checkAndClearExceptionFromCallback(env, "getHoverTapSlop")) { in getReaderConfiguration()
829 checkAndClearExceptionFromCallback(env, "getDeviceAlias"); in getDeviceAlias()
845 checkAndClearExceptionFromCallback(env, "notifySwitch"); in notifySwitch()
922 checkAndClearExceptionFromCallback(env, "notifyWindowResponsive"); in notifyWindowResponsive()
956 checkAndClearExceptionFromCallback(env, "notifyFocusChanged"); in notifyFocusChanged()
970 checkAndClearExceptionFromCallback(env, "notifyDropWindow"); in notifyDropWindow()
995 checkAndClearExceptionFromCallback(env, "notifySensorEvent"); in notifySensorEvent()
1008 checkAndClearExceptionFromCallback(env, "notifySensorAccuracy"); in notifySensorAccuracy()
1020 checkAndClearExceptionFromCallback(env, "notifyVibratorState"); in notifyVibratorState()
1349 if (checkAndClearExceptionFromCallback(env, "filterInputEvent")) { in filterInputEvent()
[all …]
H A Dcom_android_server_power_PowerManagerService.cpp83 static bool checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { in checkAndClearExceptionFromCallback() function
134 checkAndClearExceptionFromCallback(env, "userActivityFromNative"); in android_server_PowerManagerService_userActivity()
H A Dcom_android_server_location_GnssLocationProvider.cpp168 checkAndClearExceptionFromCallback(env, __FUNCTION__); in setCapabilitiesCb()
192 checkAndClearExceptionFromCallback(env, __FUNCTION__); in gnssPowerStatsCb()
230 checkAndClearExceptionFromCallback(env, __FUNCTION__); in niNotifyCb()