Home
last modified time | relevance | path

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

/frameworks/base/media/jni/
Dandroid_mtp_MtpDatabase.cpp199 static void checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { in checkAndClearExceptionFromCallback() function
256 checkAndClearExceptionFromCallback(env, __FUNCTION__); in beginSendObject()
264 checkAndClearExceptionFromCallback(env, __FUNCTION__); in endSendObject()
276 checkAndClearExceptionFromCallback(env, __FUNCTION__); in rescanFile()
295 checkAndClearExceptionFromCallback(env, __FUNCTION__); in getObjectList()
306 checkAndClearExceptionFromCallback(env, __FUNCTION__); in getNumObjects()
324 checkAndClearExceptionFromCallback(env, __FUNCTION__); in getSupportedPlaybackFormats()
342 checkAndClearExceptionFromCallback(env, __FUNCTION__); in getSupportedCaptureFormats()
360 checkAndClearExceptionFromCallback(env, __FUNCTION__); in getSupportedObjectProperties()
378 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.cpp324 static bool checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName);
389 bool NativeInputManager::checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { in checkAndClearExceptionFromCallback() function in android::NativeInputManager
473 if (!checkAndClearExceptionFromCallback(env, "getVirtualKeyQuietTimeMillis")) { in getReaderConfiguration()
480 if (!checkAndClearExceptionFromCallback(env, "getExcludedDeviceNames") && excludedDeviceNames) { in getReaderConfiguration()
497 if (!checkAndClearExceptionFromCallback(env, "getInputPortAssociations") && portAssociations) { in getReaderConfiguration()
518 if (!checkAndClearExceptionFromCallback(env, "getHoverTapTimeout")) { in getReaderConfiguration()
521 if (!checkAndClearExceptionFromCallback(env, "getDoubleTapTimeout")) { in getReaderConfiguration()
524 if (!checkAndClearExceptionFromCallback(env, "getLongPressTimeout")) { in getReaderConfiguration()
540 if (!checkAndClearExceptionFromCallback(env, "getHoverTapSlop")) { in getReaderConfiguration()
583 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.cpp360 static void checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { in checkAndClearExceptionFromCallback() function
630 checkAndClearExceptionFromCallback(env, __FUNCTION__); in gnssNameCb()
648 checkAndClearExceptionFromCallback(env, __FUNCTION__); in gnssLocationCbImpl()
665 checkAndClearExceptionFromCallback(env, __FUNCTION__); in gnssStatusCb()
722 checkAndClearExceptionFromCallback(env, __FUNCTION__); in gnssSvStatusCbImpl()
737 checkAndClearExceptionFromCallback(env, __FUNCTION__); in gnssNmeaCb()
746 checkAndClearExceptionFromCallback(env, __FUNCTION__); in gnssSetCapabilitesCb()
767 checkAndClearExceptionFromCallback(env, __FUNCTION__); in gnssRequestTimeCb()
781 checkAndClearExceptionFromCallback(env, __FUNCTION__); in gnssRequestLocationCb_2_0()
791 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()
Dcom_android_server_hdmi_HdmiCecController.cpp153 checkAndClearExceptionFromCallback(env, __FUNCTION__); in propagateCecCommand()
164 checkAndClearExceptionFromCallback(env, __FUNCTION__); in propagateHotplugEvent()
168 static void checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { in checkAndClearExceptionFromCallback() function in android::HdmiCecEventHandler