Home
last modified time | relevance | path

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

/aosp12/libnativehelper/include_platform/nativehelper/
H A 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()
/aosp12/libnativehelper/
H A 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()
H A Dlibnativehelper.map.txt26 jniGetNioBufferPointer;
H A DJNIPlatformHelp.c49 jlong jniGetNioBufferPointer(JNIEnv* env, jobject nioBuffer) { in jniGetNioBufferPointer() function
/aosp12/frameworks/libs/native_bridge_support/libnativehelper/
H A Dstubs_arm.cc57 DEFINE_INTERCEPTABLE_STUB_FUNCTION(jniGetNioBufferPointer);
106 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativehelper.so", jniGetNioBufferPointer); in init_stub_library()
H A Dstubs_arm64.cc57 DEFINE_INTERCEPTABLE_STUB_FUNCTION(jniGetNioBufferPointer);
106 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativehelper.so", jniGetNioBufferPointer); in init_stub_library()
/aosp12/system/extras/module_ndk_libs/libnativehelper/
H A Dlibnativehelper.map.txt26 jniGetNioBufferPointer;
/aosp12/frameworks/base/libs/hwui/jni/
H A Dandroid_nio_utils.cpp25 jlong pointer = jniGetNioBufferPointer(fEnv, nioBuffer); in AutoBufferPointer()
/aosp12/libnativehelper/tests/
H A Dlibnativehelper_lazy_test.cpp43 EXPECT_DEATH(jniGetNioBufferPointer(env, NULL), kLoadFailed); in TEST_F()
/aosp12/frameworks/libs/native_bridge_support/libandroid_runtime/
H A Dstubs_arm.cc1143 DEFINE_INTERCEPTABLE_STUB_FUNCTION(jniGetNioBufferPointer);
2271 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid_runtime.so", jniGetNioBufferPointer); in init_stub_library()
H A Dstubs_arm64.cc1144 DEFINE_INTERCEPTABLE_STUB_FUNCTION(jniGetNioBufferPointer);
2273 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid_runtime.so", jniGetNioBufferPointer); in init_stub_library()