Searched defs:asset_ptr (Results 1 – 3 of 3) sorted by relevance
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowArscAssetManager10.java | 1615 protected static void nativeAssetDestroy(long asset_ptr) { in nativeAssetDestroy() 1621 protected static int nativeAssetReadChar(long asset_ptr) { in nativeAssetReadChar() 1631 protected static int nativeAssetRead(long asset_ptr, byte[] java_buffer, int offset, int len) in nativeAssetRead() 1660 protected static long nativeAssetSeek(long asset_ptr, long offset, int whence) { in nativeAssetSeek() 1668 protected static long nativeAssetGetLength(long asset_ptr) { in nativeAssetGetLength() 1675 protected static long nativeAssetGetRemainingLength(long asset_ptr) { in nativeAssetGetRemainingLength()
|
D | ShadowArscAssetManager9.java | 1613 protected static void nativeAssetDestroy(long asset_ptr) { in nativeAssetDestroy() 1619 protected static int nativeAssetReadChar(long asset_ptr) { in nativeAssetReadChar() 1629 protected static int nativeAssetRead(long asset_ptr, byte[] java_buffer, int offset, int len) in nativeAssetRead() 1658 protected static long nativeAssetSeek(long asset_ptr, long offset, int whence) { in nativeAssetSeek() 1666 protected static long nativeAssetGetLength(long asset_ptr) { in nativeAssetGetLength() 1673 protected static long nativeAssetGetRemainingLength(long asset_ptr) { in nativeAssetGetRemainingLength()
|
D | ShadowLegacyAssetManager.java | 1352 protected static void nativeAssetDestroy(long asset_ptr) { in nativeAssetDestroy() 1358 protected static int nativeAssetReadChar(long asset_ptr) { in nativeAssetReadChar() 1365 protected static int nativeAssetRead(long asset_ptr, byte[] java_buffer, int offset, int len) in nativeAssetRead() 1373 protected static long nativeAssetSeek(long asset_ptr, long offset, int whence) { in nativeAssetSeek() 1379 protected static long nativeAssetGetLength(long asset_ptr) { in nativeAssetGetLength() 1385 protected static long nativeAssetGetRemainingLength(long asset_ptr) { in nativeAssetGetRemainingLength()
|