/aosp12/libnativehelper/include_platform/nativehelper/ |
H A D | JNIPlatformHelp.h | 50 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 D | libnativehelper_lazy.c | 121 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 D | libnativehelper.map.txt | 25 jniGetNioBufferBaseArrayOffset;
|
H A D | JNIPlatformHelp.c | 43 int jniGetNioBufferBaseArrayOffset(JNIEnv* env, jobject nioBuffer) { in jniGetNioBufferBaseArrayOffset() function
|
/aosp12/frameworks/libs/native_bridge_support/libnativehelper/ |
H A D | stubs_arm.cc | 55 DEFINE_INTERCEPTABLE_STUB_FUNCTION(jniGetNioBufferBaseArrayOffset); 104 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativehelper.so", jniGetNioBufferBaseArrayOffset); in init_stub_library()
|
H A D | stubs_arm64.cc | 55 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 D | libnativehelper.map.txt | 25 jniGetNioBufferBaseArrayOffset;
|
/aosp12/frameworks/base/libs/hwui/jni/ |
H A D | android_nio_utils.cpp | 33 jint byteOffset = jniGetNioBufferBaseArrayOffset(fEnv, nioBuffer); in AutoBufferPointer()
|
/aosp12/libnativehelper/tests/ |
H A D | libnativehelper_lazy_test.cpp | 41 EXPECT_DEATH(jniGetNioBufferBaseArrayOffset(env, NULL), kLoadFailed); in TEST_F()
|
/aosp12/frameworks/native/opengl/tools/glgen/stubs/egl/ |
H A D | EGL15cHeader.cpp | 144 *offset = jniGetNioBufferBaseArrayOffset(_env, buffer); in getPointer()
|
/aosp12/frameworks/native/opengl/tools/glgen/stubs/jsr239/ |
H A D | GLCHeader.cpp | 105 *offset = jniGetNioBufferBaseArrayOffset(_env, buffer);
|
/aosp12/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
H A D | common.cpp | 63 *offset = jniGetNioBufferBaseArrayOffset(_env, buffer); in getPointer()
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_opengl_GLES10Ext.cpp | 88 *offset = jniGetNioBufferBaseArrayOffset(_env, buffer); in getPointer()
|
H A D | android_opengl_EGL15.cpp | 144 *offset = jniGetNioBufferBaseArrayOffset(_env, buffer); in getPointer()
|
H A D | android_opengl_GLES31Ext.cpp | 87 *offset = jniGetNioBufferBaseArrayOffset(_env, buffer); in getPointer()
|
H A D | android_opengl_GLES32.cpp | 86 *offset = jniGetNioBufferBaseArrayOffset(_env, buffer); in getPointer()
|
H A D | android_opengl_GLES10.cpp | 88 *offset = jniGetNioBufferBaseArrayOffset(_env, buffer); in getPointer()
|
H A D | android_opengl_GLES11.cpp | 88 *offset = jniGetNioBufferBaseArrayOffset(_env, buffer); in getPointer()
|
H A D | android_opengl_GLES11Ext.cpp | 88 *offset = jniGetNioBufferBaseArrayOffset(_env, buffer); in getPointer()
|
H A D | android_opengl_GLES31.cpp | 86 *offset = jniGetNioBufferBaseArrayOffset(_env, buffer); in getPointer()
|
H A D | android_opengl_GLES20.cpp | 88 *offset = jniGetNioBufferBaseArrayOffset(_env, buffer); in getPointer()
|
H A D | android_opengl_GLES30.cpp | 88 *offset = jniGetNioBufferBaseArrayOffset(_env, buffer); in getPointer()
|
H A D | com_google_android_gles_jni_GLImpl.cpp | 106 *offset = jniGetNioBufferBaseArrayOffset(_env, buffer); in getPointer()
|
/aosp12/frameworks/libs/native_bridge_support/libandroid_runtime/ |
H A D | stubs_arm.cc | 1141 DEFINE_INTERCEPTABLE_STUB_FUNCTION(jniGetNioBufferBaseArrayOffset); 2269 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid_runtime.so", jniGetNioBufferBaseArrayOffset); in init_stub_library()
|
H A D | stubs_arm64.cc | 1142 DEFINE_INTERCEPTABLE_STUB_FUNCTION(jniGetNioBufferBaseArrayOffset); 2271 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid_runtime.so", jniGetNioBufferBaseArrayOffset); in init_stub_library()
|