Home
last modified time | relevance | path

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

/frameworks/base/media/jni/
Dandroid_mtp_MtpDatabase.cpp194 static void checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { in checkAndClearExceptionFromCallback() function
251 checkAndClearExceptionFromCallback(env, __FUNCTION__); in beginSendObject()
259 checkAndClearExceptionFromCallback(env, __FUNCTION__); in endSendObject()
271 checkAndClearExceptionFromCallback(env, __FUNCTION__); in rescanFile()
290 checkAndClearExceptionFromCallback(env, __FUNCTION__); in getObjectList()
301 checkAndClearExceptionFromCallback(env, __FUNCTION__); in getNumObjects()
319 checkAndClearExceptionFromCallback(env, __FUNCTION__); in getSupportedPlaybackFormats()
337 checkAndClearExceptionFromCallback(env, __FUNCTION__); in getSupportedCaptureFormats()
355 checkAndClearExceptionFromCallback(env, __FUNCTION__); in getSupportedObjectProperties()
373 checkAndClearExceptionFromCallback(env, __FUNCTION__); in getSupportedDeviceProperties()
[all …]
Dandroid_media_MediaScanner.cpp52 static status_t checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { in checkAndClearExceptionFromCallback() function
166 return checkAndClearExceptionFromCallback(mEnv, "scanFile"); in scanFile()
203 return checkAndClearExceptionFromCallback(mEnv, "handleStringTag"); in handleStringTag()
218 return checkAndClearExceptionFromCallback(mEnv, "setMimeType"); in setMimeType()
/frameworks/base/core/jni/
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
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp325 static bool checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName);
390 bool NativeInputManager::checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { in checkAndClearExceptionFromCallback() function in android::NativeInputManager
464 if (!checkAndClearExceptionFromCallback(env, "getVirtualKeyQuietTimeMillis")) { in getReaderConfiguration()
471 if (!checkAndClearExceptionFromCallback(env, "getExcludedDeviceNames") && excludedDeviceNames) { in getReaderConfiguration()
488 if (!checkAndClearExceptionFromCallback(env, "getInputPortAssociations") && portAssociations) { in getReaderConfiguration()
509 if (!checkAndClearExceptionFromCallback(env, "getHoverTapTimeout")) { in getReaderConfiguration()
512 if (!checkAndClearExceptionFromCallback(env, "getDoubleTapTimeout")) { in getReaderConfiguration()
515 if (!checkAndClearExceptionFromCallback(env, "getLongPressTimeout")) { in getReaderConfiguration()
531 if (!checkAndClearExceptionFromCallback(env, "getHoverTapSlop")) { in getReaderConfiguration()
575 if (checkAndClearExceptionFromCallback(env, "getPointerDisplayId")) { in getPointerDisplayId()
[all …]
Dcom_android_server_UsbHostManager.cpp48 static void checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { in checkAndClearExceptionFromCallback() function
84 checkAndClearExceptionFromCallback(env, __FUNCTION__); in usb_device_added()
102 checkAndClearExceptionFromCallback(env, __FUNCTION__); in usb_device_removed()
Dcom_android_server_location_GnssLocationProvider.cpp364 static void checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { in checkAndClearExceptionFromCallback() function
637 checkAndClearExceptionFromCallback(env, __FUNCTION__); in gnssNameCb()
655 checkAndClearExceptionFromCallback(env, __FUNCTION__); in gnssLocationCbImpl()
672 checkAndClearExceptionFromCallback(env, __FUNCTION__); in gnssStatusCb()
735 checkAndClearExceptionFromCallback(env, __FUNCTION__); in gnssSvStatusCbImpl()
750 checkAndClearExceptionFromCallback(env, __FUNCTION__); in gnssNmeaCb()
759 checkAndClearExceptionFromCallback(env, __FUNCTION__); in gnssSetCapabilitesCb()
780 checkAndClearExceptionFromCallback(env, __FUNCTION__); in gnssRequestTimeCb()
794 checkAndClearExceptionFromCallback(env, __FUNCTION__); in gnssRequestLocationCb_2_0()
804 checkAndClearExceptionFromCallback(env, __FUNCTION__); in gnssSetSystemInfoCb()
[all …]
Dcom_android_server_power_PowerManagerService.cpp81 static bool checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { in checkAndClearExceptionFromCallback() function
180 checkAndClearExceptionFromCallback(env, "userActivityFromNative"); in android_server_PowerManagerService_userActivity()