Searched defs:camera3_device_t (Results 1 - 2 of 2) sorted by relevance

/hardware/libhardware/modules/camera/
H A DCamera.cpp45 camera3_device_t* cam_dev = reinterpret_cast<camera3_device_t*>(dev);
533 static Camera *camdev_to_camera(const camera3_device_t *dev)
538 static int initialize(const camera3_device_t *dev,
544 static int configure_streams(const camera3_device_t *dev,
550 static int register_stream_buffers(const camera3_device_t *dev,
557 const camera3_device_t *dev, int type)
562 static int process_capture_request(const camera3_device_t *dev,
568 static void dump(const camera3_device_t *dev, int fd)
573 static int flush(const camera3_device_t*) argument
[all...]
/hardware/libhardware/include/hardware/
H A Dcamera3.h171 * a camera3_device_t.
173 * 3. Framework calls camera3_device_t->ops->initialize() with the framework
177 * 4. The framework calls camera3_device_t->ops->configure_streams() with a list
183 * camera3_device_t->ops->register_stream_buffers() for at least one of the
189 * camera3_device_t->ops->register_stream_buffers() is not called and must
193 * calls to camera3_device_t->ops->construct_default_request_settings(). This
200 * camera3_device_t->ops->process_capture_request(). The HAL must block the
276 * 12. Alternatively, the framework may call camera3_device_t->common->close()
3103 } camera3_device_t; typedef in typeref:struct:camera3_device

Completed in 123 milliseconds