Home
last modified time | relevance | path

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

12

/cts/hostsidetests/os/test-apps/StaticSharedNativeLibConsumer/jni/
Dversion.cpp30 JNINativeMethod* gMethods, int numMethods) { in registerNativeMethods() argument
37 if (env->RegisterNatives(clazz, gMethods, numMethods) < 0) { in registerNativeMethods()
50 static JNINativeMethod gMethods[] = { in JNI_OnLoad() local
55 gMethods, ARRAY_SIZE(gMethods)); in JNI_OnLoad()
/cts/tests/tests/security/jni/
Dandroid_security_cts_KernelSettingsTest.cpp29 static JNINativeMethod gMethods[] = { variable
37 return env->RegisterNatives(clazz, gMethods, in register_android_security_cts_KernelSettingsTest()
38 sizeof(gMethods) / sizeof(JNINativeMethod)); in register_android_security_cts_KernelSettingsTest()
Dandroid_security_cts_SeccompTest.cpp70 static JNINativeMethod gMethods[] = { variable
79 return env->RegisterNatives(clazz, gMethods, in register_android_security_cts_SeccompTest()
80 sizeof(gMethods) / sizeof(JNINativeMethod)); in register_android_security_cts_SeccompTest()
Dandroid_security_cts_SELinuxTest.cpp60 static JNINativeMethod gMethods[] = { variable
69 return env->RegisterNatives(clazz, gMethods, in register_android_security_cts_SELinuxTest()
70 sizeof(gMethods) / sizeof(JNINativeMethod)); in register_android_security_cts_SELinuxTest()
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_CharDeviceTest.cpp108 static JNINativeMethod gMethods[] = { variable
118 return env->RegisterNatives(clazz, gMethods, in register_android_security_cts_CharDeviceTest()
119 sizeof(gMethods) / sizeof(JNINativeMethod)); in register_android_security_cts_CharDeviceTest()
Dandroid_security_cts_EncryptionTest.cpp138 static JNINativeMethod gMethods[] = { variable
148 return env->RegisterNatives(clazz, gMethods, in register_android_security_cts_EncryptionTest()
149 sizeof(gMethods) / sizeof(JNINativeMethod)); in register_android_security_cts_EncryptionTest()
Dandroid_security_cts_LinuxRngTest.cpp96 static JNINativeMethod gMethods[] = { variable
106 return env->RegisterNatives(clazz, gMethods, in register_android_security_cts_LinuxRngTest()
107 sizeof(gMethods) / sizeof(JNINativeMethod)); in register_android_security_cts_LinuxRngTest()
/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_TaggedPointer.cpp74 static JNINativeMethod gMethods[] = { variable
83 return env->RegisterNatives(clazz, gMethods, in register_android_os_cts_TaggedPointer()
84 sizeof(gMethods) / sizeof(JNINativeMethod)); in register_android_os_cts_TaggedPointer()
Dandroid_os_cts_NoExecutePermissionTest.cpp72 static JNINativeMethod gMethods[] = { variable
85 return env->RegisterNatives(clazz, gMethods, in register_android_os_cts_NoExecutePermissionTest()
86 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.cpp135 static JNINativeMethod gMethods[] = { variable
147 return env->RegisterNatives(clazz, gMethods, in register_android_os_cts_CpuInstructions()
148 sizeof(gMethods) / sizeof(JNINativeMethod)); in register_android_os_cts_CpuInstructions()
/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/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/tests/tests/hardware/jni/
Dandroid_hardware_cts_HardwareBufferTest.cpp51 static JNINativeMethod gMethods[] = { variable
61 return env->RegisterNatives(clazz, gMethods, in register_android_hardware_cts_HardwareBufferTest()
62 sizeof(gMethods) / sizeof(JNINativeMethod)); in register_android_hardware_cts_HardwareBufferTest()
/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()
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/nativehardware/jni/
Dandroid_hardware_cts_AHardwareBufferNativeTest.cpp75 JNINativeMethod gMethods[] = { variable
85 return env->RegisterNatives(clazz, gMethods, in register_android_hardware_cts_AHardwareBufferNativeTest()
86 sizeof(gMethods) / sizeof(JNINativeMethod)); in register_android_hardware_cts_AHardwareBufferNativeTest()
/cts/common/device-side/util/jni/
Dandroid_cts_CpuFeatures.cpp69 static JNINativeMethod gMethods[] = { variable
92 return env->RegisterNatives(clazz, gMethods, in register_android_cts_CpuFeatures()
93 sizeof(gMethods) / sizeof(JNINativeMethod)); in register_android_cts_CpuFeatures()
Dandroid_cts_FileUtils.cpp112 static JNINativeMethod gMethods[] = { variable
145 return env->RegisterNatives(clazz, gMethods, in register_android_cts_FileUtils()
146 sizeof(gMethods) / sizeof(JNINativeMethod)); in register_android_cts_FileUtils()
/cts/tests/tests/graphics/jni/
Dandroid_graphics_cts_VulkanFeaturesTest.cpp98 static JNINativeMethod gMethods[] = { variable
107 return env->RegisterNatives(clazz, gMethods, in register_android_graphics_cts_VulkanFeaturesTest()
108 sizeof(gMethods) / sizeof(JNINativeMethod)); in register_android_graphics_cts_VulkanFeaturesTest()
Dandroid_graphics_cts_BitmapTest.cpp82 static JNINativeMethod gMethods[] = { variable
91 return env->RegisterNatives(clazz, gMethods, in register_android_graphics_cts_BitmapTest()
92 sizeof(gMethods) / sizeof(JNINativeMethod)); in register_android_graphics_cts_BitmapTest()
/cts/apps/CtsVerifier/jni/verifier/
Dcom_android_cts_verifier_camera_StatsImage.cpp91 static JNINativeMethod gMethods[] = { variable
100 return env->RegisterNatives(clazz, gMethods, in register_com_android_cts_verifier_camera_its_StatsImage()
101 sizeof(gMethods) / sizeof(JNINativeMethod)); in register_com_android_cts_verifier_camera_its_StatsImage()
/cts/hostsidetests/appsecurity/test-apps/SplitApp/jni/
Dcom_android_cts_splitapp_Native.cpp45 static int registerNativeMethods(JNIEnv* env, const char* className, JNINativeMethod* gMethods, int… in registerNativeMethods() argument
53 if (env->RegisterNatives(clazz, gMethods, numMethods) < 0) { in registerNativeMethods()

12