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

1 2 3

  /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...]
  /system/bt/udrv/include/
uipc.h 50 tUIPC_CH_ID ch_id,
78 bool UIPC_Open(tUIPC_CH_ID ch_id, tUIPC_RCV_CBACK* p_cback);
89 void UIPC_Close(tUIPC_CH_ID ch_id);
100 bool UIPC_Send(tUIPC_CH_ID ch_id, uint16_t msg_evt, const uint8_t* p_buf,
112 uint32_t UIPC_Read(tUIPC_CH_ID ch_id, uint16_t* p_msg_evt, uint8_t* p_buf,
124 bool UIPC_Ioctl(tUIPC_CH_ID ch_id, uint32_t request, void* param);
  /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/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/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...]
mm_camera.c 550 * @ch_id : channel handle
558 uint32_t ch_id,
563 ch_obj = mm_camera_util_get_channel_by_handler(my_obj, ch_id);
584 * @ch_id : channel handle
590 uint32_t ch_id, uint32_t stream_id)
595 ch_obj = mm_camera_util_get_channel_by_handler(my_obj, ch_id);
867 * @ch_id : channel handle
876 uint32_t ch_id)
880 mm_camera_util_get_channel_by_handler(my_obj, ch_id);
906 * @ch_id : channel handl
    [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...]
mm_camera.c 550 * @ch_id : channel handle
558 uint32_t ch_id,
563 ch_obj = mm_camera_util_get_channel_by_handler(my_obj, ch_id);
584 * @ch_id : channel handle
590 uint32_t ch_id, uint32_t stream_id)
595 ch_obj = mm_camera_util_get_channel_by_handler(my_obj, ch_id);
867 * @ch_id : channel handle
876 uint32_t ch_id)
880 mm_camera_util_get_channel_by_handler(my_obj, ch_id);
906 * @ch_id : channel handl
    [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-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...]
mm_camera.c 536 * @ch_id : channel handle
544 uint32_t ch_id,
549 ch_obj = mm_camera_util_get_channel_by_handler(my_obj, ch_id);
570 * @ch_id : channel handle
579 uint32_t ch_id,
585 ch_obj = mm_camera_util_get_channel_by_handler(my_obj, ch_id);
602 * @ch_id : channel handle
608 uint32_t ch_id, uint32_t stream_id)
613 ch_obj = mm_camera_util_get_channel_by_handler(my_obj, ch_id);
921 * @ch_id : channel handl
    [all...]
  /device/huawei/angler/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 528 uint32_t ch_id,
531 uint32_t ch_id, uint32_t stream_id);
550 uint32_t ch_id);
552 uint32_t ch_id);
558 uint32_t ch_id);
560 uint32_t ch_id,
563 uint32_t ch_id);
565 uint32_t ch_id,
568 uint32_t ch_id,
572 uint32_t ch_id,
    [all...]
  /device/lge/bullhead/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 528 uint32_t ch_id,
531 uint32_t ch_id, uint32_t stream_id);
550 uint32_t ch_id);
552 uint32_t ch_id);
558 uint32_t ch_id);
560 uint32_t ch_id,
563 uint32_t ch_id);
565 uint32_t ch_id,
568 uint32_t ch_id,
572 uint32_t ch_id,
    [all...]
  /device/google/marlin/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 591 uint32_t ch_id,
594 uint32_t ch_id,
598 uint32_t ch_id, uint32_t stream_id);
621 uint32_t ch_id);
623 uint32_t ch_id);
629 uint32_t ch_id);
631 uint32_t ch_id,
634 uint32_t ch_id);
636 uint32_t ch_id,
639 uint32_t ch_id,
    [all...]
  /device/google/marlin/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_snapshot.c 64 pme->current_job_frames->ch_id,
200 if (pme->channels[i].ch_id == bufs->ch_id) {
257 bufs->ch_id,
280 if (pme->channels[i].ch_id == bufs->ch_id) {
286 LOGE(" Wrong channel id (%d)", bufs->ch_id);
322 bufs->ch_id,
348 if (pme->channels[i].ch_id == bufs->ch_id) {
    [all...]
mm_qcamera_reprocess.c 51 if (pme->channels[i].ch_id == bufs->ch_id) {
57 LOGE(" Wrong channel id (%d)", bufs->ch_id);
88 bufs->ch_id,
326 r_ch->ch_id,
341 recvd_frame->ch_id,
mm_qcamera_preview.c 65 if (pme->channels[i].ch_id == bufs->ch_id) {
125 bufs->ch_id,
148 if (pme->channels[i].ch_id == bufs->ch_id) {
154 LOGE("Wrong channel id (%d)", bufs->ch_id);
238 bufs->ch_id,
268 if (pme->channels[i].ch_id == bufs->ch_id) {
313 bufs->ch_id,
    [all...]
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/mm-camera-test/src/
mm_qcamera_snapshot.c 63 pme->current_job_frames->ch_id,
198 if (pme->channels[i].ch_id == bufs->ch_id) {
255 bufs->ch_id,
278 if (pme->channels[i].ch_id == bufs->ch_id) {
284 CDBG_ERROR("%s: Wrong channel id (%d)", __func__, bufs->ch_id);
320 bufs->ch_id,
348 if (pme->channels[i].ch_id == bufs->ch_id) {
    [all...]
mm_qcamera_reprocess.c 50 if (pme->channels[i].ch_id == bufs->ch_id) {
56 CDBG_ERROR("%s: Wrong channel id (%d)", __func__, bufs->ch_id);
87 bufs->ch_id,
338 r_ch->ch_id,
353 recvd_frame->ch_id,
mm_qcamera_preview.c 54 if (pme->channels[i].ch_id == bufs->ch_id) {
110 bufs->ch_id,
136 if (pme->channels[i].ch_id == bufs->ch_id) {
181 bufs->ch_id,
214 if (pme->channels[i].ch_id == bufs->ch_id) {
220 CDBG_ERROR("%s: Wrong channel id (%d)", __func__, bufs->ch_id);
356 bufs->ch_id,
    [all...]
  /device/lge/bullhead/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_snapshot.c 63 pme->current_job_frames->ch_id,
198 if (pme->channels[i].ch_id == bufs->ch_id) {
255 bufs->ch_id,
278 if (pme->channels[i].ch_id == bufs->ch_id) {
284 CDBG_ERROR("%s: Wrong channel id (%d)", __func__, bufs->ch_id);
320 bufs->ch_id,
348 if (pme->channels[i].ch_id == bufs->ch_id) {
    [all...]
mm_qcamera_reprocess.c 50 if (pme->channels[i].ch_id == bufs->ch_id) {
56 CDBG_ERROR("%s: Wrong channel id (%d)", __func__, bufs->ch_id);
87 bufs->ch_id,
338 r_ch->ch_id,
353 recvd_frame->ch_id,
mm_qcamera_preview.c 54 if (pme->channels[i].ch_id == bufs->ch_id) {
110 bufs->ch_id,
136 if (pme->channels[i].ch_id == bufs->ch_id) {
181 bufs->ch_id,
214 if (pme->channels[i].ch_id == bufs->ch_id) {
220 CDBG_ERROR("%s: Wrong channel id (%d)", __func__, bufs->ch_id);
356 bufs->ch_id,
    [all...]
  /system/bt/btif/src/
btif_a2dp_control.cc 40 static void btif_a2dp_data_cb(tUIPC_CH_ID ch_id, tUIPC_EVENT event);
41 static void btif_a2dp_ctrl_cb(tUIPC_CH_ID ch_id, tUIPC_EVENT event);
270 static void btif_a2dp_ctrl_cb(UNUSED_ATTR tUIPC_CH_ID ch_id,
294 static void btif_a2dp_data_cb(UNUSED_ATTR tUIPC_CH_ID ch_id,

Completed in 457 milliseconds

1 2 3