HomeSort by relevance Sort by last modified time
    Searched defs:ch_id (Results 1 - 12 of 12) sorted by null

  /device/asus/flo/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_interface.c 469 uint32_t ch_id = 0; local
479 ch_id = mm_camera_add_channel(my_obj, attr, channel_cb, userdata);
483 CDBG("%s :X ch_id = %d", __func__, ch_id);
484 return ch_id;
494 * @ch_id : channel handle
503 uint32_t ch_id)
508 CDBG("%s :E ch_id = %d", __func__, ch_id);
515 rc = mm_camera_del_channel(my_obj, ch_id);
    [all...]
  /device/asus/flo/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_app.c 624 uint32_t ch_id = 0; local
627 ch_id = test_obj->cam->ops->add_channel(test_obj->cam->camera_handle,
631 if (ch_id == 0) {
636 channel->ch_id = ch_id;
644 channel->ch_id);
658 channel->ch_id);
674 channel->ch_id,
682 channel->ch_id,
693 channel->ch_id,
    [all...]
  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_interface.c 217 uint32_t ch_id = 0; local
227 ch_id = mm_camera_add_channel(my_obj);
231 CDBG("%s :X ch_id = %d",__func__,ch_id);
232 return ch_id;
235 static void mm_camera_intf_del_channel(uint32_t camera_handler, uint32_t ch_id)
239 CDBG("%s :E ch_id = %d",__func__,ch_id);
246 mm_camera_del_channel(my_obj, ch_id);
313 uint32_t ch_id,
    [all...]
  /hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_interface.c 469 uint32_t ch_id = 0; local
479 ch_id = mm_camera_add_channel(my_obj, attr, channel_cb, userdata);
483 CDBG("%s :X ch_id = %d", __func__, ch_id);
484 return ch_id;
494 * @ch_id : channel handle
503 uint32_t ch_id)
508 CDBG("%s :E ch_id = %d", __func__, ch_id);
515 rc = mm_camera_del_channel(my_obj, ch_id);
    [all...]
  /hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_app.c 624 uint32_t ch_id = 0; local
627 ch_id = test_obj->cam->ops->add_channel(test_obj->cam->camera_handle,
631 if (ch_id == 0) {
636 channel->ch_id = ch_id;
644 channel->ch_id);
658 channel->ch_id);
674 channel->ch_id,
682 channel->ch_id,
693 channel->ch_id,
    [all...]
  /device/lge/mako/camera/QCamera/stack/mm-camera-test/inc/
mm_qcamera_app.h 97 uint32_t ch_id; member in struct:__anon2113
188 uint32_t ch_id, uint32_t stream_id,
196 uint32_t ch_id, uint32_t stream_id,
  /external/bluetooth/bluedroid/udrv/ulinux/
uipc.c 113 static int uipc_close_ch_locked(tUIPC_CH_ID ch_id);
149 static void uipc_wait(tUIPC_CH_ID ch_id, tUIPC_EVENT wait_event_flags)
152 tUIPC_CHAN *p = &uipc_main.ch[ch_id];
154 //BTIF_TRACE_EVENT2("WAIT UIPC CH %d EVT %x BEGIN", ch_id, wait_event_flags);
159 //BTIF_TRACE_EVENT2("WAIT UIPC CH %d EVT %x DONE", ch_id, wait_event_flags);
162 static void uipc_signal(tUIPC_CH_ID ch_id, tUIPC_EVENT event)
165 tUIPC_CHAN *p = &uipc_main.ch[ch_id];
167 //BTIF_TRACE_EVENT2("SIGNAL UIPC CH %d EVT %x BEGIN", ch_id, dump_uipc_event(event));
314 static int uipc_check_fd_locked(tUIPC_CH_ID ch_id)
316 if (ch_id >= UIPC_CH_NUM
516 int ch_id; local
    [all...]
  /device/asus/flo/camera/QCamera2/stack/common/
mm_camera_interface.h 83 * @ch_id : channel handler to uniquely ideentify a channel
91 uint32_t ch_id; member in struct:__anon1745
394 * @ch_id : channel handler
398 * Return value: channel id, zero is invalid ch_id
409 * @ch_id : channel handler
414 uint32_t ch_id);
419 * @ch_id : channel handler
425 uint32_t ch_id,
430 * @ch_id : channel handler
434 uint32_t ch_id);
    [all...]
  /device/asus/flo/camera/QCamera2/stack/mm-camera-test/inc/
mm_qcamera_app.h 122 uint32_t ch_id; member in struct:__anon1804
  /hardware/qcom/camera/QCamera2/stack/common/
mm_camera_interface.h 83 * @ch_id : channel handler to uniquely ideentify a channel
91 uint32_t ch_id; member in struct:__anon33200
394 * @ch_id : channel handler
398 * Return value: channel id, zero is invalid ch_id
409 * @ch_id : channel handler
414 uint32_t ch_id);
419 * @ch_id : channel handler
425 uint32_t ch_id,
430 * @ch_id : channel handler
434 uint32_t ch_id);
    [all...]
  /hardware/qcom/camera/QCamera2/stack/mm-camera-test/inc/
mm_qcamera_app.h 122 uint32_t ch_id; member in struct:__anon33260
  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/inc/
mm_camera_interface.h 187 uint32_t ch_id; member in struct:__anon2097
203 uint32_t ch_id, uint32_t stream_id,
210 uint32_t ch_id, uint32_t stream_id,
228 int32_t (*qbuf) (uint32_t camera_handle, uint32_t ch_id,
247 /* ch_id returned, zero is invalid ch_id */
250 void (*ch_release) (uint32_t camera_handle, uint32_t ch_id);
256 uint32_t (*add_stream) (uint32_t camera_handle, uint32_t ch_id,
260 int32_t (*del_stream) (uint32_t camera_handle, uint32_t ch_id,
263 int32_t (*config_stream) (uint32_t camera_handle, uint32_t ch_id,
    [all...]

Completed in 335 milliseconds