Searched refs:jfloatArray (Results 1 – 3 of 3) sorted by relevance
/libnativehelper/include_jni/ |
D | jni.h | 72 typedef _jfloatArray* jfloatArray; typedef 94 typedef jarray jfloatArray; typedef 390 jfloatArray (*NewFloatArray)(JNIEnv*, jsize); 399 jfloat* (*GetFloatArrayElements)(JNIEnv*, jfloatArray, jboolean*); 414 void (*ReleaseFloatArrayElements)(JNIEnv*, jfloatArray, 431 void (*GetFloatArrayRegion)(JNIEnv*, jfloatArray, 449 void (*SetFloatArrayRegion)(JNIEnv*, jfloatArray, 877 jfloatArray NewFloatArray(jsize length) in NewFloatArray() 894 jfloat* GetFloatArrayElements(jfloatArray array, jboolean* isCopy) in GetFloatArrayElements() 917 void ReleaseFloatArrayElements(jfloatArray array, jfloat* elems, in ReleaseFloatArrayElements() [all …]
|
/libnativehelper/tests/ |
D | JniSafeRegisterNativeMethods_test.cpp | 325 FN0(fk,NORMAL ,jfloatArray) \ 347 FN(afk,NORMAL ,jfloatArray,jfloatArray) \
|
/libnativehelper/include_platform_header_only/nativehelper/detail/ |
D | signature_checker.h | 793 TYPE_TRAIT_FN(jfloatArray, "[F", kFastNative, kFinal, kSecondOrLate…
|