Home
last modified time | relevance | path

Searched refs:GetIntArrayRegion (Results 1 – 18 of 18) sorted by relevance

/aosp12/packages/inputmethods/LatinIME/native/jni/
H A Dcom_android_inputmethod_latin_BinaryDictionary.cpp208 env->GetIntArrayRegion(timesArray, 0, inputSize, times); in latinime_BinaryDictionary_getSuggestions()
209 env->GetIntArrayRegion(pointerIdsArray, 0, inputSize, pointerIds); in latinime_BinaryDictionary_getSuggestions()
269 env->GetIntArrayRegion(word, 0, codePointCount, codePoints); in latinime_BinaryDictionary_getProbability()
279 env->GetIntArrayRegion(word, 0, codePointCount, codePoints); in latinime_BinaryDictionary_getMaxProbabilityOfExactMatches()
291 env->GetIntArrayRegion(word, 0, wordLength, wordCodePoints); in latinime_BinaryDictionary_getNgramProbability()
342 env->GetIntArrayRegion(word, 0, wordLength, wordCodePoints); in latinime_BinaryDictionary_getWordProperty()
369 env->GetIntArrayRegion(word, 0, codePointCount, codePoints); in latinime_BinaryDictionary_addUnigramEntry()
394 env->GetIntArrayRegion(word, 0, codePointCount, codePoints); in latinime_BinaryDictionary_removeUnigramEntry()
410 env->GetIntArrayRegion(word, 0, wordLength, wordCodePoints); in latinime_BinaryDictionary_addNgramEntry()
430 env->GetIntArrayRegion(word, 0, codePointCount, wordCodePoints); in latinime_BinaryDictionary_removeNgramEntry()
[all …]
H A Dcom_android_inputmethod_latin_BinaryDictionaryUtils.cpp65 env->GetIntArrayRegion(before, 0, beforeLength, beforeCodePoints); in latinime_BinaryDictionaryUtils_calcNormalizedScore()
66 env->GetIntArrayRegion(after, 0, afterLength, afterCodePoints); in latinime_BinaryDictionaryUtils_calcNormalizedScore()
H A Dcom_android_inputmethod_latin_DicTraverseSession.cpp48 env->GetIntArrayRegion(previousWord, 0, previousWordLength, prevWord); in latinime_initDicTraverseSession()
/aosp12/frameworks/base/core/jni/
H A Dandroid_os_NativeHandle.cpp78 env->GetIntArrayRegion(fds.get(), 0, numFds, &(handle->data[0])); in MakeCppNativeHandle()
79 env->GetIntArrayRegion(ints.get(), 0, numInts, &(handle->data[numFds])); in MakeCppNativeHandle()
H A Dandroid_hardware_SensorManager.cpp285 _env->GetIntArrayRegion(ints, 0, _env->GetArrayLength(ints), int32Vector.editArray()); in nativeSetOperationParameter()
H A Dcom_google_android_gles_jni_EGLImpl.cpp95 _env->GetIntArrayRegion(attrib_list, len-1, 1, &item); in validAttribList()
H A Dandroid_hardware_camera2_DngCreator.cpp2455 env->GetIntArrayRegion(latTag, 0, static_cast<jsize>(GpsData::GPS_VALUE_LENGTH), in DngCreator_nativeSetGpsTags()
2457 env->GetIntArrayRegion(longTag, 0, static_cast<jsize>(GpsData::GPS_VALUE_LENGTH), in DngCreator_nativeSetGpsTags()
2459 env->GetIntArrayRegion(timeTag, 0, static_cast<jsize>(GpsData::GPS_VALUE_LENGTH), in DngCreator_nativeSetGpsTags()
H A Dandroid_media_AudioRecord.cpp235 env->GetIntArrayRegion(jSampleRate, 0, 1, elements); in android_media_AudioRecord_setup()
/aosp12/packages/inputmethods/LatinIME/native/jni/src/utils/
H A Djni_data_utils.h41 env->GetIntArrayRegion(array, 0 /* start */, arrayLength, outVector->data()); in jintarrayToVector()
118 env->GetIntArrayRegion(prevWord, 0, prevWordLength, prevWordCodePoints[i]); in constructNgramContext()
/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_vibrator_VibratorManagerService.cpp133 env->GetIntArrayRegion(vibratorIds, 0, size, reinterpret_cast<jint*>(ids.data())); in nativePrepareSynced()
/aosp12/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
H A Dproximity_info.cpp37 env->GetIntArrayRegion(jArray, 0, len, buffer); in safeGetOrFillZeroIntArrayRegion()
/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_hid_device.cpp245 env->GetIntArrayRegion(in, 0, len, (jint*)buf); in fill_qos()
/aosp12/system/extras/module_ndk_libs/libnativehelper/include_jni/
H A Djni.h427 void (*GetIntArrayRegion)(JNIEnv*, jintArray, member
936 void GetIntArrayRegion(jintArray array, jsize start, jsize len, in GetIntArrayRegion() function
938 { functions->GetIntArrayRegion(this, array, start, len, buf); } in GetIntArrayRegion()
/aosp12/libnativehelper/include_jni/
H A Djni.h427 void (*GetIntArrayRegion)(JNIEnv*, jintArray, member
936 void GetIntArrayRegion(jintArray array, jsize start, jsize len, in GetIntArrayRegion() function
938 { functions->GetIntArrayRegion(this, array, start, len, buf); } in GetIntArrayRegion()
/aosp12/art/runtime/jni/
H A Djni_internal_test.cc506 env_->GetIntArrayRegion(reinterpret_cast<jintArray>(array), 0, kLength, in GetPrimitiveArrayRegionElementsOfWrongType()
1246 EXPECT_PRIMITIVE_ARRAY(NewIntArray, GetIntArrayRegion, SetIntArrayRegion, in TEST_F()
H A Djni_internal.cc2403 static void GetIntArrayRegion(JNIEnv* env, jintArray array, jsize start, jsize length, in GetIntArrayRegion() function in art::JNI
3128 JNIImpl::GetIntArrayRegion,
H A Dcheck_jni.cc3744 baseEnv(env)->GetIntArrayRegion(env, down_cast<jintArray>(array), start, len, in GetPrimitiveArrayRegion()
4024 CheckJNI::GetIntArrayRegion,
/aosp12/frameworks/base/media/jni/
H A Dandroid_media_tv_Tuner.cpp1861 env->GetIntArrayRegion(types, 0, size, intTypes); in getFrontendStatus()