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

  /device/asus/flo/camera/QCamera2/HAL/
QCameraStream.h 66 virtual int32_t processDataNotify(mm_camera_super_buf_t *bufs);
QCameraStream.cpp 367 * FUNCTION : processDataNotify
378 int32_t QCameraStream::processDataNotify(mm_camera_super_buf_t *frame)
418 stream->processDataNotify(frame);
  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3Stream.h 67 virtual int32_t processDataNotify(mm_camera_super_buf_t *bufs);
QCamera3Stream.cpp 363 * FUNCTION : processDataNotify
374 int32_t QCamera3Stream::processDataNotify(mm_camera_super_buf_t *frame)
416 stream->processDataNotify(frame);
  /hardware/qcom/camera/QCamera2/HAL/
QCameraStream.h 66 virtual int32_t processDataNotify(mm_camera_super_buf_t *bufs);
QCameraStream.cpp 367 * FUNCTION : processDataNotify
378 int32_t QCameraStream::processDataNotify(mm_camera_super_buf_t *frame)
418 stream->processDataNotify(frame);
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3Stream.h 67 virtual int32_t processDataNotify(mm_camera_super_buf_t *bufs);
QCamera3Stream.cpp 364 * FUNCTION : processDataNotify
375 int32_t QCamera3Stream::processDataNotify(mm_camera_super_buf_t *frame)
417 stream->processDataNotify(frame);

Completed in 3732 milliseconds