HomeSort by relevance Sort by last modified time
    Searched refs:checkAndClearExceptionFromCallback (Results 1 - 8 of 8) sorted by null

  /frameworks/base/core/jni/
android_media_RemoteDisplay.cpp 79 checkAndClearExceptionFromCallback(env, "notifyDisplayConnected");
87 checkAndClearExceptionFromCallback(env, "notifyDisplayDisconnected");
95 checkAndClearExceptionFromCallback(env, "notifyDisplayError");
101 static void checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) {
  /frameworks/base/services/core/jni/
com_android_server_UsbHostManager.cpp 48 static void checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) {
84 checkAndClearExceptionFromCallback(env, __FUNCTION__);
102 checkAndClearExceptionFromCallback(env, __FUNCTION__);
com_android_server_input_InputManagerService.cpp 315 static bool checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName);
377 bool NativeInputManager::checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) {
471 if (!checkAndClearExceptionFromCallback(env, "getVirtualKeyQuietTimeMillis")) {
478 if (!checkAndClearExceptionFromCallback(env, "getExcludedDeviceNames") && excludedDeviceNames) {
492 if (!checkAndClearExceptionFromCallback(env, "getHoverTapTimeout")) {
495 if (!checkAndClearExceptionFromCallback(env, "getDoubleTapTimeout")) {
498 if (!checkAndClearExceptionFromCallback(env, "getLongPressTimeout")) {
514 if (!checkAndClearExceptionFromCallback(env, "getHoverTapSlop")) {
565 if (checkAndClearExceptionFromCallback(env, "getPointerLayer")) {
600 checkAndClearExceptionFromCallback(env, "notifyInputDevicesChanged")
    [all...]
com_android_server_location_GnssLocationProvider.cpp 266 static void checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) {
421 checkAndClearExceptionFromCallback(env, __FUNCTION__);
440 checkAndClearExceptionFromCallback(env, __FUNCTION__);
448 checkAndClearExceptionFromCallback(env, __FUNCTION__);
504 checkAndClearExceptionFromCallback(env, __FUNCTION__);
519 checkAndClearExceptionFromCallback(env, __FUNCTION__);
528 checkAndClearExceptionFromCallback(env, __FUNCTION__);
545 checkAndClearExceptionFromCallback(env, __FUNCTION__);
552 checkAndClearExceptionFromCallback(env, __FUNCTION__);
562 checkAndClearExceptionFromCallback(env, __FUNCTION__)
    [all...]
com_android_server_power_PowerManagerService.cpp 73 static bool checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) {
170 checkAndClearExceptionFromCallback(env, "userActivityFromNative");
com_android_server_hdmi_HdmiCecController.cpp 153 checkAndClearExceptionFromCallback(env, __FUNCTION__);
164 checkAndClearExceptionFromCallback(env, __FUNCTION__);
168 static void checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) {
  /frameworks/base/media/jni/
android_mtp_MtpDatabase.cpp 199 static void checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) {
256 checkAndClearExceptionFromCallback(env, __FUNCTION__);
264 checkAndClearExceptionFromCallback(env, __FUNCTION__);
276 checkAndClearExceptionFromCallback(env, __FUNCTION__);
295 checkAndClearExceptionFromCallback(env, __FUNCTION__);
306 checkAndClearExceptionFromCallback(env, __FUNCTION__);
324 checkAndClearExceptionFromCallback(env, __FUNCTION__);
342 checkAndClearExceptionFromCallback(env, __FUNCTION__);
360 checkAndClearExceptionFromCallback(env, __FUNCTION__);
378 checkAndClearExceptionFromCallback(env, __FUNCTION__)
    [all...]
android_media_MediaScanner.cpp 51 static status_t checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) {
164 return checkAndClearExceptionFromCallback(mEnv, "scanFile");
201 return checkAndClearExceptionFromCallback(mEnv, "handleStringTag");
216 return checkAndClearExceptionFromCallback(mEnv, "setMimeType");

Completed in 780 milliseconds