OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nativeSyncGetLastCount
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
PinyinDecoderService.java
91
native static int
nativeSyncGetLastCount
();
306
return
nativeSyncGetLastCount
();
/packages/inputmethods/PinyinIME/jni/android/
com_android_inputmethod_pinyin_PinyinDecoderService.cpp
294
JNIEXPORT jint JNICALL
nativeSyncGetLastCount
(JNIEnv *env, jclass clazz) {
362
{ "
nativeSyncGetLastCount
", "()I",
363
(void*)
nativeSyncGetLastCount
},
Completed in 22 milliseconds