Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/android/
H A Djava_exception_reporter.cc31 JavaExceptionCallback g_java_exception_callback; variable
67 DCHECK(!g_java_exception_callback || !callback); in SetJavaExceptionCallback()
68 g_java_exception_callback = callback; in SetJavaExceptionCallback()
72 return g_java_exception_callback; in GetJavaExceptionCallback()
78 if (g_java_exception_callback) { in SetJavaException()
79 g_java_exception_callback(exception); in SetJavaException()
/aosp_15_r20/external/libchrome/base/android/
H A Djava_exception_reporter.cc19 void (*g_java_exception_callback)(const char*); variable
36 DCHECK(!g_java_exception_callback); in SetJavaExceptionCallback()
37 g_java_exception_callback = callback; in SetJavaExceptionCallback()
43 if (g_java_exception_callback) { in SetJavaException()
44 g_java_exception_callback(exception); in SetJavaException()