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

  /device/generic/goldfish/camera/
EmulatedCamera3.h 132 static int register_stream_buffers(const struct camera3_device *,
EmulatedCamera3.cpp 224 int EmulatedCamera3::register_stream_buffers( function in class:android::EmulatedCamera3
291 EmulatedCamera3::register_stream_buffers,
EmulatedCamera2.h 188 static int register_stream_buffers(const camera2_device_t *,
EmulatedCamera2.cpp 272 int EmulatedCamera2::register_stream_buffers(const camera2_device_t *d, function in class:android::EmulatedCamera2
399 EmulatedCamera2::register_stream_buffers,
  /hardware/libhardware/include/hardware/
camera3.h 112 * camera3_device_t->ops->register_stream_buffers() for at least one of the
128 * register_stream_buffers() for not-yet-registered streams, and call
1973 int (*register_stream_buffers)(const struct camera3_device *, member in struct:camera3_device_ops
    [all...]
camera2.h 605 * inspect the buffers handed to it in the register_stream_buffers call to
653 int (*register_stream_buffers)( member in struct:camera2_device_ops
    [all...]
  /hardware/libhardware/modules/camera/
Camera.cpp 665 static int register_stream_buffers(const camera3_device_t *dev, function
698 .register_stream_buffers = default_camera_hal::register_stream_buffers,
  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3HWI.h 79 static int register_stream_buffers(const struct camera3_device *,
QCamera3HWI.cpp 135 register_stream_buffers: QCamera3HardwareInterface::register_stream_buffers,
3376 int QCamera3HardwareInterface::register_stream_buffers( function in class:qcamera::QCamera3HardwareInterface
    [all...]
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3HWI.h 79 static int register_stream_buffers(const struct camera3_device *,
QCamera3HWI.cpp 145 register_stream_buffers: QCamera3HardwareInterface::register_stream_buffers,
4219 int QCamera3HardwareInterface::register_stream_buffers( function in class:qcamera::QCamera3HardwareInterface
    [all...]
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3Stream.cpp 334 // register_stream_buffers() method, and then returning them back to the
358 ATRACE_BEGIN("camera3->register_stream_buffers");
359 res = hal3Device->ops->register_stream_buffers(hal3Device,
  /hardware/libhardware/tests/camera2/
camera2_utils.cpp 440 res = mDevice->ops->register_stream_buffers(mDevice,
  /frameworks/av/services/camera/libcameraservice/device2/
Camera2Device.cpp     [all...]
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosCameraHWInterface2.cpp     [all...]

Completed in 1564 milliseconds