HomeSort by relevance Sort by last modified time
    Searched refs:camera3_device_t (Results 1 - 7 of 7) sorted by null

  /hardware/libhardware/modules/camera/
Camera.cpp 37 camera3_device_t* cam_dev = reinterpret_cast<camera3_device_t*>(dev);
162 static Camera *camdev_to_camera(const camera3_device_t *dev)
167 static int initialize(const camera3_device_t *dev,
173 static int configure_streams(const camera3_device_t *dev,
179 static int register_stream_buffers(const camera3_device_t *dev,
186 const camera3_device_t *dev, int type)
191 static int process_capture_request(const camera3_device_t *dev,
197 static void get_metadata_vendor_tag_ops(const camera3_device_t *dev,
203 static void dump(const camera3_device_t *dev, int fd
    [all...]
Camera.h 50 camera3_device_t mDevice;
  /device/generic/goldfish/camera/
EmulatedCamera3.h 146 static void get_metadata_vendor_tag_ops(const camera3_device_t *,
159 static void dump(const camera3_device_t *, int fd);
EmulatedCamera3.cpp 207 EmulatedCamera3* getInstance(const camera3_device_t *d) {
239 const camera3_device_t *d, int type) {
244 void EmulatedCamera3::get_metadata_vendor_tag_ops(const camera3_device_t *d,
272 void EmulatedCamera3::dump(const camera3_device_t *d, int fd) {
280 reinterpret_cast<camera3_device_t*>(device) );
  /frameworks/av/services/camera/libcameraservice/
Camera3Device.h 131 camera3_device_t *mHal3Device;
228 camera3_device_t *hal3Device);
309 camera3_device_t *mHal3Device;
Camera3Device.cpp 96 camera3_device_t *device;
    [all...]
  /hardware/libhardware/include/hardware/
camera3.h 96 * a camera3_device_t.
98 * 3. Framework calls camera3_device_t->ops->initialize() with the framework
102 * 4. The framework calls camera3_device_t->ops->configure_streams() with a list
106 * camera3_device_t->ops->register_stream_buffers() for at least one of the
111 * calls to camera3_device_t->ops->construct_default_request_settings(). This
118 * camera3_device_t->ops->process_capture_request(). The HAL must block the
147 * 12. Alternatively, the framework may call camera3_device_t->common->close()
2053 } camera3_device_t; typedef in typeref:struct:camera3_device
    [all...]

Completed in 44 milliseconds