Searched refs:jfloatArray (Results 1 – 5 of 5) sorted by relevance
| /libnativehelper/tests/ |
| D | scoped_primitive_array_test.cpp | 36 void TestCompilationCriticalRO(JNIEnv* env, jfloatArray array) { in TestCompilationCriticalRO()
|
| D | JniSafeRegisterNativeMethods_test.cpp | 313 FN0(fk,NORMAL ,jfloatArray) \ 335 FN(afk,NORMAL ,jfloatArray,jfloatArray) \
|
| /libnativehelper/header_only_include/nativehelper/ |
| D | utils.h | 67 operator jfloatArray() const { return nullptr; } in jfloatArray() function
|
| /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, 878 jfloatArray NewFloatArray(jsize length) in NewFloatArray() 895 jfloat* GetFloatArrayElements(jfloatArray array, jboolean* isCopy) in GetFloatArrayElements() 918 void ReleaseFloatArrayElements(jfloatArray array, jfloat* elems, in ReleaseFloatArrayElements() [all …]
|
| /libnativehelper/include_platform_header_only/nativehelper/detail/ |
| D | signature_checker.h | 794 TYPE_TRAIT_FN(jfloatArray, "[F", kFastNative, kFinal, kSecondOrLate…
|