HomeSort by relevance Sort by last modified time
    Searched defs:sMethods (Results 1 - 25 of 36) sorted by null

1 2

  /frameworks/base/core/jni/
android_database_SQLiteGlobal.cpp 78 static const JNINativeMethod sMethods[] =
89 sMethods, NELEM(sMethods));
android_hardware_location_ActivityRecognitionHardware.cpp 111 static const JNINativeMethod sMethods[] = {
130 sMethods,
131 NELEM(sMethods));
android_util_FileObserver.cpp 130 static const JNINativeMethod sMethods[] = {
145 return RegisterMethodsOrDie(env, "android/os/FileObserver$ObserverThread", sMethods,
146 NELEM(sMethods));
android_database_CursorWindow.cpp 511 static const JNINativeMethod sMethods[] =
567 return RegisterMethodsOrDie(env, "android/database/CursorWindow", sMethods, NELEM(sMethods));
  /packages/inputmethods/LatinIME/native/jni/
com_android_inputmethod_keyboard_ProximityInfo.cpp 46 static const JNINativeMethod sMethods[] = {
61 return registerNativeMethods(env, kClassPathName, sMethods, NELEMS(sMethods));
com_android_inputmethod_latin_DicTraverseSession.cpp 58 static const JNINativeMethod sMethods[] = {
78 return registerNativeMethods(env, kClassPathName, sMethods, NELEMS(sMethods));
com_android_inputmethod_latin_BinaryDictionaryUtils.cpp 82 static const JNINativeMethod sMethods[] = {
103 return registerNativeMethods(env, kClassPathName, sMethods, NELEMS(sMethods));
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
OverrideMethod.java 31 private static HashMap<String, MethodListener> sMethods = new HashMap<>();
32 /** Default listener for all method not listed in sMethods. Nothing if null. */
54 sMethods.remove(signature);
56 sMethods.put(signature, listener);
75 MethodListener i = sMethods.get(signature);
88 MethodListener i = sMethods.get(signature);
102 MethodListener i = sMethods.get(signature);
116 MethodListener i = sMethods.get(signature);
130 MethodListener i = sMethods.get(signature);
144 MethodListener i = sMethods.get(signature)
    [all...]
  /frameworks/base/apct-tests/perftests/core/jni/
SystemPerfTest.cpp 51 static const JNINativeMethod sMethods[] = {
77 sMethods, NELEM(sMethods)) == -1) {
  /frameworks/base/services/core/jni/
com_android_server_GraphicsStatsService.cpp 95 static const JNINativeMethod sMethods[] = {
107 sMethods, NELEM(sMethods));
com_android_server_PersistentDataBlockService.cpp 108 static const JNINativeMethod sMethods[] = {
117 sMethods, NELEM(sMethods));
com_android_server_SyntheticPasswordManager.cpp 79 static const JNINativeMethod sMethods[] = {
87 sMethods, NELEM(sMethods));
com_android_server_AlarmManagerService.cpp 423 static const JNINativeMethod sMethods[] = {
436 sMethods, NELEM(sMethods));
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_a2dp_sink.cpp 218 static JNINativeMethod sMethods[] = {
230 env, "com/android/bluetooth/a2dpsink/A2dpSinkStateMachine", sMethods,
231 NELEM(sMethods));
com_android_bluetooth_hdp.cpp 228 static JNINativeMethod sMethods[] = {
242 sMethods, NELEM(sMethods));
com_android_bluetooth_hid.cpp 446 static JNINativeMethod sMethods[] = {
462 sMethods, NELEM(sMethods));
com_android_bluetooth_pan.cpp 234 static JNINativeMethod sMethods[] = {
247 sMethods, NELEM(sMethods));
com_android_bluetooth_a2dp.cpp 362 static JNINativeMethod sMethods[] = {
377 sMethods, NELEM(sMethods));
com_android_bluetooth_hidd.cpp 460 static JNINativeMethod sMethods[] = {
479 sMethods, NELEM(sMethods));
com_android_bluetooth_sdp.cpp 483 static JNINativeMethod sMethods[] = {
503 sMethods, NELEM(sMethods));
  /packages/apps/Nfc/nci/jni/
RoutingManager.h 87 static const JNINativeMethod sMethods [];
RoutingManager.cpp 38 const JNINativeMethod RoutingManager::sMethods [] =
796 return jniRegisterNativeMethods (e, "com/android/nfc/cardemulation/AidRoutingManager", sMethods, NELEM(sMethods));
  /frameworks/base/cmds/hid/jni/
com_android_commands_hid_Device.cpp 221 static JNINativeMethod sMethods[] = {
237 sMethods, NELEM(sMethods));
  /frameworks/base/packages/PrintSpooler/jni/
com_android_printspooler_util_BitmapSerializeUtils.cpp 176 static const JNINativeMethod sMethods[] = {
183 sMethods, NELEM(sMethods));
  /hardware/intel/common/utils/ituxd/jni/
thermalJNI.cpp 286 static JNINativeMethod sMethods[] = {
309 sMethods, NELEM(sMethods));

Completed in 688 milliseconds

1 2