Home | History | Annotate | Download | only in camera

Lines Matching defs: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,
79 int clientUid, sp<Camera>& camera);
81 virtual ~Camera();
87 // pass the buffered IGraphicBufferProducer to the camera service
126 // send command to camera driver
129 // tell camera hal to store meta data or real YUV in video buffers.
155 RecordingProxy(const sp<Camera>& camera);
163 sp<Camera> mCamera;
167 Camera(int cameraId);
168 Camera(const Camera&);
169 Camera& operator=(const Camera);