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

  /hardware/libhardware/modules/camera/
Camera.h 41 int initialize(const camera3_callback_ops_t *callback_ops);
60 const camera3_callback_ops_t *mCallbackOps;
Camera.cpp 104 int Camera::initialize(const camera3_callback_ops_t *callback_ops)
168 const camera3_callback_ops_t *callback_ops)
  /device/generic/goldfish/camera/
EmulatedCamera3.h 125 const camera3_callback_ops_t *callback_ops);
199 const camera3_callback_ops_t *mCallbackOps;
EmulatedCamera3.cpp 213 const camera3_callback_ops_t *callback_ops) {
  /hardware/libhardware/include/hardware/
camera3.h 127 * capture), the HAL calls camera3_callback_ops_t->notify() with the SHUTTER
133 * the framework with camera3_callback_ops_t->process_capture_result(). These
152 * camera3_callback_ops_t functions are allowed from the HAL. Once the
157 * camera3_callback_ops_t->notify() with the appropriate error/event
1741 } camera3_callback_ops_t; typedef in typeref:struct:camera3_callback_ops
    [all...]

Completed in 124 milliseconds