Searched refs:cb_type (Results 1 - 9 of 9) sorted by relevance

/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/inc/
H A Dmm_camera.h219 mm_camera_stream_cb_type cb_type; member in struct:__anon2568
637 mm_camera_stream_cb_type cb_type, void *userdata);
/hardware/qcom/camera/QCamera2/stack/common/
H A Dmm_camera_interface.h854 * @cb_type : Callback type SYNC/ASYNC
861 mm_camera_stream_cb_type cb_type, void *userdata);
/hardware/qcom/camera/QCamera2/HAL/
H A DQCamera2HWICallbacks.cpp1076 cbArg.cb_type = QCAMERA_DATA_CALLBACK;
1168 cbArg.cb_type = QCAMERA_DATA_CALLBACK;
1251 cbArg.cb_type = QCAMERA_DATA_CALLBACK;
1285 cbArg.cb_type = QCAMERA_NOTIFY_CALLBACK;
1565 cbArg.cb_type = QCAMERA_DATA_TIMESTAMP_CALLBACK;
3064 if ( QCAMERA_DATA_SNAPSHOT_CALLBACK == arg->cb_type ) {
3090 if ((QCAMERA_DATA_CALLBACK == arg->cb_type) &&
3163 cb->cb_type);
3166 switch (cb->cb_type) {
3268 cb->cb_type);
[all...]
H A DQCameraPostProc.cpp761 cbArg.cb_type = QCAMERA_DATA_SNAPSHOT_CALLBACK;
2148 cbArg.cb_type = QCAMERA_DATA_CALLBACK;
2158 cbArg.cb_type = QCAMERA_NOTIFY_CALLBACK;
2625 cbArg.cb_type = QCAMERA_DATA_CALLBACK;
2635 cbArg.cb_type = QCAMERA_NOTIFY_CALLBACK;
H A DQCamera2HWI.h128 qcamera_callback_type_m cb_type; // event type member in struct:qcamera::__anon2186
H A DQCamera2HWI.cpp5959 cbArg.cb_type = QCAMERA_NOTIFY_CALLBACK;
6300 cbArg.cb_type = QCAMERA_DATA_CALLBACK;
6411 cbArg.cb_type = QCAMERA_DATA_CALLBACK;
8061 cbArg.cb_type = QCAMERA_NOTIFY_CALLBACK;
8206 cbArg.cb_type = QCAMERA_DATA_CALLBACK;
8329 cbArg.cb_type = QCAMERA_DATA_CALLBACK;
8446 cbArg.cb_type = QCAMERA_DATA_CALLBACK;
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
H A Dmm_camera.c2153 * @cb_type : Callback type SYNC/ASYNC
2162 mm_camera_stream_cb_type cb_type, void *userdata)
2176 buf_cb.cb_type = cb_type;
2160 mm_camera_reg_stream_buf_cb(mm_camera_obj_t *my_obj, uint32_t ch_id, uint32_t stream_id, mm_camera_buf_notify_t stream_cb, mm_camera_stream_cb_type cb_type, void *userdata) argument
H A Dmm_camera_interface.c1914 mm_camera_stream_cb_type cb_type, void *userdata)
1929 buf_cb, cb_type, userdata);
1912 mm_camera_intf_register_stream_buf_cb(uint32_t camera_handle, uint32_t ch_id, uint32_t stream_id, mm_camera_buf_notify_t buf_cb, mm_camera_stream_cb_type cb_type, void *userdata) argument
H A Dmm_camera_stream.c271 if ((buf_cb != NULL) && (buf_cb->cb_type == MM_CAMERA_STREAM_CB_TYPE_SYNC)
336 if (my_obj->buf_cb[i].cb_type == MM_CAMERA_STREAM_CB_TYPE_SYNC) {
405 && (my_obj->buf_cb[i].cb_type !=
803 (my_obj->buf_cb[i].cb_type != MM_CAMERA_STREAM_CB_TYPE_SYNC)) {
895 && my_obj->buf_cb[i].cb_type != MM_CAMERA_STREAM_CB_TYPE_SYNC) {
1060 my_obj->buf_cb[cb_index].cb_type = MM_CAMERA_STREAM_CB_TYPE_SYNC;
1066 my_obj->buf_cb[cb_index].cb_type = MM_CAMERA_STREAM_CB_TYPE_ASYNC;

Completed in 238 milliseconds