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

/frameworks/base/core/jni/
H A Dandroid_app_Activity.cpp39 static const JNINativeMethod g_methods[] = { member in namespace:android
48 return RegisterMethodsOrDie(env, kActivityPathName, g_methods, NELEM(g_methods));
H A Dandroid_app_ApplicationLoaders.cpp40 static const JNINativeMethod g_methods[] = { variable
51 return RegisterMethodsOrDie(env, kApplicationLoadersName, g_methods, NELEM(g_methods));
H A Dcom_android_internal_os_PathClassLoaderFactory.cpp36 static const JNINativeMethod g_methods[] = { variable
48 return RegisterMethodsOrDie(env, kPathClassLoaderFactoryPathName, g_methods, NELEM(g_methods));
H A Dandroid_server_Watchdog.cpp104 static const JNINativeMethod g_methods[] = { member in namespace:android
109 return RegisterMethodsOrDie(env, "com/android/server/Watchdog", g_methods, NELEM(g_methods));
H A Dandroid_app_backup_FullBackup.cpp124 static const JNINativeMethod g_methods[] = { member in namespace:android
139 return RegisterMethodsOrDie(env, "android/app/backup/FullBackup", g_methods, NELEM(g_methods));
H A Dandroid_backup_BackupDataInput.cpp127 static const JNINativeMethod g_methods[] = { member in namespace:android
144 return RegisterMethodsOrDie(env, "android/app/backup/BackupDataInput", g_methods,
145 NELEM(g_methods));
H A Dandroid_backup_BackupDataOutput.cpp98 static const JNINativeMethod g_methods[] = { member in namespace:android
110 g_methods, NELEM(g_methods));
H A Dandroid_backup_BackupHelperDispatcher.cpp214 static const JNINativeMethod g_methods[] = { member in namespace:android
235 return RegisterMethodsOrDie(env, "android/app/backup/BackupHelperDispatcher", g_methods,
236 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_view_KeyEvent.cpp122 static const JNINativeMethod g_methods[] = { member in namespace:android
154 return RegisterMethodsOrDie(env, "android/view/KeyEvent", g_methods, NELEM(g_methods));
H A Dandroid_view_InputQueue.cpp251 static const JNINativeMethod g_methods[] = { member in namespace:android
267 return RegisterMethodsOrDie(env, kInputQueuePathName, g_methods, NELEM(g_methods));
H A Dandroid_view_KeyCharacterMap.cpp206 static const JNINativeMethod g_methods[] = { member in namespace:android
246 return RegisterMethodsOrDie(env, "android/view/KeyCharacterMap", g_methods, NELEM(g_methods));
H A Dandroid_app_NativeActivity.cpp655 static const JNINativeMethod g_methods[] = { member in namespace:android
695 return RegisterMethodsOrDie(env, kNativeActivityPathName, g_methods, NELEM(g_methods));
/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/services/core/jni/
H A Dcom_android_server_fingerprint_FingerprintService.cpp256 static const JNINativeMethod g_methods[] = { member in namespace:android
276 int result = RegisterMethodsOrDie(env, FINGERPRINT_SERVICE, g_methods, NELEM(g_methods));

Completed in 182 milliseconds