Home
last modified time | relevance | path

Searched refs:gMethods (Results 1 – 25 of 45) sorted by relevance

12

/cts/hostsidetests/os/test-apps/StaticSharedNativeLibConsumer/jni/
Dversion.cpp34 JNINativeMethod* gMethods, int numMethods) { in registerNativeMethods() argument
41 if (env->RegisterNatives(clazz, gMethods, numMethods) < 0) { in registerNativeMethods()
54 static JNINativeMethod gMethods[] = { in JNI_OnLoad() local
59 gMethods, ARRAY_SIZE(gMethods)); in JNI_OnLoad()
/cts/tests/sensor/jni/
Dandroid_hardware_cts_SensorDirectReportTest.cpp60 JNINativeMethod gMethods[] = { variable
68 return env->RegisterNatives(clazz, gMethods, in register_android_hardware_cts_SensorDirectReportTest()
69 sizeof(gMethods) / sizeof(JNINativeMethod)); in register_android_hardware_cts_SensorDirectReportTest()
75 return env->RegisterNatives(clazz, gMethods, in register_android_hardware_cts_helpers_SensorRatePermissionDirectReportTestHelper()
76 sizeof(gMethods) / sizeof(JNINativeMethod)); in register_android_hardware_cts_helpers_SensorRatePermissionDirectReportTestHelper()
Dandroid_hardware_cts_SensorNativeTest.cpp70 JNINativeMethod gMethods[] = { variable
82 return env->RegisterNatives(clazz, gMethods, in register_android_hardware_cts_SensorNativeTest()
83 sizeof(gMethods) / sizeof(JNINativeMethod)); in register_android_hardware_cts_SensorNativeTest()
/cts/tests/tests/graphics/jni/
Dandroid_graphics_cts_VulkanFeaturesTest.cpp31 static JNINativeMethod gMethods[] = { variable
40 return env->RegisterNatives(clazz, gMethods, in register_android_graphics_cts_VulkanFeaturesTest()
41 sizeof(gMethods) / sizeof(JNINativeMethod)); in register_android_graphics_cts_VulkanFeaturesTest()
Dandroid_graphics_cts_CameraVulkanGpuTest.cpp90 static JNINativeMethod gMethods[] = { variable
97 return env->RegisterNatives(clazz, gMethods, in register_android_graphics_cts_CameraVulkanGpuTest()
98 sizeof(gMethods) / sizeof(JNINativeMethod)); in register_android_graphics_cts_CameraVulkanGpuTest()
/cts/tools/cts-device-info/jni/
Dcom_android_cts_deviceinfo_VulkanDeviceInfo.cpp30 static JNINativeMethod gMethods[] = { variable
39 return env->RegisterNatives(clazz, gMethods, in register_com_android_cts_deviceinfo_VulkanDeviceInfo()
40 sizeof(gMethods) / sizeof(JNINativeMethod)); in register_com_android_cts_deviceinfo_VulkanDeviceInfo()
/cts/tests/tests/os/jni/
Dandroid_os_cts_HardwareName.cpp32 static JNINativeMethod gMethods[] = { variable
41 return env->RegisterNatives(clazz, gMethods, in register_android_os_cts_HardwareName()
42 sizeof(gMethods) / sizeof(JNINativeMethod)); in register_android_os_cts_HardwareName()
Dandroid_os_cts_SharedMemory.cpp38 static JNINativeMethod gMethods[] = { variable
46 return env->RegisterNatives(clazz, gMethods, in register_android_os_cts_SharedMemoryTest()
47 sizeof(gMethods) / sizeof(JNINativeMethod)); in register_android_os_cts_SharedMemoryTest()
Dandroid_os_cts_SPMITest.cpp51 static JNINativeMethod gMethods[] = { variable
58 return env->RegisterNatives(clazz, gMethods, in register_android_os_cts_SPMITest()
59 sizeof(gMethods) / sizeof(JNINativeMethod)); in register_android_os_cts_SPMITest()
Dandroid_os_cts_TaggedPointer.cpp73 static JNINativeMethod gMethods[] = { variable
82 return env->RegisterNatives(clazz, gMethods, in register_android_os_cts_TaggedPointer()
83 sizeof(gMethods) / sizeof(JNINativeMethod)); in register_android_os_cts_TaggedPointer()
Dandroid_os_cts_NoExecutePermissionTest.cpp67 static JNINativeMethod gMethods[] = { variable
78 return env->RegisterNatives(clazz, gMethods, in register_android_os_cts_NoExecutePermissionTest()
79 sizeof(gMethods) / sizeof(JNINativeMethod)); in register_android_os_cts_NoExecutePermissionTest()
Dandroid_os_cts_OSFeatures.cpp90 static JNINativeMethod gMethods[] = { variable
103 return env->RegisterNatives(clazz, gMethods, in register_android_os_cts_OSFeatures()
104 sizeof(gMethods) / sizeof(JNINativeMethod)); in register_android_os_cts_OSFeatures()
Dandroid_os_cts_CpuInstructions.cpp130 static JNINativeMethod gMethods[] = { variable
142 return env->RegisterNatives(clazz, gMethods, in register_android_os_cts_CpuInstructions()
143 sizeof(gMethods) / sizeof(JNINativeMethod)); in register_android_os_cts_CpuInstructions()
/cts/tests/tests/security/jni/
Dandroid_security_cts_NativeCodeTest.cpp60 static JNINativeMethod gMethods[] = { variable
68 return env->RegisterNatives(clazz, gMethods, in register_android_security_cts_NativeCodeTest()
69 sizeof(gMethods) / sizeof(JNINativeMethod)); in register_android_security_cts_NativeCodeTest()
Dandroid_security_cts_cve_2021_0394.cpp44 static JNINativeMethod gMethods[] = { { "poc", "()Z", variable
49 return env->RegisterNatives(clazz, gMethods, in register_android_security_cts_cve_2021_0394()
50 sizeof(gMethods) / sizeof(JNINativeMethod)); in register_android_security_cts_cve_2021_0394()
Dandroid_security_cts_MMapExecutableTest.cpp75 static JNINativeMethod gMethods[] = { variable
83 clazz, gMethods, sizeof(gMethods) / sizeof(JNINativeMethod)); in register_android_security_cts_MMapExecutableTest()
Dandroid_security_cts_EncryptionTest.cpp96 static JNINativeMethod gMethods[] = { variable
104 return env->RegisterNatives(clazz, gMethods, in register_android_security_cts_EncryptionTest()
105 sizeof(gMethods) / sizeof(JNINativeMethod)); in register_android_security_cts_EncryptionTest()
Dandroid_security_cts_LinuxRngTest.cpp97 static JNINativeMethod gMethods[] = { variable
107 return env->RegisterNatives(clazz, gMethods, in register_android_security_cts_LinuxRngTest()
108 sizeof(gMethods) / sizeof(JNINativeMethod)); in register_android_security_cts_LinuxRngTest()
/cts/tests/tests/drm/jni/
Dandroid_drm_cts_NativeCodeTest.cpp50 static JNINativeMethod gMethods[] = { variable
58 return env->RegisterNatives(clazz, gMethods, in register_android_drm_cts_NativeCodeTest()
59 sizeof(gMethods) / sizeof(JNINativeMethod)); in register_android_drm_cts_NativeCodeTest()
/cts/hostsidetests/atrace/AtraceTestApp/jni/
DCtsTrace.cpp42 static JNINativeMethod gMethods[] = { variable
55 env->RegisterNatives(clazz, gMethods, sizeof(gMethods) / sizeof(JNINativeMethod)); in JNI_OnLoad()
/cts/tests/tests/hardware/jni/
Dandroid_hardware_cts_HardwareBufferTest.cpp52 static JNINativeMethod gMethods[] = { variable
62 return env->RegisterNatives(clazz, gMethods, in register_android_hardware_cts_HardwareBufferTest()
63 sizeof(gMethods) / sizeof(JNINativeMethod)); in register_android_hardware_cts_HardwareBufferTest()
/cts/common/device-side/util/jni/
Dandroid_cts_CpuFeatures.cpp68 static JNINativeMethod gMethods[] = { variable
87 return env->RegisterNatives(clazz, gMethods, in register_android_cts_CpuFeatures()
88 sizeof(gMethods) / sizeof(JNINativeMethod)); in register_android_cts_CpuFeatures()
/cts/hostsidetests/jvmti/base/jni/
Dcts_logging.cpp47 static JNINativeMethod gMethods[] = { variable
60 env->RegisterNatives(klass.get(), gMethods, sizeof(gMethods) / sizeof(JNINativeMethod)); in register_android_jvmti_cts_JvmtiRunTestBasedTest()
/cts/hostsidetests/seccomp/app/jni/
Dandroid_seccomp_cts_app_SeccompDeviceTest.cpp93 static JNINativeMethod gMethods[] = { variable
106 return env->RegisterNatives(clazz, gMethods, in register_android_seccomp_cts_app_SeccompTest()
107 sizeof(gMethods) / sizeof(JNINativeMethod)); in register_android_seccomp_cts_app_SeccompTest()
/cts/tests/tests/selinux/common/jni/
Dandroid_security_SELinuxTargetSdkTest.cpp121 static JNINativeMethod gMethods[] = { variable
131 return env->RegisterNatives(clazz, gMethods, in register_android_security_SELinuxTargetSdkTest()
132 sizeof(gMethods) / sizeof(JNINativeMethod)); in register_android_security_SELinuxTargetSdkTest()

12