Home
last modified time | relevance | path

Searched refs:ExceptionDescribe (Results 1 – 2 of 2) sorted by relevance

/system/extras/module_ndk_libs/libnativehelper/include_jni/
Djni.h175 void (*ExceptionDescribe)(JNIEnv*); member
532 void ExceptionDescribe() in ExceptionDescribe() function
533 { functions->ExceptionDescribe(this); } in ExceptionDescribe()
/system/incremental_delivery/libdataloader/
DDataLoaderConnector.cpp219 env->ExceptionDescribe(); in checkAndClearJavaException()