/frameworks/base/media/jni/ |
D | android_mtp_MtpDatabase.cpp | 199 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 …]
|
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_UsbHostManager.cpp | 48 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()
|
D | com_android_server_input_InputManagerService.cpp | 315 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 …]
|
D | com_android_server_location_GnssLocationProvider.cpp | 266 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 …]
|
D | com_android_server_power_PowerManagerService.cpp | 73 static bool checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { in checkAndClearExceptionFromCallback() function 170 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
|