Home
last modified time | relevance | path

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

/libnativehelper/tests/
DJniSafeRegisterNativeMethods_test.cpp250 struct TestJni { struct
256 static void bad_cptr(const char* ptr) {} in bad_cptr()
257 static void* bad_ret_ptr() { return nullptr; } in bad_ret_ptr()
258 static JNIEnv* bad_ret_env() { return nullptr; } in bad_ret_env()
259 static void bad_wrongplace_env(jobject, JNIEnv*) {} in bad_wrongplace_env()
260 static void bad_wrongplace_env2(jobject, jobject, JNIEnv*) {} in bad_wrongplace_env2()
261 static void v_e(JNIEnv*) {} in v_e()
262 static void v_ei(JNIEnv*, jint l) {} in v_ei()
263 static void v_el(JNIEnv*, jlong l) {} in v_el()
264 static void v_et(JNIEnv*, jstring) {} in v_et()
[all …]