Home
last modified time | relevance | path

Searched refs:gMethods (Results 1 – 25 of 50) 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/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_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_TaggedPointer.cpp83 static JNINativeMethod gMethods[] = { variable
92 return env->RegisterNatives(clazz, gMethods, in register_android_os_cts_TaggedPointer()
93 sizeof(gMethods) / sizeof(JNINativeMethod)); in register_android_os_cts_TaggedPointer()
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.cpp112 static JNINativeMethod gMethods[] = { variable
123 return env->RegisterNatives(clazz, gMethods, in register_android_os_cts_CpuInstructions()
124 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.cpp95 static JNINativeMethod gMethods[] = { variable
103 return env->RegisterNatives(clazz, gMethods, in register_android_security_cts_EncryptionTest()
104 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/virtualdevice/sensor/src/android/virtualdevice/cts/sensor/util/jni/
Dandroid_virtualdevice_cts_sensor_util_NativeSensorTestActivity.cpp38 static JNINativeMethod gMethods[] = { variable
46 clazz, gMethods, sizeof(gMethods) / sizeof(JNINativeMethod)); in register_android_virtualdevice_cts_sensor_util_NativeSensorTestActivity()
/cts/tests/mediapc/jni/
DVulkanDeviceInfo.cpp29 static JNINativeMethod gMethods[] = { variable
41 int status = env->RegisterNatives(clazz, gMethods, sizeof(gMethods) / sizeof(JNINativeMethod)); in JNI_OnLoad()
/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/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/common/device-side/util/jni/
Dandroid_cts_CpuFeatures.cpp99 static JNINativeMethod gMethods[] = { variable
122 return env->RegisterNatives(clazz, gMethods, in register_android_cts_CpuFeatures()
123 sizeof(gMethods) / sizeof(JNINativeMethod)); in register_android_cts_CpuFeatures()
/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/hardware/jni/
DHardwareBufferTestService.cpp75 static JNINativeMethod gMethods[] = { variable
82 return env->RegisterNatives(clazz, gMethods, in register_android_hardware_cts_HardwareBufferTestService()
83 sizeof(gMethods) / sizeof(JNINativeMethod)); in register_android_hardware_cts_HardwareBufferTestService()
Dandroid_hardware_cts_HardwareBufferTest.cpp86 static JNINativeMethod gMethods[] = { variable
98 return env->RegisterNatives(clazz, gMethods, in register_android_hardware_cts_HardwareBufferTest()
99 sizeof(gMethods) / sizeof(JNINativeMethod)); in register_android_hardware_cts_HardwareBufferTest()

12