Home
last modified time | relevance | path

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

/frameworks/base/media/jni/
Dandroid_mtp_MtpDatabase.cpp188 static void checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { in checkAndClearExceptionFromCallback() function
248 checkAndClearExceptionFromCallback(env, __FUNCTION__); in beginSendObject()
261 checkAndClearExceptionFromCallback(env, __FUNCTION__); in endSendObject()
280 checkAndClearExceptionFromCallback(env, __FUNCTION__); in getObjectList()
291 checkAndClearExceptionFromCallback(env, __FUNCTION__); in getNumObjects()
309 checkAndClearExceptionFromCallback(env, __FUNCTION__); in getSupportedPlaybackFormats()
327 checkAndClearExceptionFromCallback(env, __FUNCTION__); in getSupportedCaptureFormats()
345 checkAndClearExceptionFromCallback(env, __FUNCTION__); in getSupportedObjectProperties()
363 checkAndClearExceptionFromCallback(env, __FUNCTION__); in getSupportedDeviceProperties()
484 checkAndClearExceptionFromCallback(env, __FUNCTION__); in getObjectPropertyValue()
[all …]
Dandroid_media_MediaScanner.cpp51 static status_t checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { in checkAndClearExceptionFromCallback() function
164 return checkAndClearExceptionFromCallback(mEnv, "scanFile"); in scanFile()
201 return checkAndClearExceptionFromCallback(mEnv, "handleStringTag"); in handleStringTag()
216 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.cpp312 static bool checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName);
374 bool NativeInputManager::checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { in checkAndClearExceptionFromCallback() function in android::NativeInputManager
468 if (!checkAndClearExceptionFromCallback(env, "getVirtualKeyQuietTimeMillis")) { in getReaderConfiguration()
475 if (!checkAndClearExceptionFromCallback(env, "getExcludedDeviceNames") && excludedDeviceNames) { in getReaderConfiguration()
489 if (!checkAndClearExceptionFromCallback(env, "getHoverTapTimeout")) { in getReaderConfiguration()
492 if (!checkAndClearExceptionFromCallback(env, "getDoubleTapTimeout")) { in getReaderConfiguration()
495 if (!checkAndClearExceptionFromCallback(env, "getLongPressTimeout")) { in getReaderConfiguration()
511 if (!checkAndClearExceptionFromCallback(env, "getHoverTapSlop")) { in getReaderConfiguration()
562 if (checkAndClearExceptionFromCallback(env, "getPointerLayer")) { in ensureSpriteControllerLocked()
597 checkAndClearExceptionFromCallback(env, "notifyInputDevicesChanged"); in notifyInputDevicesChanged()
[all …]
Dcom_android_server_location_GnssLocationProvider.cpp242 static void checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { in checkAndClearExceptionFromCallback() function
381 checkAndClearExceptionFromCallback(env, __FUNCTION__); in gnssLocationCb()
388 checkAndClearExceptionFromCallback(env, __FUNCTION__); in gnssStatusCb()
409 checkAndClearExceptionFromCallback(env, __FUNCTION__); in gnssSvStatusCb()
424 checkAndClearExceptionFromCallback(env, __FUNCTION__); in gnssNmeaCb()
433 checkAndClearExceptionFromCallback(env, __FUNCTION__); in gnssSetCapabilitesCb()
450 checkAndClearExceptionFromCallback(env, __FUNCTION__); in gnssRequestTimeCb()
460 checkAndClearExceptionFromCallback(env, __FUNCTION__); in gnssSetSystemInfoCb()
475 checkAndClearExceptionFromCallback(env, __FUNCTION__); in downloadRequestCb()
519 checkAndClearExceptionFromCallback(env, __FUNCTION__); in gnssGeofenceTransitionCb()
[all …]
Dcom_android_server_UsbHostManager.cpp52 static void checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { in checkAndClearExceptionFromCallback() function
143 checkAndClearExceptionFromCallback(env, __FUNCTION__); in usb_device_added()
155 checkAndClearExceptionFromCallback(env, __FUNCTION__); in usb_device_removed()
Dcom_android_server_power_PowerManagerService.cpp71 static bool checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { in checkAndClearExceptionFromCallback() function
143 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