HomeSort by relevance Sort by last modified time
    Searched refs:CDBG (Results 1 - 25 of 123) sorted by null

1 2 3 4 5

  /device/asus/flo/camera/QCamera2/stack/mm-jpeg-interface/inc/
mm_jpeg_dbg.h 42 #define ALOGE CDBG
44 #undef CDBG
45 #define CDBG(fmt, args...) do{}while(0)
53 #define CDBG(fmt, args...) ALOGE(fmt, ##args)
56 #define CDBG(fmt, args...) fprintf(stderr, fmt, ##args)
  /device/lge/hammerhead/camera/QCamera2/stack/mm-jpeg-interface/inc/
mm_jpeg_dbg.h 42 #define ALOGE CDBG
44 #undef CDBG
45 #define CDBG(fmt, args...) do{}while(0)
53 #define CDBG(fmt, args...) ALOGE(fmt, ##args)
56 #define CDBG(fmt, args...) fprintf(stderr, fmt, ##args)
  /device/lge/mako/camera/mm-camera-interface/
mm_camera_dbg.h 44 #define ALOGV CDBG
46 #undef CDBG
47 #define CDBG(fmt, args...) do{}while(0)
55 #define CDBG(fmt, args...) ALOGV(fmt, ##args)
58 #define CDBG(fmt, args...) fprintf(stderr, fmt, ##args)
mm_camera_sock.c 85 CDBG("%s: socket_fd=%d %s", __func__, socket_fd, sock_addr.sun_path);
122 CDBG("%s: msg is NULL", __func__);
133 CDBG("%s: iov_len=%d", __func__, iov[0].iov_len);
144 CDBG("%s: Got ctrl msg pointer", __func__);
149 CDBG("%s: cmsg data=%d", __func__, *((int *) CMSG_DATA(cmsghp)));
151 CDBG("%s: ctrl msg NULL", __func__);
204 CDBG("%s: msg_ctrl %p len %d", __func__, msgh.msg_control, msgh.msg_controllen);
210 CDBG("%s: CtrlMsg is valid", __func__);
212 CDBG("%s: Receieved fd=%d", __func__, rcvd_fd);
  /device/moto/shamu/camera/QCamera/stack/mm-jpeg-interface/inc/
mm_jpeg_dbg.h 44 #define ALOGE CDBG
46 #undef CDBG
47 #define CDBG(fmt, args...) do{}while(0)
55 #define CDBG(fmt, args...) ALOGE(fmt, ##args)
58 #define CDBG(fmt, args...) fprintf(stderr, fmt, ##args)
  /device/asus/flo/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera_dbg.h 44 #define ALOGE CDBG
46 #undef CDBG
47 #define CDBG(fmt, args...) do{}while(0)
56 #define CDBG(fmt, args...) ALOGE(fmt, ##args)
59 #define CDBG(fmt, args...) fprintf(stderr, fmt, ##args)
  /device/asus/flo/camera/QCamera2/stack/mm-camera-test/inc/
mm_qcamera_dbg.h 44 #define ALOGE CDBG
46 #undef CDBG
47 #define CDBG(fmt, args...) do{}while(0)
56 #define CDBG(fmt, args...) ALOGE(fmt, ##args)
59 #define CDBG(fmt, args...) fprintf(stderr, fmt, ##args)
  /device/lge/hammerhead/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera_dbg.h 44 #define ALOGE CDBG
46 #undef CDBG
47 #define CDBG(fmt, args...) do{}while(0)
56 #define CDBG(fmt, args...) ALOGE(fmt, ##args)
59 #define CDBG(fmt, args...) fprintf(stderr, fmt, ##args)
  /device/lge/hammerhead/camera/QCamera2/stack/mm-camera-test/inc/
mm_qcamera_dbg.h 44 #define ALOGE CDBG
46 #undef CDBG
47 #define CDBG(fmt, args...) do{}while(0)
56 #define CDBG(fmt, args...) ALOGE(fmt, ##args)
59 #define CDBG(fmt, args...) fprintf(stderr, fmt, ##args)
  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/inc/
mm_camera_dbg.h 44 #define ALOGE CDBG
46 #undef CDBG
47 #define CDBG(fmt, args...) do{}while(0)
55 #define CDBG(fmt, args...) ALOGE(fmt, ##args)
58 #define CDBG(fmt, args...) fprintf(stderr, fmt, ##args)
  /device/lge/mako/camera/QCamera/stack/mm-jpeg-interface/inc/
mm_jpeg_dbg.h 44 #define ALOGE CDBG
46 #undef CDBG
47 #define CDBG(fmt, args...) do{}while(0)
55 #define CDBG(fmt, args...) ALOGE(fmt, ##args)
58 #define CDBG(fmt, args...) fprintf(stderr, fmt, ##args)
  /device/moto/shamu/camera/QCamera/stack/mm-camera-interface/inc/
mm_camera_dbg.h 44 #define ALOGE CDBG
46 #undef CDBG
47 #define CDBG(fmt, args...) do{}while(0)
56 #define CDBG(fmt, args...) ALOGE(fmt, ##args)
59 #define CDBG(fmt, args...) fprintf(stderr, fmt, ##args)
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera_dbg.h 35 0: turns off CDBG and CDBG_HIGH logs
37 2: turns-on CDBG_HIGH and CDBG logs */
49 #define ALOGE CDBG
51 #undef CDBG
52 #define CDBG(fmt, args...) do{}while(0)
61 #define CDBG(fmt, args...) ALOGD_IF(gMmCameraIntfLogLevel >= 2, fmt, ##args)
64 #define CDBG(fmt, args...) fprintf(stderr, fmt, ##args)
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-test/inc/
mm_qcamera_dbg.h 44 #define ALOGE CDBG
46 #undef CDBG
47 #define CDBG(fmt, args...) do{}while(0)
56 #define CDBG(fmt, args...) ALOGE(fmt, ##args)
59 #define CDBG(fmt, args...) fprintf(stderr, fmt, ##args)
  /device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/inc/
mm_jpeg_dbg.h 35 0: turns off CDBG and CDBG_HIGH logs
37 2: turns-on CDBG_HIGH and CDBG logs */
49 #define ALOGE CDBG
51 #undef CDBG
52 #define CDBG(fmt, args...) do{}while(0)
60 #define CDBG(fmt, args...) ALOGD_IF(gMmJpegIntfLogLevel >= 2, fmt, ##args)
63 #define CDBG(fmt, args...) fprintf(stderr, fmt, ##args)
  /device/lge/mako/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_main_menu.c 300 CDBG("current_menu_id=%d\n",current_menu_id);
301 CDBG("output_to_event=%d\n",output_to_event);
307 CDBG("STOP_CAMERA\n");
312 CDBG("next_menu_id = MENU_ID_PREVIEWVIDEORESOLUTIONCHANGE = %d\n", next_menu_id);
317 CDBG("next_menu_id = MENU_ID_WHITEBALANCECHANGE = %d\n", next_menu_id);
322 CDBG("next_menu_id = MENU_ID_EXPMETERINGCHANGE = %d\n", next_menu_id);
327 CDBG("next_menu_id = MENU_ID_GET_CTRL_VALUE = %d\n", next_menu_id);
332 CDBG("next_menu_id = MENU_ID_BRIGHTNESSCHANGE = %d\n", next_menu_id);
349 CDBG("next_menu_id = MENU_ID_TOGGLEAFR = %d\n", next_menu_id);
354 CDBG("next_menu_id = MENU_ID_ISOCHANGE = %d\n", next_menu_id)
    [all...]
  /device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_main_menu.c 310 CDBG("current_menu_id=%d\n",current_menu_id);
311 CDBG("output_to_event=%d\n",output_to_event);
317 CDBG("STOP_CAMERA\n");
322 CDBG("next_menu_id = MENU_ID_PREVIEWVIDEORESOLUTIONCHANGE = %d\n", next_menu_id);
327 CDBG("next_menu_id = MENU_ID_WHITEBALANCECHANGE = %d\n", next_menu_id);
332 CDBG("next_menu_id = MENU_ID_EXPMETERINGCHANGE = %d\n", next_menu_id);
337 CDBG("next_menu_id = MENU_ID_GET_CTRL_VALUE = %d\n", next_menu_id);
342 CDBG("next_menu_id = MENU_ID_BRIGHTNESSCHANGE = %d\n", next_menu_id);
359 CDBG("next_menu_id = MENU_ID_TOGGLEAFR = %d\n", next_menu_id);
364 CDBG("next_menu_id = MENU_ID_ISOCHANGE = %d\n", next_menu_id)
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL/
QCameraThermalAdapter.cpp 65 CDBG("%s E", __func__);
109 CDBG("%s X", __func__);
120 CDBG("%s X", __func__);
126 CDBG("%s E", __func__);
144 CDBG("%s X", __func__);
154 CDBG("%s E", __func__);
159 CDBG("%s X", __func__);
  /device/moto/shamu/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_interface.c 103 CDBG("%s E: camera_handler = %d ",__func__,camera_handler);
115 CDBG("%s :X rc = %d",__func__,rc);
210 CDBG("%s E: camera_handler = %d ",__func__,camera_handler);
226 CDBG("%s: ref_count=%d\n", __func__, my_obj->ref_count);
254 CDBG("%s :E camera_handler = %d",__func__,camera_handler);
265 CDBG("%s :X ch_id = %d",__func__,ch_id);
273 CDBG("%s :E ch_id = %d",__func__,ch_id);
284 CDBG("%s :X",__func__);
311 CDBG("%s :E evt_type = %d",__func__,evt_type);
322 CDBG("%s :E rc = %d",__func__,rc)
    [all...]
mm_camera_sock.c 85 CDBG("%s: socket_fd=%d %s", __func__, socket_fd, sock_addr.sun_path);
122 CDBG("%s: msg is NULL", __func__);
133 CDBG("%s: iov_len=%d", __func__, iov[0].iov_len);
144 CDBG("%s: Got ctrl msg pointer", __func__);
149 CDBG("%s: cmsg data=%d", __func__, *((int *) CMSG_DATA(cmsghp)));
151 CDBG("%s: ctrl msg NULL", __func__);
204 CDBG("%s: msg_ctrl %p len %d", __func__, msgh.msg_control, msgh.msg_controllen);
210 CDBG("%s: CtrlMsg is valid", __func__);
212 CDBG("%s: Receieved fd=%d", __func__, rcvd_fd);
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_interface.c 157 CDBG("%s E: camera_handler = %d ", __func__, camera_handle);
169 CDBG("%s :X rc = %d", __func__, rc);
357 CDBG("%s E: camera_handler = %d ", __func__, camera_handle);
367 CDBG("%s: ref_count=%d\n", __func__, my_obj->ref_count);
417 CDBG("%s :E camera_handler = %d", __func__, camera_handle);
428 CDBG("%s :X ch_id = %d", __func__, ch_id);
453 CDBG("%s :E ch_id = %d", __func__, ch_id);
464 CDBG("%s :X", __func__);
491 CDBG("%s :E ch_id = %d", __func__, ch_id);
502 CDBG("%s :X", __func__)
    [all...]
mm_camera_sock.c 86 CDBG("%s: socket_fd=%d %s", __func__, socket_fd, sock_addr.sun_path);
128 CDBG("%s: msg is NULL", __func__);
140 CDBG("%s: iov_len=%d", __func__, len);
151 CDBG("%s: Got ctrl msg pointer", __func__);
156 CDBG("%s: cmsg data=%d", __func__, *((int *) CMSG_DATA(cmsghp)));
158 CDBG("%s: ctrl msg NULL", __func__);
212 CDBG("%s: msg_ctrl %p len %d", __func__, msgh.msg_control, msgh.msg_controllen);
218 CDBG("%s: CtrlMsg is valid", __func__);
220 CDBG("%s: Receieved fd=%d", __func__, rcvd_fd);
  /device/asus/flo/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_sock.c 86 CDBG("%s: socket_fd=%d %s", __func__, socket_fd, sock_addr.sun_path);
127 CDBG("%s: msg is NULL", __func__);
138 CDBG("%s: iov_len=%d", __func__, iov[0].iov_len);
149 CDBG("%s: Got ctrl msg pointer", __func__);
154 CDBG("%s: cmsg data=%d", __func__, *((int *) CMSG_DATA(cmsghp)));
156 CDBG("%s: ctrl msg NULL", __func__);
210 CDBG("%s: msg_ctrl %p len %d", __func__, msgh.msg_control, msgh.msg_controllen);
216 CDBG("%s: CtrlMsg is valid", __func__);
218 CDBG("%s: Receieved fd=%d", __func__, rcvd_fd);
  /device/lge/hammerhead/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_sock.c 86 CDBG("%s: socket_fd=%d %s", __func__, socket_fd, sock_addr.sun_path);
127 CDBG("%s: msg is NULL", __func__);
138 CDBG("%s: iov_len=%d", __func__, iov[0].iov_len);
149 CDBG("%s: Got ctrl msg pointer", __func__);
154 CDBG("%s: cmsg data=%d", __func__, *((int *) CMSG_DATA(cmsghp)));
156 CDBG("%s: ctrl msg NULL", __func__);
210 CDBG("%s: msg_ctrl %p len %d", __func__, msgh.msg_control, msgh.msg_controllen);
216 CDBG("%s: CtrlMsg is valid", __func__);
218 CDBG("%s: Receieved fd=%d", __func__, rcvd_fd);
  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_sock.c 85 CDBG("%s: socket_fd=%d %s", __func__, socket_fd, sock_addr.sun_path);
122 CDBG("%s: msg is NULL", __func__);
133 CDBG("%s: iov_len=%d", __func__, iov[0].iov_len);
144 CDBG("%s: Got ctrl msg pointer", __func__);
149 CDBG("%s: cmsg data=%d", __func__, *((int *) CMSG_DATA(cmsghp)));
151 CDBG("%s: ctrl msg NULL", __func__);
204 CDBG("%s: msg_ctrl %p len %d", __func__, msgh.msg_control, msgh.msg_controllen);
210 CDBG("%s: CtrlMsg is valid", __func__);
212 CDBG("%s: Receieved fd=%d", __func__, rcvd_fd);

Completed in 1537 milliseconds

1 2 3 4 5