/aosp12/frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/ |
H A D | OverrideMethod.java | 31 private static HashMap<String, MethodListener> sMethods = new HashMap<>(); field in OverrideMethod 54 sMethods.remove(signature); in setMethodListener() 56 sMethods.put(signature, listener); in setMethodListener() 75 MethodListener i = sMethods.get(signature); in invokeV() 88 MethodListener i = sMethods.get(signature); in invokeI() 102 MethodListener i = sMethods.get(signature); in invokeL() 116 MethodListener i = sMethods.get(signature); in invokeF() 130 MethodListener i = sMethods.get(signature); in invokeD() 144 MethodListener i = sMethods.get(signature); in invokeA()
|
/aosp12/frameworks/base/services/core/jni/ |
H A D | com_android_server_locksettings_SyntheticPasswordManager.cpp | 47 static const JNINativeMethod sMethods[] = { variable 54 sMethods, NELEM(sMethods)); in register_android_server_SyntheticPasswordManager()
|
H A D | com_android_server_stats_pull_StatsPullAtomService.cpp | 49 static const JNINativeMethod sMethods[] = { variable 54 sMethods, NELEM(sMethods)); in register_android_server_stats_pull_StatsPullAtomService()
|
H A D | com_android_server_PersistentDataBlockService.cpp | 108 static const JNINativeMethod sMethods[] = { variable 117 sMethods, NELEM(sMethods)); in register_android_server_PersistentDataBlockService()
|
H A D | com_android_server_am_LowMemDetector.cpp | 144 static const JNINativeMethod sMethods[] = { variable 153 sMethods, NELEM(sMethods)); in register_android_server_am_LowMemDetector()
|
H A D | com_android_server_am_CachedAppOptimizer.cpp | 300 static const JNINativeMethod sMethods[] = { variable 315 sMethods, NELEM(sMethods)); in register_android_server_am_CachedAppOptimizer()
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_database_SQLiteGlobal.cpp | 78 static const JNINativeMethod sMethods[] = variable 89 sMethods, NELEM(sMethods)); in register_android_database_SQLiteGlobal()
|
H A D | android_hardware_location_ActivityRecognitionHardware.cpp | 111 static const JNINativeMethod sMethods[] = { variable 130 sMethods, in register_android_hardware_location_ActivityRecognitionHardware() 131 NELEM(sMethods)); in register_android_hardware_location_ActivityRecognitionHardware()
|
H A D | android_security_Scrypt.cpp | 62 static const JNINativeMethod sMethods[] = { variable 69 sMethods, NELEM(sMethods)); in register_android_security_Scrypt()
|
H A D | com_android_internal_security_VerityUtils.cpp | 121 const JNINativeMethod sMethods[] = { variable 130 return jniRegisterNativeMethods(env, "com/android/internal/security/VerityUtils", sMethods, in register_com_android_internal_security_VerityUtils() 131 NELEM(sMethods)); in register_com_android_internal_security_VerityUtils()
|
H A D | android_util_FileObserver.cpp | 146 static const JNINativeMethod sMethods[] = { variable 161 return RegisterMethodsOrDie(env, "android/os/FileObserver$ObserverThread", sMethods, in register_android_os_FileObserver() 162 NELEM(sMethods)); in register_android_os_FileObserver()
|
/aosp12/packages/inputmethods/LatinIME/native/jni/ |
H A D | com_android_inputmethod_keyboard_ProximityInfo.cpp | 46 static const JNINativeMethod sMethods[] = { variable 61 return registerNativeMethods(env, kClassPathName, sMethods, NELEMS(sMethods)); in register_ProximityInfo()
|
H A D | com_android_inputmethod_latin_DicTraverseSession.cpp | 58 static const JNINativeMethod sMethods[] = { variable 78 return registerNativeMethods(env, kClassPathName, sMethods, NELEMS(sMethods)); in register_DicTraverseSession()
|
H A D | com_android_inputmethod_latin_BinaryDictionaryUtils.cpp | 82 static const JNINativeMethod sMethods[] = { variable 103 return registerNativeMethods(env, kClassPathName, sMethods, NELEMS(sMethods)); in register_BinaryDictionaryUtils()
|
/aosp12/frameworks/base/apct-tests/perftests/core/jni/ |
H A D | SystemPerfTest.cpp | 51 static const JNINativeMethod sMethods[] = { variable 77 sMethods, NELEM(sMethods)) == -1) { in JNI_OnLoad()
|
/aosp12/frameworks/base/packages/PrintSpooler/jni/ |
H A D | com_android_printspooler_util_BitmapSerializeUtils.cpp | 176 static const JNINativeMethod sMethods[] = { variable 183 sMethods, NELEM(sMethods)); in register_com_android_printspooler_util_BitmapSerializeUtils()
|
/aosp12/packages/apps/Bluetooth/jni/ |
H A D | com_android_bluetooth_btservice_ActivityAttribution.cpp | 160 static JNINativeMethod sMethods[] = { variable 171 sMethods, NELEM(sMethods)); in register_com_android_bluetooth_btservice_activity_attribution()
|
H A D | com_android_bluetooth_btservice_BluetoothKeystore.cpp | 158 static JNINativeMethod sMethods[] = { variable 169 sMethods, NELEM(sMethods)); in register_com_android_bluetooth_btservice_BluetoothKeystore()
|
H A D | com_android_bluetooth_pan.cpp | 218 static JNINativeMethod sMethods[] = { variable 229 sMethods, NELEM(sMethods)); in register_com_android_bluetooth_pan()
|
H A D | com_android_bluetooth_hearing_aid.cpp | 221 static JNINativeMethod sMethods[] = { variable 234 sMethods, NELEM(sMethods)); in register_com_android_bluetooth_hearing_aid()
|
H A D | com_android_bluetooth_a2dp_sink.cpp | 246 static JNINativeMethod sMethods[] = { variable 259 env, "com/android/bluetooth/a2dpsink/A2dpSinkService", sMethods, in register_com_android_bluetooth_a2dp_sink() 260 NELEM(sMethods)); in register_com_android_bluetooth_a2dp_sink()
|
H A D | com_android_bluetooth_le_audio.cpp | 264 static JNINativeMethod sMethods[] = { variable 277 env, "com/android/bluetooth/le_audio/LeAudioNativeInterface", sMethods, in register_com_android_bluetooth_le_audio() 278 NELEM(sMethods)); in register_com_android_bluetooth_le_audio()
|
/aosp12/frameworks/base/libs/hwui/jni/ |
H A D | GraphicsStatsService.cpp | 179 static const JNINativeMethod sMethods[] = variable 195 return jniRegisterNativeMethods(env, "android/graphics/GraphicsStatsService", sMethods, in register_android_graphics_GraphicsStatsService() 196 NELEM(sMethods)); in register_android_graphics_GraphicsStatsService()
|
/aosp12/frameworks/base/apex/jobscheduler/service/jni/ |
H A D | com_android_server_alarm_AlarmManagerService.cpp | 389 static const JNINativeMethod sMethods[] = { variable 403 sMethods, NELEM(sMethods)); in register_android_server_alarm_AlarmManagerService()
|
/aosp12/frameworks/base/cmds/uinput/jni/ |
H A D | com_android_commands_uinput_Device.cpp | 304 static JNINativeMethod sMethods[] = { variable 334 return jniRegisterNativeMethods(env, "com/android/commands/uinput/Device", sMethods, in register_com_android_commands_uinput_Device() 335 NELEM(sMethods)); in register_com_android_commands_uinput_Device()
|