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

  /hardware/libhardware/modules/camera/
Camera.cpp 179 static int register_stream_buffers(const camera3_device_t *dev, function
212 .register_stream_buffers = default_camera_hal::register_stream_buffers,
  /device/generic/goldfish/camera/
EmulatedCamera3.cpp 224 int EmulatedCamera3::register_stream_buffers( function in class:android::EmulatedCamera3
291 EmulatedCamera3::register_stream_buffers,
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/
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...]
camera3.h 106 * camera3_device_t->ops->register_stream_buffers() for at least one of the
122 * register_stream_buffers() for not-yet-registered streams, and call
1921 int (*register_stream_buffers)(const struct camera3_device *, member in struct:camera3_device_ops
    [all...]

Completed in 439 milliseconds