Home
last modified time | relevance | path

Searched defs:TestJni (Results 1 – 1 of 1) sorted by relevance

/libnativehelper/tests/
DJniSafeRegisterNativeMethods_test.cpp238 struct TestJni { struct
244 static void bad_cptr(const char* ptr) {} in bad_cptr()
245 static void* bad_ret_ptr() { return nullptr; } in bad_ret_ptr()
246 static JNIEnv* bad_ret_env() { return nullptr; } in bad_ret_env()
247 static void bad_wrongplace_env(jobject, JNIEnv*) {} in bad_wrongplace_env()
248 static void bad_wrongplace_env2(jobject, jobject, JNIEnv*) {} in bad_wrongplace_env2()
249 static void v_e(JNIEnv*) {} in v_e()
250 static void v_ei(JNIEnv*, jint l) {} in v_ei()
251 static void v_el(JNIEnv*, jlong l) {} in v_el()
252 static void v_et(JNIEnv*, jstring) {} in v_et()
[all …]