Home
last modified time | relevance | path

Searched refs:sMethods (Results 1 – 10 of 10) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/
Dcom_android_inputmethod_latin_DicTraverseSession.cpp58 static const JNINativeMethod sMethods[] = { variable
78 return registerNativeMethods(env, kClassPathName, sMethods, NELEMS(sMethods)); in register_DicTraverseSession()
Dcom_android_inputmethod_keyboard_ProximityInfo.cpp46 static const JNINativeMethod sMethods[] = { variable
61 return registerNativeMethods(env, kClassPathName, sMethods, NELEMS(sMethods)); in register_ProximityInfo()
Dcom_android_inputmethod_latin_BinaryDictionaryUtils.cpp82 static const JNINativeMethod sMethods[] = { variable
103 return registerNativeMethods(env, kClassPathName, sMethods, NELEMS(sMethods)); in register_BinaryDictionaryUtils()
Dcom_android_inputmethod_latin_BinaryDictionary.cpp619 static const JNINativeMethod sMethods[] = { variable
742 return registerNativeMethods(env, kClassPathName, sMethods, NELEMS(sMethods)); in register_BinaryDictionary()
/packages/apps/Nfc/nci/jni/
DNativeWlcManager.cpp52 const JNINativeMethod NativeWlcManager::sMethods[] = { member in NativeWlcManager
307 sMethods, NELEM(sMethods)); in registerJniFunctions()
DNativeWlcManager.h118 static const JNINativeMethod sMethods[]; variable
DRoutingManager.h129 static const JNINativeMethod sMethods[]; variable
DRoutingManager.cpp40 const JNINativeMethod RoutingManager::sMethods[] = { member in RoutingManager
1255 e, "com/android/nfc/cardemulation/RoutingOptionManager", sMethods, in registerJniFunctions()
1256 NELEM(sMethods)); in registerJniFunctions()
/packages/services/DeviceAsWebcam/jni/
DDeviceAsWebcamNative.cpp62 const JNINativeMethod DeviceAsWebcamNative::sMethods[] = { member in android::webcam::DeviceAsWebcamNative
74 int ret = jniRegisterNativeMethods(e, clsName, sMethods, NELEM(sMethods)); in registerJNIMethods()
DDeviceAsWebcamNative.h38 static const JNINativeMethod sMethods[];