Searched refs:mEstimatedNativeAllocBytes (Results 1 – 2 of 2) sorted by relevance
100 private int mEstimatedNativeAllocBytes; field in ImageWriter205 mEstimatedNativeAllocBytes = in ImageWriter()208 VMRuntime.getRuntime().registerNativeAllocation(mEstimatedNativeAllocBytes); in ImageWriter()497 if (mEstimatedNativeAllocBytes > 0) { in close()498 VMRuntime.getRuntime().registerNativeFree(mEstimatedNativeAllocBytes); in close()499 mEstimatedNativeAllocBytes = 0; in close()
262 mEstimatedNativeAllocBytes = ImageUtils.getEstimatedNativeAllocBytes( in ImageReader()264 VMRuntime.getRuntime().registerNativeAllocation(mEstimatedNativeAllocBytes); in ImageReader()619 if (mEstimatedNativeAllocBytes > 0) { in close()620 VMRuntime.getRuntime().registerNativeFree(mEstimatedNativeAllocBytes); in close()621 mEstimatedNativeAllocBytes = 0; in close()762 private int mEstimatedNativeAllocBytes; field in ImageReader