Home
last modified time | relevance | path

Searched refs:asset_ptr (Results 1 – 4 of 4) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowArscAssetManager10.java1615 protected static void nativeAssetDestroy(long asset_ptr) { in nativeAssetDestroy() argument
1616 Registries.NATIVE_ASSET_REGISTRY.unregister(asset_ptr); in nativeAssetDestroy()
1621 protected static int nativeAssetReadChar(long asset_ptr) { in nativeAssetReadChar() argument
1622 Asset asset = Registries.NATIVE_ASSET_REGISTRY.getNativeObject(asset_ptr); in nativeAssetReadChar()
1631 protected static int nativeAssetRead(long asset_ptr, byte[] java_buffer, int offset, int len) in nativeAssetRead() argument
1648 Asset asset = Registries.NATIVE_ASSET_REGISTRY.getNativeObject(asset_ptr); in nativeAssetRead()
1660 protected static long nativeAssetSeek(long asset_ptr, long offset, int whence) { in nativeAssetSeek() argument
1661 Asset asset = Registries.NATIVE_ASSET_REGISTRY.getNativeObject(asset_ptr); in nativeAssetSeek()
1668 protected static long nativeAssetGetLength(long asset_ptr) { in nativeAssetGetLength() argument
1669 Asset asset = Registries.NATIVE_ASSET_REGISTRY.getNativeObject(asset_ptr); in nativeAssetGetLength()
[all …]
DShadowArscAssetManager9.java1613 protected static void nativeAssetDestroy(long asset_ptr) { in nativeAssetDestroy() argument
1614 Registries.NATIVE_ASSET_REGISTRY.unregister(asset_ptr); in nativeAssetDestroy()
1619 protected static int nativeAssetReadChar(long asset_ptr) { in nativeAssetReadChar() argument
1620 Asset asset = Registries.NATIVE_ASSET_REGISTRY.getNativeObject(asset_ptr); in nativeAssetReadChar()
1629 protected static int nativeAssetRead(long asset_ptr, byte[] java_buffer, int offset, int len) in nativeAssetRead() argument
1646 Asset asset = Registries.NATIVE_ASSET_REGISTRY.getNativeObject(asset_ptr); in nativeAssetRead()
1658 protected static long nativeAssetSeek(long asset_ptr, long offset, int whence) { in nativeAssetSeek() argument
1659 Asset asset = Registries.NATIVE_ASSET_REGISTRY.getNativeObject(asset_ptr); in nativeAssetSeek()
1666 protected static long nativeAssetGetLength(long asset_ptr) { in nativeAssetGetLength() argument
1667 Asset asset = Registries.NATIVE_ASSET_REGISTRY.getNativeObject(asset_ptr); in nativeAssetGetLength()
[all …]
DShadowLegacyAssetManager.java1352 protected static void nativeAssetDestroy(long asset_ptr) { in nativeAssetDestroy() argument
1353 ShadowArscAssetManager9.nativeAssetDestroy(asset_ptr); in nativeAssetDestroy()
1358 protected static int nativeAssetReadChar(long asset_ptr) { in nativeAssetReadChar() argument
1359 return ShadowArscAssetManager9.nativeAssetReadChar(asset_ptr); in nativeAssetReadChar()
1365 protected static int nativeAssetRead(long asset_ptr, byte[] java_buffer, int offset, int len) in nativeAssetRead() argument
1367 return ShadowArscAssetManager9.nativeAssetRead(asset_ptr, java_buffer, offset, len); in nativeAssetRead()
1373 protected static long nativeAssetSeek(long asset_ptr, long offset, int whence) { in nativeAssetSeek() argument
1374 return ShadowArscAssetManager9.nativeAssetSeek(asset_ptr, offset, whence); in nativeAssetSeek()
1379 protected static long nativeAssetGetLength(long asset_ptr) { in nativeAssetGetLength() argument
1380 return ShadowArscAssetManager9.nativeAssetGetLength(asset_ptr); in nativeAssetGetLength()
[all …]
DShadowImageDecoder.java142 static ImageDecoder ImageDecoder_nCreateAsset(long asset_ptr,
149 null, asset_ptr, resources.getAssets());