Home
last modified time | relevance | path

Searched refs:jfloatArray (Results 1 – 5 of 5) sorted by relevance

/libnativehelper/tests/
Dscoped_primitive_array_test.cpp36 void TestCompilationCriticalRO(JNIEnv* env, jfloatArray array) { in TestCompilationCriticalRO()
DJniSafeRegisterNativeMethods_test.cpp313 FN0(fk,NORMAL ,jfloatArray) \
335 FN(afk,NORMAL ,jfloatArray,jfloatArray) \
/libnativehelper/header_only_include/nativehelper/
Dutils.h67 operator jfloatArray() const { return nullptr; } in jfloatArray() function
/libnativehelper/include_jni/
Djni.h72 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/
Dsignature_checker.h794 TYPE_TRAIT_FN(jfloatArray, "[F", kFastNative, kFinal, kSecondOrLate…