Searched defs:g_methods (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/packages/DefaultContainerService/jni/
H A Dcom_android_defcontainer_MeasurementUtils.cpp53 static const JNINativeMethod g_methods[] = { member in namespace:android
59 env, "com/android/defcontainer/MeasurementUtils", g_methods, NELEM(g_methods)) < 0) {
/frameworks/base/core/jni/
H A Dandroid_server_Watchdog.cpp104 static const JNINativeMethod g_methods[] = { member in namespace:android
110 g_methods, NELEM(g_methods));
H A Dandroid_app_backup_FullBackup.cpp113 static const JNINativeMethod g_methods[] = { member in namespace:android
129 g_methods, NELEM(g_methods));
H A Dandroid_backup_BackupDataInput.cpp125 static const JNINativeMethod g_methods[] = { member in namespace:android
148 g_methods, NELEM(g_methods));
H A Dandroid_backup_BackupDataOutput.cpp99 static const JNINativeMethod g_methods[] = { member in namespace:android
111 g_methods, NELEM(g_methods));
H A Dandroid_backup_BackupHelperDispatcher.cpp213 static const JNINativeMethod g_methods[] = { member in namespace:android
241 g_methods, NELEM(g_methods));
H A Dandroid_backup_FileBackupHelperBase.cpp109 static const JNINativeMethod g_methods[] = { member in namespace:android
122 g_methods, NELEM(g_methods));
H A Dandroid_server_FingerprintManager.cpp185 static const JNINativeMethod g_methods[] = { member in namespace:android
199 env, FINGERPRINT_SERVICE, g_methods, NELEM(g_methods));
H A Dandroid_view_InputQueue.cpp249 static const JNINativeMethod g_methods[] = { member in namespace:android
279 g_methods, NELEM(g_methods));
H A Dandroid_view_KeyCharacterMap.cpp200 static JNINativeMethod g_methods[] = { member in namespace:android
257 "android/view/KeyCharacterMap", g_methods, NELEM(g_methods));
H A Dandroid_view_KeyEvent.cpp120 static const JNINativeMethod g_methods[] = { member in namespace:android
176 env, "android/view/KeyEvent", g_methods, NELEM(g_methods));
H A Dandroid_app_NativeActivity.cpp610 static const JNINativeMethod g_methods[] = { member in namespace:android
667 g_methods, NELEM(g_methods));

Completed in 2369 milliseconds