commit | 099b457f3203fa51387e21bd450495abb973ab31 | [log] [tgz] |
---|---|---|
author | Igor Murashkin <iam@google.com> | Fri Jul 12 17:52:16 2013 -0700 |
committer | Igor Murashkin <iam@google.com> | Mon Jul 15 13:27:08 2013 -0700 |
tree | 25c6a2d84c5020575cbf2d40f2fbf60107e5c162 | |
parent | ce177bb31493d3cd4450f9d4760fa1fd32ec6bf4 [diff] [blame] |
camera2: Implement ICameraDeviceUser::getCameraInfo Bug: 9529161 Change-Id: I927e39c124cd5fb19e38423506f4463acc381cb0
diff --git a/services/camera/libcameraservice/photography/CameraDeviceClient.h b/services/camera/libcameraservice/photography/CameraDeviceClient.h index 806aa15..c6c241a 100644 --- a/services/camera/libcameraservice/photography/CameraDeviceClient.h +++ b/services/camera/libcameraservice/photography/CameraDeviceClient.h
@@ -85,9 +85,7 @@ // Get the static metadata for the camera // -- Caller owns the newly allocated metadata - virtual status_t getCameraInfo(int cameraId, - /*out*/ - camera_metadata** info); + virtual status_t getCameraInfo(/*out*/CameraMetadata* info); /** * Interface used by CameraService