Home
last modified time | relevance | path

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

/aosp12/libnativehelper/
H A DJNIHelp.c80 static bool GetExceptionSummary(JNIEnv* env, jthrowable thrown, struct ExpandableString* dst) { in GetExceptionSummary() function
211 GetExceptionSummary(env, thrown, dst); in GetStackTraceOrSummary()
230 GetExceptionSummary(env, exception, &summary); in DiscardPendingException()
339 if (GetExceptionSummary(env, thrown, &summary)) { in jniRegisterNativeMethods()
/aosp12/libnativehelper/include/nativehelper/
H A DJNIHelp.h128 [[maybe_unused]] static bool GetExceptionSummary(JNIEnv* env, jthrowable thrown, in GetExceptionSummary() function
262 GetExceptionSummary(env, thrown, dst); in GetStackTraceOrSummary()
281 GetExceptionSummary(env, exception, &summary); in DiscardPendingException()
380 if (GetExceptionSummary(env, thrown, &summary)) { in jniRegisterNativeMethods()