Searched defs:putBufs (Results 1 - 4 of 4) sorted by relevance

/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3Stream.cpp126 LOGE("putBufs invalid stream pointer");
136 rc = stream->putBufs(ops_tbl);
685 LOGE("putBufs already called");
754 LOGE("putBufs already called");
850 LOGE("Failed getBufs being called twice in a row without a putBufs call");
942 * FUNCTION : putBufs
953 int32_t QCamera3Stream::putBufs(mm_camera_map_unmap_ops_tbl_t *ops_tbl) function in class:qcamera::QCamera3Stream
971 LOGE("getBuf failed previously, or calling putBufs twice");
997 LOGE("putBufs already called");
1018 LOGE("putBufs alread
[all...]
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
H A DQCamera3Stream.cpp127 LOGE("putBufs invalid stream pointer");
137 rc = stream->putBufs(ops_tbl);
740 LOGE("putBufs already called");
816 LOGE("putBufs already called");
912 LOGE("Failed getBufs being called twice in a row without a putBufs call");
1004 * FUNCTION : putBufs
1015 int32_t QCamera3Stream::putBufs(mm_camera_map_unmap_ops_tbl_t *ops_tbl) function in class:qcamera::QCamera3Stream
1033 LOGE("getBuf failed previously, or calling putBufs twice");
1059 LOGE("putBufs already called");
1080 LOGE("putBufs alread
[all...]
/hardware/qcom/camera/QCamera2/HAL/
H A DQCameraStream.cpp148 LOGE("putBufs invalid stream pointer");
158 return stream->putBufs(ops_tbl);
2077 * FUNCTION : putBufs
2088 int32_t QCameraStream::putBufs(mm_camera_map_unmap_ops_tbl_t *ops_tbl) function in class:qcamera::QCameraStream
/hardware/qcom/camera/msm8998/QCamera2/HAL/
H A DQCameraStream.cpp148 LOGE("putBufs invalid stream pointer");
158 return stream->putBufs(ops_tbl);
2187 * FUNCTION : putBufs
2198 int32_t QCameraStream::putBufs(mm_camera_map_unmap_ops_tbl_t *ops_tbl) function in class:qcamera::QCameraStream

Completed in 99 milliseconds