Searched refs:assetNativePtr (Results 1 – 1 of 1) sorted by relevance
1278 private AssetInputStream(long assetNativePtr) { in AssetInputStream() argument1279 mAssetNativePtr = assetNativePtr; in AssetInputStream()1280 mLength = nativeAssetGetLength(assetNativePtr); in AssetInputStream()