Searched refs:assetNativePtr (Results 1 – 1 of 1) sorted by relevance
1192 private AssetInputStream(long assetNativePtr) { in AssetInputStream() argument1193 mAssetNativePtr = assetNativePtr; in AssetInputStream()1194 mLength = nativeAssetGetLength(assetNativePtr); in AssetInputStream()