Searched refs:mEstimatedNativeAllocBytes (Results 1 – 2 of 2) sorted by relevance
94 private int mEstimatedNativeAllocBytes; field in ImageWriter199 mEstimatedNativeAllocBytes = in ImageWriter()202 VMRuntime.getRuntime().registerNativeAllocation(mEstimatedNativeAllocBytes); in ImageWriter()494 if (mEstimatedNativeAllocBytes > 0) { in close()495 VMRuntime.getRuntime().registerNativeFree(mEstimatedNativeAllocBytes); in close()496 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()774 private int mEstimatedNativeAllocBytes; field in ImageReader