Searched refs:mEstimatedNativeAllocBytes (Results 1 – 3 of 3) sorted by relevance
105 private int mEstimatedNativeAllocBytes; field in ImageWriter285 mEstimatedNativeAllocBytes = in ImageWriter()288 VMRuntime.getRuntime().registerNativeAllocation(mEstimatedNativeAllocBytes); in ImageWriter()578 if (mEstimatedNativeAllocBytes > 0) { in close()579 VMRuntime.getRuntime().registerNativeFree(mEstimatedNativeAllocBytes); in close()580 mEstimatedNativeAllocBytes = 0; in close()
317 mEstimatedNativeAllocBytes = ImageUtils.getEstimatedNativeAllocBytes( in ImageReader()319 VMRuntime.getRuntime().registerNativeAllocation(mEstimatedNativeAllocBytes); in ImageReader()703 if (mEstimatedNativeAllocBytes > 0) { in close()704 VMRuntime.getRuntime().registerNativeFree(mEstimatedNativeAllocBytes); in close()705 mEstimatedNativeAllocBytes = 0; in close()850 private int mEstimatedNativeAllocBytes; field in ImageReader
29170 Landroid/media/ImageReader;->mEstimatedNativeAllocBytes:I29226 Landroid/media/ImageWriter;->mEstimatedNativeAllocBytes:I