/frameworks/base/media/jni/ |
D | android_mtp_MtpDatabase.cpp | 188 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 …]
|
D | android_media_MediaScanner.cpp | 51 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/ |
D | android_media_RemoteDisplay.cpp | 79 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/ |
D | com_android_server_input_InputManagerService.cpp | 312 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 …]
|
D | com_android_server_location_GnssLocationProvider.cpp | 242 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 …]
|
D | com_android_server_UsbHostManager.cpp | 52 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()
|
D | com_android_server_power_PowerManagerService.cpp | 71 static bool checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { in checkAndClearExceptionFromCallback() function 143 checkAndClearExceptionFromCallback(env, "userActivityFromNative"); in android_server_PowerManagerService_userActivity()
|
D | com_android_server_hdmi_HdmiCecController.cpp | 153 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
|