Home
last modified time | relevance | path

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

/libnativehelper/include_platform/nativehelper/
DJNIPlatformHelp.h74 jlong jniGetNioBufferPointer(C_JNIEnv* env, jobject nioBuffer);
129 inline jlong jniGetNioBufferPointer(JNIEnv* env, jobject nioBuffer) { in jniGetNioBufferPointer() function
130 return jniGetNioBufferPointer(&env->functions, nioBuffer); in jniGetNioBufferPointer()
/libnativehelper/
Dlibnativehelper.map.txt26 jniGetNioBufferPointer;
Dlibnativehelper_lazy.c123 BIND_SYMBOL(jniGetNioBufferPointer); in InitializeOnce()
243 jlong jniGetNioBufferPointer(JNIEnv* env, jobject nioBuffer) { in jniGetNioBufferPointer() function
245 INVOKE_METHOD(jniGetNioBufferPointer, M, env, nioBuffer); in jniGetNioBufferPointer()
DJNIPlatformHelp.c49 jlong jniGetNioBufferPointer(JNIEnv* env, jobject nioBuffer) { in jniGetNioBufferPointer() function
/libnativehelper/tests/
Dlibnativehelper_lazy_test.cpp43 EXPECT_DEATH(jniGetNioBufferPointer(env, NULL), kLoadFailed); in TEST_F()