Searched refs:jniGetNioBufferPointer (Results 1 – 5 of 5) sorted by relevance
/libnativehelper/include_platform/nativehelper/ |
D | JNIPlatformHelp.h | 74 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/ |
D | libnativehelper.map.txt | 26 jniGetNioBufferPointer;
|
D | libnativehelper_lazy.c | 123 BIND_SYMBOL(jniGetNioBufferPointer); in InitializeOnce() 243 jlong jniGetNioBufferPointer(JNIEnv* env, jobject nioBuffer) { in jniGetNioBufferPointer() function 245 INVOKE_METHOD(jniGetNioBufferPointer, M, env, nioBuffer); in jniGetNioBufferPointer()
|
D | JNIPlatformHelp.c | 49 jlong jniGetNioBufferPointer(JNIEnv* env, jobject nioBuffer) { in jniGetNioBufferPointer() function
|
/libnativehelper/tests/ |
D | libnativehelper_lazy_test.cpp | 43 EXPECT_DEATH(jniGetNioBufferPointer(env, NULL), kLoadFailed); in TEST_F()
|