/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 | 52 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/ |
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 | 324 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 …]
|
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_location_GnssLocationProvider.cpp | 360 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 …]
|
D | com_android_server_power_PowerManagerService.cpp | 81 static bool checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { in checkAndClearExceptionFromCallback() function 180 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
|