Home | History | Annotate | Download | only in jni

Lines Matching defs:env

26 extern int register_android_security_cts_MMapExecutableTest(JNIEnv* env);
27 extern int register_android_security_cts_EncryptionTest(JNIEnv* env);
30 JNIEnv *env = NULL;
32 if (vm->GetEnv((void **) &env, JNI_VERSION_1_4) != JNI_OK) {
36 if (register_android_security_cts_CharDeviceTest(env)) {
40 if (register_android_security_cts_LinuxRngTest(env)) {
44 if (register_android_security_cts_NativeCodeTest(env)) {
48 if (register_android_security_cts_SELinuxTest(env)) {
52 if (register_android_security_cts_KernelSettingsTest(env)) {
56 if (register_android_security_cts_MMapExecutableTest(env)) {
60 if (register_android_security_cts_EncryptionTest(env)) {