Searched refs:mEstimatedNativeAllocBytes (Results 1 – 3 of 3) sorted by relevance
103 private int mEstimatedNativeAllocBytes; field in ImageWriter211 mEstimatedNativeAllocBytes = in ImageWriter()214 VMRuntime.getRuntime().registerNativeAllocation(mEstimatedNativeAllocBytes); in ImageWriter()503 if (mEstimatedNativeAllocBytes > 0) { in close()504 VMRuntime.getRuntime().registerNativeFree(mEstimatedNativeAllocBytes); in close()505 mEstimatedNativeAllocBytes = 0; in close()
273 mEstimatedNativeAllocBytes = ImageUtils.getEstimatedNativeAllocBytes( in ImageReader()275 VMRuntime.getRuntime().registerNativeAllocation(mEstimatedNativeAllocBytes); in ImageReader()630 if (mEstimatedNativeAllocBytes > 0) { in close()631 VMRuntime.getRuntime().registerNativeFree(mEstimatedNativeAllocBytes); in close()632 mEstimatedNativeAllocBytes = 0; in close()760 private int mEstimatedNativeAllocBytes; field in ImageReader
36421 Landroid/media/ImageReader;->mEstimatedNativeAllocBytes:I36477 Landroid/media/ImageWriter;->mEstimatedNativeAllocBytes:I