Searched defs:sMethods (Results 1 - 8 of 8) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/
H A Dcom_android_inputmethod_latin_DicTraverseSession.cpp49 static JNINativeMethod sMethods[] = { member in namespace:latinime
60 return registerNativeMethods(env, kClassPathName, sMethods,
61 sizeof(sMethods) / sizeof(sMethods[0]));
H A Dcom_android_inputmethod_latin_BinaryDictionary.cpp279 static JNINativeMethod sMethods[] = { member in namespace:latinime
297 return registerNativeMethods(env, kClassPathName, sMethods,
298 sizeof(sMethods) / sizeof(sMethods[0]));
/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_a2dp.cpp234 static JNINativeMethod sMethods[] = { member in namespace:android
245 sMethods, NELEM(sMethods));
H A Dcom_android_bluetooth_hdp.cpp269 static JNINativeMethod sMethods[] = { member in namespace:android
282 sMethods, NELEM(sMethods));
H A Dcom_android_bluetooth_hid.cpp445 static JNINativeMethod sMethods[] = { member in namespace:android
462 sMethods, NELEM(sMethods));
H A Dcom_android_bluetooth_pan.cpp232 static JNINativeMethod sMethods[] = { member in namespace:android
246 sMethods, NELEM(sMethods));
H A Dcom_android_bluetooth_btservice_AdapterService.cpp905 static JNINativeMethod sMethods[] = { member in namespace:android
933 sMethods, NELEM(sMethods));
H A Dcom_android_bluetooth_hfp.cpp542 static JNINativeMethod sMethods[] = { member in namespace:android
565 sMethods, NELEM(sMethods));

Completed in 864 milliseconds