Home | History | Annotate | Download | only in camera

Lines Matching refs:camera

23 #include <system/camera.h>
24 #include <camera/IProCameraCallbacks.h>
25 #include <camera/IProCameraUser.h>
26 #include <camera/Camera.h>
27 #include <camera/CameraMetadata.h>
28 #include <camera/ICameraService.h>
36 #include <camera/CameraBase.h>
105 * Connect a shared camera. By default access is restricted to read only
114 * - We may request exclusive access to a camera if no other
115 * clients are using the camera. This works as a traditional
116 * client, writing/reading any camera state.
117 * - An application opening the camera (a regular 'Camera') will
121 * to again exclusively lock the camera.
212 // Get static camera metadata
262 ProFrameListener(wp<ProCamera> camera, int streamID) {
263 mCamera = camera;