Home
last modified time | relevance | path

Searched refs:checkAndClearExceptionFromCallback (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/media/jni/
Dandroid_mtp_MtpDatabase.cpp175 static void checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { in checkAndClearExceptionFromCallback() function
234 checkAndClearExceptionFromCallback(env, __FUNCTION__); in beginSendObject()
247 checkAndClearExceptionFromCallback(env, __FUNCTION__); in endSendObject()
266 checkAndClearExceptionFromCallback(env, __FUNCTION__); in getObjectList()
277 checkAndClearExceptionFromCallback(env, __FUNCTION__); in getNumObjects()
295 checkAndClearExceptionFromCallback(env, __FUNCTION__); in getSupportedPlaybackFormats()
313 checkAndClearExceptionFromCallback(env, __FUNCTION__); in getSupportedCaptureFormats()
331 checkAndClearExceptionFromCallback(env, __FUNCTION__); in getSupportedObjectProperties()
349 checkAndClearExceptionFromCallback(env, __FUNCTION__); in getSupportedDeviceProperties()
462 checkAndClearExceptionFromCallback(env, __FUNCTION__); in getObjectPropertyValue()
[all …]
Dandroid_media_MediaScanner.cpp50 static status_t checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { in checkAndClearExceptionFromCallback() function
116 return checkAndClearExceptionFromCallback(mEnv, "scanFile"); in scanFile()
156 return checkAndClearExceptionFromCallback(mEnv, "handleStringTag"); in handleStringTag()
171 return checkAndClearExceptionFromCallback(mEnv, "setMimeType"); in setMimeType()
Dandroid_mtp_MtpDevice.cpp93 static void checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { in checkAndClearExceptionFromCallback() function
/frameworks/base/services/jni/
Dcom_android_server_location_GpsLocationProvider.cpp63 static void checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { in checkAndClearExceptionFromCallback() function
79 checkAndClearExceptionFromCallback(env, __FUNCTION__); in location_callback()
86 checkAndClearExceptionFromCallback(env, __FUNCTION__); in status_callback()
94 checkAndClearExceptionFromCallback(env, __FUNCTION__); in sv_status_callback()
105 checkAndClearExceptionFromCallback(env, __FUNCTION__); in nmea_callback()
113 checkAndClearExceptionFromCallback(env, __FUNCTION__); in set_capabilities_callback()
130 checkAndClearExceptionFromCallback(env, __FUNCTION__); in request_utc_time_callback()
155 checkAndClearExceptionFromCallback(env, __FUNCTION__); in xtra_download_request_callback()
175 checkAndClearExceptionFromCallback(env, __FUNCTION__); in agps_status_callback()
208 checkAndClearExceptionFromCallback(env, __FUNCTION__); in gps_ni_notify_callback()
[all …]
Dcom_android_server_input_InputManagerService.cpp258 static bool checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName);
309 bool NativeInputManager::checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { in checkAndClearExceptionFromCallback() function in android::NativeInputManager
395 if (!checkAndClearExceptionFromCallback(env, "getVirtualKeyQuietTimeMillis")) { in getReaderConfiguration()
402 if (!checkAndClearExceptionFromCallback(env, "getExcludedDeviceNames") && excludedDeviceNames) { in getReaderConfiguration()
416 if (!checkAndClearExceptionFromCallback(env, "getHoverTapTimeout")) { in getReaderConfiguration()
419 if (!checkAndClearExceptionFromCallback(env, "getDoubleTapTimeout")) { in getReaderConfiguration()
422 if (!checkAndClearExceptionFromCallback(env, "getLongPressTimeout")) { in getReaderConfiguration()
438 if (!checkAndClearExceptionFromCallback(env, "getHoverTapSlop")) { in getReaderConfiguration()
475 if (!checkAndClearExceptionFromCallback(env, "getPointerIcon")) { in obtainPointerController()
497 if (checkAndClearExceptionFromCallback(env, "getPointerLayer")) { in ensureSpriteControllerLocked()
[all …]
Dcom_android_server_PowerManagerService.cpp65 static bool checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { in checkAndClearExceptionFromCallback() function
111 checkAndClearExceptionFromCallback(env, "userActivity"); in android_server_PowerManagerService_userActivity()
121 checkAndClearExceptionFromCallback(env, "goToSleep"); in android_server_PowerManagerService_goToSleep()
Dcom_android_server_UsbHostManager.cpp46 static void checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { in checkAndClearExceptionFromCallback() function
118 checkAndClearExceptionFromCallback(env, __FUNCTION__); in usb_device_added()
130 checkAndClearExceptionFromCallback(env, __FUNCTION__); in usb_device_removed()
Dcom_android_server_UsbDeviceManager.cpp43 static void checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { in checkAndClearExceptionFromCallback() function