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

  /device/asus/flo/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_stream.c 140 __func__, my_obj->my_hdl, my_obj->fd, my_obj->state);
206 __func__, my_obj->my_hdl, my_obj->fd, my_obj->state);
270 __func__, my_obj->my_hdl, my_obj->fd, my_obj->state);
282 super_buf.camera_handle = my_obj->ch_obj->cam_obj->my_hdl;
283 super_buf.ch_id = my_obj->ch_obj->my_hdl;
344 __func__, my_obj->my_hdl, my_obj->fd, my_obj->state);
400 __func__, my_obj->my_hdl, my_obj->fd, my_obj->state);
410 mm_camera_util_get_dev_name(my_obj->ch_obj->cam_obj->my_hdl));
462 __func__, my_obj->my_hdl, my_obj->fd, my_obj->state);
526 __func__, my_obj->my_hdl, my_obj->fd, my_obj->state)
    [all...]
mm_camera_channel.c 134 (handler == ch_obj->streams[i].my_hdl)) {
251 cb_node->u.superbuf.camera_handle = ch_obj->cam_obj->my_hdl;
252 cb_node->u.superbuf.ch_id = ch_obj->my_hdl;
709 stream_obj->my_hdl = mm_camera_util_generate_handler(idx);
718 s_hdl = stream_obj->my_hdl;
823 bundle_info->bundle_id = my_obj->my_hdl;
826 if (my_obj->streams[i].my_hdl > 0) {
828 my_obj->streams[i].my_hdl);
836 __func__, i, my_obj->streams[i].my_hdl);
    [all...]
mm_camera.c 76 if (handler == cam_obj->ch[i].my_hdl) {
130 my_obj->my_hdl,
248 mm_camera_util_get_dev_name(my_obj->my_hdl));
725 ch_obj->my_hdl = ch_hdl;
    [all...]
mm_camera_interface.c 129 (cam_handle == g_cam_ctrl.cam_obj[cam_idx]->my_hdl)) {
    [all...]
  /hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_stream.c 140 __func__, my_obj->my_hdl, my_obj->fd, my_obj->state);
206 __func__, my_obj->my_hdl, my_obj->fd, my_obj->state);
271 __func__, my_obj->my_hdl, my_obj->fd, my_obj->state);
283 super_buf.camera_handle = my_obj->ch_obj->cam_obj->my_hdl;
284 super_buf.ch_id = my_obj->ch_obj->my_hdl;
345 __func__, my_obj->my_hdl, my_obj->fd, my_obj->state);
401 __func__, my_obj->my_hdl, my_obj->fd, my_obj->state);
411 mm_camera_util_get_dev_name(my_obj->ch_obj->cam_obj->my_hdl));
463 __func__, my_obj->my_hdl, my_obj->fd, my_obj->state);
527 __func__, my_obj->my_hdl, my_obj->fd, my_obj->state)
    [all...]
mm_camera_channel.c 134 (handler == ch_obj->streams[i].my_hdl)) {
253 cb_node->u.superbuf.camera_handle = ch_obj->cam_obj->my_hdl;
254 cb_node->u.superbuf.ch_id = ch_obj->my_hdl;
711 stream_obj->my_hdl = mm_camera_util_generate_handler(idx);
720 s_hdl = stream_obj->my_hdl;
825 bundle_info->bundle_id = my_obj->my_hdl;
828 if (my_obj->streams[i].my_hdl > 0) {
830 my_obj->streams[i].my_hdl);
838 __func__, i, my_obj->streams[i].my_hdl);
    [all...]
mm_camera.c 76 if (handler == cam_obj->ch[i].my_hdl) {
131 my_obj->my_hdl,
249 mm_camera_util_get_dev_name(my_obj->my_hdl));
726 ch_obj->my_hdl = ch_hdl;
    [all...]
mm_camera_interface.c 129 (cam_handle == g_cam_ctrl.cam_obj[cam_idx]->my_hdl)) {
    [all...]
  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_stream.c 273 my_obj->buf[0].stream_id = my_obj->my_hdl;
290 buf_info.stream_id = my_obj->my_hdl;
316 super_buf.camera_handle = my_obj->ch_obj->cam_obj->my_hdl;
317 super_buf.ch_id = my_obj->ch_obj->my_hdl;
405 mm_camera_util_get_dev_name(my_obj->ch_obj->cam_obj->my_hdl));
759 my_obj->my_hdl,
771 mm_camera_poll_thread_del_poll_fd(&my_obj->ch_obj->poll_thread[0], my_obj->my_hdl);
783 mm_camera_poll_thread_del_poll_fd(&my_obj->ch_obj->poll_thread[0], my_obj->my_hdl);
851 buf_info->stream_id = my_obj->my_hdl;
854 buf_info->buf->stream_id = my_obj->my_hdl;
    [all...]
mm_camera_channel.c 146 if (handler == ch_obj->streams[i].my_hdl) {
224 super_buf.camera_handle = ch_obj->cam_obj->my_hdl;
225 super_buf.ch_id = ch_obj->my_hdl;
306 super_buf.camera_handle = ch_obj->cam_obj->my_hdl;
307 super_buf.ch_id = ch_obj->my_hdl;
664 stream_obj->my_hdl = mm_camera_util_generate_handler(idx);
680 s_hdl = stream_obj->my_hdl;
784 (void *)my_obj->my_hdl,
    [all...]
mm_camera.c 79 if (handler == cam_obj->ch[i].my_hdl) {
100 my_obj->my_hdl,
207 uint8_t cam_idx = mm_camera_util_get_index_by_handler(my_obj->my_hdl);
212 mm_camera_util_get_dev_name(my_obj->my_hdl));
763 ch_obj->my_hdl = ch_hdl;
    [all...]
mm_camera_interface.c 85 (cam_handler == g_cam_ctrl.cam_obj[cam_idx]->my_hdl)) {
929 cam_obj->my_hdl = mm_camera_util_generate_handler(camera_idx);
930 cam_obj->vtbl.camera_handle = cam_obj->my_hdl; /* set handler */
  /device/asus/flo/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 195 uint32_t my_hdl; /* local stream id */ member in struct:mm_stream
318 uint32_t my_hdl; member in struct:mm_channel
368 uint32_t my_hdl; member in struct:mm_camera_obj
  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/inc/
mm_camera.h 214 uint32_t my_hdl; member in struct:mm_stream
346 uint32_t my_hdl; member in struct:mm_channel
395 uint32_t my_hdl; member in struct:mm_camera_obj
  /hardware/qcom/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 195 uint32_t my_hdl; /* local stream id */ member in struct:mm_stream
318 uint32_t my_hdl; member in struct:mm_channel
368 uint32_t my_hdl; member in struct:mm_camera_obj

Completed in 507 milliseconds