From 3dec7d563a2f3e1eb967ce2054a00b6620e3558c Mon Sep 17 00:00:00 2001 From: The Android Open Source Project Date: Mon, 2 Mar 2009 22:54:33 -0800 Subject: auto import from //depot/cupcake/@137055 --- include/ui/CameraHardwareInterface.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/ui/CameraHardwareInterface.h') diff --git a/include/ui/CameraHardwareInterface.h b/include/ui/CameraHardwareInterface.h index b068c52f542c..73036f0fa783 100644 --- a/include/ui/CameraHardwareInterface.h +++ b/include/ui/CameraHardwareInterface.h @@ -87,6 +87,9 @@ public: /** Return the IMemoryHeap for the preview image heap */ virtual sp getPreviewHeap() const = 0; + /** Return the IMemoryHeap for the raw image heap */ + virtual sp getRawHeap() const = 0; + /** * Start preview mode. When a preview image is available * preview_callback is called with the user parameter. The -- cgit v1.2.3-59-g8ed1b