Home | History | Annotate | Download | only in camera

Lines Matching refs:Camera

22 #include <system/camera.h>
23 #include <camera/ICameraClient.h>
24 #include <camera/ICameraRecordingProxy.h>
25 #include <camera/ICameraRecordingProxyListener.h>
26 #include <camera/ICameraService.h>
27 #include <camera/ICamera.h>
28 #include <camera/CameraBase.h>
46 class Camera;
49 struct CameraTraits<Camera>
62 class Camera :
63 public CameraBase<Camera>,
71 // construct a camera client from an existing remote
72 static sp<Camera> create(const sp<ICamera>& camera);
73 static sp<Camera> connect(int cameraId,
77 virtual ~Camera();
83 // pass the buffered IGraphicBufferProducer to the camera service
122 // send command to camera driver
125 // tell camera hal to store meta data or real YUV in video buffers.
151 RecordingProxy(const sp<Camera>& camera);
159 sp<Camera> mCamera;
163 Camera(int cameraId);
164 Camera(const Camera&);
165 Camera& operator=(const Camera);