Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/jni_zero/
H A Djni_zero.cc21 void (*g_exception_handler_callback)(JNIEnv*) = nullptr; variable
237 g_exception_handler_callback = callback; in SetExceptionHandler()
245 if (g_exception_handler_callback) { in CheckException()
246 return g_exception_handler_callback(env); in CheckException()