Searched refs:jniGetNioBufferPointer (Results 1 – 11 of 11) sorted by relevance
/aosp12/libnativehelper/include_platform/nativehelper/ |
H A 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()
|
/aosp12/libnativehelper/ |
H A 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()
|
H A D | libnativehelper.map.txt | 26 jniGetNioBufferPointer;
|
H A D | JNIPlatformHelp.c | 49 jlong jniGetNioBufferPointer(JNIEnv* env, jobject nioBuffer) { in jniGetNioBufferPointer() function
|
/aosp12/frameworks/libs/native_bridge_support/libnativehelper/ |
H A D | stubs_arm.cc | 57 DEFINE_INTERCEPTABLE_STUB_FUNCTION(jniGetNioBufferPointer); 106 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativehelper.so", jniGetNioBufferPointer); in init_stub_library()
|
H A D | stubs_arm64.cc | 57 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 D | libnativehelper.map.txt | 26 jniGetNioBufferPointer;
|
/aosp12/frameworks/base/libs/hwui/jni/ |
H A D | android_nio_utils.cpp | 25 jlong pointer = jniGetNioBufferPointer(fEnv, nioBuffer); in AutoBufferPointer()
|
/aosp12/libnativehelper/tests/ |
H A D | libnativehelper_lazy_test.cpp | 43 EXPECT_DEATH(jniGetNioBufferPointer(env, NULL), kLoadFailed); in TEST_F()
|
/aosp12/frameworks/libs/native_bridge_support/libandroid_runtime/ |
H A D | stubs_arm.cc | 1143 DEFINE_INTERCEPTABLE_STUB_FUNCTION(jniGetNioBufferPointer); 2271 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid_runtime.so", jniGetNioBufferPointer); in init_stub_library()
|
H A D | stubs_arm64.cc | 1144 DEFINE_INTERCEPTABLE_STUB_FUNCTION(jniGetNioBufferPointer); 2273 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid_runtime.so", jniGetNioBufferPointer); in init_stub_library()
|