Home
last modified time | relevance | path

Searched refs:jniGetNioBufferBaseArrayOffset (Results 1 – 25 of 25) sorted by relevance

/aosp12/libnativehelper/include_platform/nativehelper/
H A DJNIPlatformHelp.h50 jint jniGetNioBufferBaseArrayOffset(C_JNIEnv* env, jobject nioBuffer);
119 inline jint jniGetNioBufferBaseArrayOffset(JNIEnv* env, jobject nioBuffer) { in jniGetNioBufferBaseArrayOffset() function
120 return jniGetNioBufferBaseArrayOffset(&env->functions, nioBuffer); in jniGetNioBufferBaseArrayOffset()
/aosp12/libnativehelper/
H A Dlibnativehelper_lazy.c121 BIND_SYMBOL(jniGetNioBufferBaseArrayOffset); in InitializeOnce()
231 int jniGetNioBufferBaseArrayOffset(JNIEnv* env, jobject nioBuffer) { in jniGetNioBufferBaseArrayOffset() function
233 INVOKE_METHOD(jniGetNioBufferBaseArrayOffset, M, env, nioBuffer); in jniGetNioBufferBaseArrayOffset()
H A Dlibnativehelper.map.txt25 jniGetNioBufferBaseArrayOffset;
H A DJNIPlatformHelp.c43 int jniGetNioBufferBaseArrayOffset(JNIEnv* env, jobject nioBuffer) { in jniGetNioBufferBaseArrayOffset() function
/aosp12/frameworks/libs/native_bridge_support/libnativehelper/
H A Dstubs_arm.cc55 DEFINE_INTERCEPTABLE_STUB_FUNCTION(jniGetNioBufferBaseArrayOffset);
104 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativehelper.so", jniGetNioBufferBaseArrayOffset); in init_stub_library()
H A Dstubs_arm64.cc55 DEFINE_INTERCEPTABLE_STUB_FUNCTION(jniGetNioBufferBaseArrayOffset);
104 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativehelper.so", jniGetNioBufferBaseArrayOffset); in init_stub_library()
/aosp12/system/extras/module_ndk_libs/libnativehelper/
H A Dlibnativehelper.map.txt25 jniGetNioBufferBaseArrayOffset;
/aosp12/frameworks/base/libs/hwui/jni/
H A Dandroid_nio_utils.cpp33 jint byteOffset = jniGetNioBufferBaseArrayOffset(fEnv, nioBuffer); in AutoBufferPointer()
/aosp12/libnativehelper/tests/
H A Dlibnativehelper_lazy_test.cpp41 EXPECT_DEATH(jniGetNioBufferBaseArrayOffset(env, NULL), kLoadFailed); in TEST_F()
/aosp12/frameworks/native/opengl/tools/glgen/stubs/egl/
H A DEGL15cHeader.cpp144 *offset = jniGetNioBufferBaseArrayOffset(_env, buffer); in getPointer()
/aosp12/frameworks/native/opengl/tools/glgen/stubs/jsr239/
H A DGLCHeader.cpp105 *offset = jniGetNioBufferBaseArrayOffset(_env, buffer);
/aosp12/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A Dcommon.cpp63 *offset = jniGetNioBufferBaseArrayOffset(_env, buffer); in getPointer()
/aosp12/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10Ext.cpp88 *offset = jniGetNioBufferBaseArrayOffset(_env, buffer); in getPointer()
H A Dandroid_opengl_EGL15.cpp144 *offset = jniGetNioBufferBaseArrayOffset(_env, buffer); in getPointer()
H A Dandroid_opengl_GLES31Ext.cpp87 *offset = jniGetNioBufferBaseArrayOffset(_env, buffer); in getPointer()
H A Dandroid_opengl_GLES32.cpp86 *offset = jniGetNioBufferBaseArrayOffset(_env, buffer); in getPointer()
H A Dandroid_opengl_GLES10.cpp88 *offset = jniGetNioBufferBaseArrayOffset(_env, buffer); in getPointer()
H A Dandroid_opengl_GLES11.cpp88 *offset = jniGetNioBufferBaseArrayOffset(_env, buffer); in getPointer()
H A Dandroid_opengl_GLES11Ext.cpp88 *offset = jniGetNioBufferBaseArrayOffset(_env, buffer); in getPointer()
H A Dandroid_opengl_GLES31.cpp86 *offset = jniGetNioBufferBaseArrayOffset(_env, buffer); in getPointer()
H A Dandroid_opengl_GLES20.cpp88 *offset = jniGetNioBufferBaseArrayOffset(_env, buffer); in getPointer()
H A Dandroid_opengl_GLES30.cpp88 *offset = jniGetNioBufferBaseArrayOffset(_env, buffer); in getPointer()
H A Dcom_google_android_gles_jni_GLImpl.cpp106 *offset = jniGetNioBufferBaseArrayOffset(_env, buffer); in getPointer()
/aosp12/frameworks/libs/native_bridge_support/libandroid_runtime/
H A Dstubs_arm.cc1141 DEFINE_INTERCEPTABLE_STUB_FUNCTION(jniGetNioBufferBaseArrayOffset);
2269 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid_runtime.so", jniGetNioBufferBaseArrayOffset); in init_stub_library()
H A Dstubs_arm64.cc1142 DEFINE_INTERCEPTABLE_STUB_FUNCTION(jniGetNioBufferBaseArrayOffset);
2271 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid_runtime.so", jniGetNioBufferBaseArrayOffset); in init_stub_library()