Searched refs:mEstimatedNativeAllocBytes (Results 1 – 2 of 2) sorted by relevance
163 mEstimatedNativeAllocBytes = ImageUtils.getEstimatedNativeAllocBytes( in ImageReader()165 VMRuntime.getRuntime().registerNativeAllocation(mEstimatedNativeAllocBytes); in ImageReader()517 if (mEstimatedNativeAllocBytes > 0) { in close()518 VMRuntime.getRuntime().registerNativeFree(mEstimatedNativeAllocBytes); in close()519 mEstimatedNativeAllocBytes = 0; in close()620 private int mEstimatedNativeAllocBytes; field in ImageReader
93 private int mEstimatedNativeAllocBytes; field in ImageWriter146 mEstimatedNativeAllocBytes = in ImageWriter()149 VMRuntime.getRuntime().registerNativeAllocation(mEstimatedNativeAllocBytes); in ImageWriter()455 if (mEstimatedNativeAllocBytes > 0) { in close()456 VMRuntime.getRuntime().registerNativeFree(mEstimatedNativeAllocBytes); in close()457 mEstimatedNativeAllocBytes = 0; in close()