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

  /system/bt/udrv/ulinux/
uipc.cc 108 static int uipc_close_ch_locked(tUIPC_CH_ID ch_id);
266 static int uipc_check_fd_locked(tUIPC_CH_ID ch_id) {
267 if (ch_id >= UIPC_CH_NUM) return -1;
269 // BTIF_TRACE_EVENT("CHECK SRVFD %d (ch %d)", uipc_main.ch[ch_id].srvfd,
270 // ch_id);
272 if (SAFE_FD_ISSET(uipc_main.ch[ch_id].srvfd, &uipc_main.read_set)) {
273 BTIF_TRACE_EVENT("INCOMING CONNECTION ON CH %d", ch_id);
276 if (uipc_main.ch[ch_id].fd != UIPC_DISCONNECTED) {
277 BTIF_TRACE_EVENT("CLOSE CONNECTION (FD %d)", uipc_main.ch[ch_id].fd);
278 close(uipc_main.ch[ch_id].fd)
459 int ch_id; local
    [all...]
  /device/huawei/angler/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_interface.c 458 uint32_t ch_id = 0; local
468 ch_id = mm_camera_add_channel(my_obj, attr, channel_cb, userdata);
472 CDBG("%s :X ch_id = %d", __func__, ch_id);
473 return ch_id;
483 * @ch_id : channel handle
492 uint32_t ch_id)
497 CDBG("%s :E ch_id = %d", __func__, ch_id);
504 rc = mm_camera_del_channel(my_obj, ch_id);
    [all...]
  /device/lge/bullhead/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_interface.c 458 uint32_t ch_id = 0; local
468 ch_id = mm_camera_add_channel(my_obj, attr, channel_cb, userdata);
472 CDBG("%s :X ch_id = %d", __func__, ch_id);
473 return ch_id;
483 * @ch_id : channel handle
492 uint32_t ch_id)
497 CDBG("%s :E ch_id = %d", __func__, ch_id);
504 rc = mm_camera_del_channel(my_obj, ch_id);
    [all...]
  /device/google/marlin/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_interface.c 471 uint32_t ch_id = 0; local
481 ch_id = mm_camera_add_channel(my_obj, attr, channel_cb, userdata);
485 LOGD("X ch_id = %d", ch_id);
486 return ch_id;
496 * @ch_id : channel handle
505 uint32_t ch_id)
510 LOGD("E ch_id = %d", ch_id);
517 rc = mm_camera_del_channel(my_obj, ch_id);
    [all...]
  /device/google/marlin/camera/QCamera2/stack/common/
mm_camera_interface.h 147 * @ch_id : channel handler to uniquely ideentify a channel
155 uint32_t ch_id; member in struct:__anon3739
518 * @ch_id : channel id
522 int32_t (*start_zsl_snapshot) (uint32_t camera_handle, uint32_t ch_id);
527 * @ch_id : channel id
531 int32_t (*stop_zsl_snapshot) (uint32_t camera_handle, uint32_t ch_id);
535 * @ch_id : channel handler
539 * Return value: channel id, zero is invalid ch_id
550 * @ch_id : channel handler
555 uint32_t ch_id);
    [all...]
  /device/google/marlin/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_app.c 707 uint32_t ch_id = 0; local
710 ch_id = test_obj->cam->ops->add_channel(test_obj->cam->camera_handle,
714 if (ch_id == 0) {
719 channel->ch_id = ch_id;
727 channel->ch_id);
741 channel->ch_id);
761 channel->ch_id,
769 channel->ch_id,
780 channel->ch_id,
    [all...]
  /device/huawei/angler/camera/QCamera2/stack/common/
mm_camera_interface.h 143 * @ch_id : channel handler to uniquely ideentify a channel
151 uint32_t ch_id; member in struct:__anon4321
472 * @ch_id : channel id
476 int32_t (*start_zsl_snapshot) (uint32_t camera_handle, uint32_t ch_id);
481 * @ch_id : channel id
485 int32_t (*stop_zsl_snapshot) (uint32_t camera_handle, uint32_t ch_id);
489 * @ch_id : channel handler
493 * Return value: channel id, zero is invalid ch_id
504 * @ch_id : channel handler
509 uint32_t ch_id);
    [all...]
  /device/huawei/angler/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_app.c 696 uint32_t ch_id = 0; local
699 ch_id = test_obj->cam->ops->add_channel(test_obj->cam->camera_handle,
703 if (ch_id == 0) {
708 channel->ch_id = ch_id;
716 channel->ch_id);
730 channel->ch_id);
750 channel->ch_id,
758 channel->ch_id,
769 channel->ch_id,
    [all...]
  /device/lge/bullhead/camera/QCamera2/stack/common/
mm_camera_interface.h 143 * @ch_id : channel handler to uniquely ideentify a channel
151 uint32_t ch_id; member in struct:__anon4873
472 * @ch_id : channel id
476 int32_t (*start_zsl_snapshot) (uint32_t camera_handle, uint32_t ch_id);
481 * @ch_id : channel id
485 int32_t (*stop_zsl_snapshot) (uint32_t camera_handle, uint32_t ch_id);
489 * @ch_id : channel handler
493 * Return value: channel id, zero is invalid ch_id
504 * @ch_id : channel handler
509 uint32_t ch_id);
    [all...]
  /device/lge/bullhead/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_app.c 696 uint32_t ch_id = 0; local
699 ch_id = test_obj->cam->ops->add_channel(test_obj->cam->camera_handle,
703 if (ch_id == 0) {
708 channel->ch_id = ch_id;
716 channel->ch_id);
730 channel->ch_id);
750 channel->ch_id,
758 channel->ch_id,
769 channel->ch_id,
    [all...]
  /device/google/marlin/camera/QCamera2/stack/mm-camera-test/inc/
mm_qcamera_app.h 182 uint32_t ch_id; member in struct:__anon3833
  /device/huawei/angler/camera/QCamera2/stack/mm-camera-test/inc/
mm_qcamera_app.h 184 uint32_t ch_id; member in struct:__anon4397
  /device/lge/bullhead/camera/QCamera2/stack/mm-camera-test/inc/
mm_qcamera_app.h 184 uint32_t ch_id; member in struct:__anon4949
  /external/webrtc/talk/media/webrtc/
webrtcvoiceengine.cc 2121 int ch_id = GetReceiveChannelId(ssrc); local
    [all...]

Completed in 424 milliseconds