Home
last modified time | relevance | path

Searched defs:asset_ptr (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowArscAssetManager9.java1699 protected static void nativeAssetDestroy(long asset_ptr) { in nativeAssetDestroy()
1705 protected static int nativeAssetReadChar(long asset_ptr) { in nativeAssetReadChar()
1716 protected static int nativeAssetRead(long asset_ptr, byte[] java_buffer, int offset, int len) in nativeAssetRead()
1748 protected static long nativeAssetSeek(long asset_ptr, long offset, int whence) { in nativeAssetSeek()
1755 protected static long nativeAssetGetLength(long asset_ptr) { in nativeAssetGetLength()
1763 protected static long nativeAssetGetRemainingLength(long asset_ptr) { in nativeAssetGetRemainingLength()
H A DShadowArscAssetManager10.java1726 protected static void nativeAssetDestroy(long asset_ptr) { in nativeAssetDestroy()
1732 protected static int nativeAssetReadChar(long asset_ptr) { in nativeAssetReadChar()
1743 protected static int nativeAssetRead(long asset_ptr, byte[] java_buffer, int offset, int len) in nativeAssetRead()
1775 protected static long nativeAssetSeek(long asset_ptr, long offset, int whence) { in nativeAssetSeek()
1782 protected static long nativeAssetGetLength(long asset_ptr) { in nativeAssetGetLength()
1790 protected static long nativeAssetGetRemainingLength(long asset_ptr) { in nativeAssetGetRemainingLength()
/aosp_15_r20/frameworks/base/core/jni/
H A Dandroid_util_AssetManager.cpp1492 static void NativeAssetDestroy(JNIEnv* /*env*/, jclass /*clazz*/, jlong asset_ptr) { in NativeAssetDestroy()
1496 static jint NativeAssetReadChar(JNIEnv* /*env*/, jclass /*clazz*/, jlong asset_ptr) { in NativeAssetReadChar()
1503 static jint NativeAssetRead(JNIEnv* env, jclass /*clazz*/, jlong asset_ptr, jbyteArray java_buffer, in NativeAssetRead()
1530 static jlong NativeAssetSeek(JNIEnv* env, jclass /*clazz*/, jlong asset_ptr, jlong offset, in NativeAssetSeek()
1537 static jlong NativeAssetGetLength(JNIEnv* /*env*/, jclass /*clazz*/, jlong asset_ptr) { in NativeAssetGetLength()
1542 static jlong NativeAssetGetRemainingLength(JNIEnv* /*env*/, jclass /*clazz*/, jlong asset_ptr) { in NativeAssetGetRemainingLength()