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.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_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_input_InputManagerService.cpp315 static bool checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName);
377 bool NativeInputManager::checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { in checkAndClearExceptionFromCallback() function in android::NativeInputManager
471 if (!checkAndClearExceptionFromCallback(env, "getVirtualKeyQuietTimeMillis")) { in getReaderConfiguration()
478 if (!checkAndClearExceptionFromCallback(env, "getExcludedDeviceNames") && excludedDeviceNames) { in getReaderConfiguration()
492 if (!checkAndClearExceptionFromCallback(env, "getHoverTapTimeout")) { in getReaderConfiguration()
495 if (!checkAndClearExceptionFromCallback(env, "getDoubleTapTimeout")) { in getReaderConfiguration()
498 if (!checkAndClearExceptionFromCallback(env, "getLongPressTimeout")) { in getReaderConfiguration()
514 if (!checkAndClearExceptionFromCallback(env, "getHoverTapSlop")) { in getReaderConfiguration()
565 if (checkAndClearExceptionFromCallback(env, "getPointerLayer")) { in ensureSpriteControllerLocked()
600 checkAndClearExceptionFromCallback(env, "notifyInputDevicesChanged"); in notifyInputDevicesChanged()
[all …]
Dcom_android_server_location_GnssLocationProvider.cpp266 static void checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { in checkAndClearExceptionFromCallback() function
421 checkAndClearExceptionFromCallback(env, __FUNCTION__); in gnssNameCb()
440 checkAndClearExceptionFromCallback(env, __FUNCTION__); in gnssLocationCb()
448 checkAndClearExceptionFromCallback(env, __FUNCTION__); in gnssStatusCb()
504 checkAndClearExceptionFromCallback(env, __FUNCTION__); in gnssSvStatusCb()
519 checkAndClearExceptionFromCallback(env, __FUNCTION__); in gnssNmeaCb()
528 checkAndClearExceptionFromCallback(env, __FUNCTION__); in gnssSetCapabilitesCb()
545 checkAndClearExceptionFromCallback(env, __FUNCTION__); in gnssRequestTimeCb()
552 checkAndClearExceptionFromCallback(env, __FUNCTION__); in gnssRequestLocationCb()
562 checkAndClearExceptionFromCallback(env, __FUNCTION__); in gnssSetSystemInfoCb()
[all …]
Dcom_android_server_power_PowerManagerService.cpp73 static bool checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { in checkAndClearExceptionFromCallback() function
170 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