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

1 2

  /system/bt/udrv/ulinux/
uipc.cc 81 static int uipc_close_ch_locked(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id);
239 static int uipc_check_fd_locked(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id) {
240 if (ch_id >= UIPC_CH_NUM) return -1;
242 // BTIF_TRACE_EVENT("CHECK SRVFD %d (ch %d)", uipc.ch[ch_id].srvfd,
243 // ch_id);
245 if (SAFE_FD_ISSET(uipc.ch[ch_id].srvfd, &uipc.read_set)) {
246 BTIF_TRACE_EVENT("INCOMING CONNECTION ON CH %d", ch_id);
249 if (uipc.ch[ch_id].fd != UIPC_DISCONNECTED) {
250 BTIF_TRACE_EVENT("CLOSE CONNECTION (FD %d)", uipc.ch[ch_id].fd);
251 close(uipc.ch[ch_id].fd)
431 int ch_id; local
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/inc/
mm_camera_muxer.h 87 uint32_t ch_id, mm_camera_obj_t *cam_obj);
89 uint32_t ch_id, mm_camera_obj_t *cam_obj);
93 int32_t mm_camera_muxer_delete_channel(uint32_t camera_handle, uint32_t ch_id,
95 int32_t mm_camera_muxer_get_bundle_info(uint32_t camera_handle, uint32_t ch_id,
98 uint32_t ch_id, uint32_t src__ch_id, uint32_t src_stream_id,
101 uint32_t ch_id, uint32_t stream_id,
104 uint32_t ch_id, uint32_t stream_id, uint32_t linked_ch_id,
107 uint32_t ch_id, uint32_t stream_id, mm_camera_stream_config_t *config,
110 uint32_t ch_id, uint32_t stream_id,
114 uint32_t ch_id, const cam_buf_map_type_list *buf_map_list
    [all...]
mm_camera.h 703 uint32_t ch_id,
706 uint32_t ch_id,
710 uint32_t ch_id, uint32_t stream_id);
733 uint32_t ch_id);
735 uint32_t ch_id);
741 uint32_t ch_id);
743 uint32_t ch_id,
746 uint32_t ch_id);
748 uint32_t ch_id,
751 uint32_t ch_id,
    [all...]
  /system/bt/udrv/include/
uipc.h 52 tUIPC_CH_ID ch_id,
91 * @param ch_id Channel ID
96 bool UIPC_Open(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id, tUIPC_RCV_CBACK* p_cback,
102 * @param ch_id Channel ID; if ch_id is UIPC_CH_ID_ALL, then cleanup UIPC
104 void UIPC_Close(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id);
109 * @param ch_id Channel ID
115 bool UIPC_Send(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id, uint16_t msg_evt,
121 * @param ch_id Channel ID
127 uint32_t UIPC_Read(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id, uint16_t* p_msg_evt
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/stack/common/
mm_camera_interface.h 163 * @ch_id : channel handler to uniquely ideentify a channel
171 uint32_t ch_id; member in struct:__anon49198
416 * @ch_id : channel id to be synced
424 uint32_t ch_id; member in struct:__anon49210
561 * @ch_id : channel id
565 int32_t (*start_zsl_snapshot) (uint32_t camera_handle, uint32_t ch_id);
570 * @ch_id : channel id
574 int32_t (*stop_zsl_snapshot) (uint32_t camera_handle, uint32_t ch_id);
578 * @ch_id : channel handler
582 * Return value: channel id, zero is invalid ch_id
    [all...]
  /device/google/marlin/camera/QCamera2/stack/common/
mm_camera_interface.h 149 * @ch_id : channel handler to uniquely ideentify a channel
157 uint32_t ch_id; member in struct:__anon2397
521 * @ch_id : channel id
525 int32_t (*start_zsl_snapshot) (uint32_t camera_handle, uint32_t ch_id);
530 * @ch_id : channel id
534 int32_t (*stop_zsl_snapshot) (uint32_t camera_handle, uint32_t ch_id);
538 * @ch_id : channel handler
542 * Return value: channel id, zero is invalid ch_id
553 * @ch_id : channel handler
558 uint32_t ch_id);
    [all...]
  /device/google/marlin/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_interface.c 472 uint32_t ch_id = 0; local
482 ch_id = mm_camera_add_channel(my_obj, attr, channel_cb, userdata);
486 LOGD("X ch_id = %d", ch_id);
487 return ch_id;
497 * @ch_id : channel handle
506 uint32_t ch_id)
511 LOGD("E ch_id = %d", ch_id);
518 rc = mm_camera_del_channel(my_obj, ch_id);
    [all...]
mm_camera.c 537 * @ch_id : channel handle
545 uint32_t ch_id,
550 ch_obj = mm_camera_util_get_channel_by_handler(my_obj, ch_id);
571 * @ch_id : channel handle
580 uint32_t ch_id,
586 ch_obj = mm_camera_util_get_channel_by_handler(my_obj, ch_id);
603 * @ch_id : channel handle
609 uint32_t ch_id, uint32_t stream_id)
614 ch_obj = mm_camera_util_get_channel_by_handler(my_obj, ch_id);
922 * @ch_id : channel handl
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/
mm_camera_interface.c 685 uint32_t ch_id = 0, aux_ch_id = 0; local
697 ch_id = mm_camera_add_channel(my_obj, attr, channel_cb, userdata);
710 channel_cb, userdata, ch_id, my_obj);
713 mm_camera_del_channel(my_obj, ch_id);
715 ch_id |= aux_ch_id;
721 LOGH("camera_handle = %u ch_id = %u X", camera_handle, ch_id);
722 return ch_id;
732 * @ch_id : channel handle
741 uint32_t ch_id)
    [all...]
mm_camera_muxer.c 171 * @ch_id: channel handle
177 mm_channel_t *mm_muxer_util_get_channel_by_obj(uint32_t ch_id,
188 ch_obj = mm_camera_util_get_channel_by_handler(obj, ch_id);
667 * @ch_id : channel handle
675 uint32_t ch_id, mm_camera_obj_t *cam_obj)
682 uint32_t my_ch_id = mm_camera_util_get_handle_by_num(my_obj->my_num, ch_id);
699 * @ch_id : channel handle
707 uint32_t ch_id, mm_camera_obj_t *cam_obj)
714 uint32_t my_ch_id = mm_camera_util_get_handle_by_num(my_obj->my_num, ch_id);
744 int32_t ch_id = 0 local
    [all...]
mm_camera.c 546 * @ch_id : channel handle
554 uint32_t ch_id,
559 ch_obj = mm_camera_util_get_channel_by_handler(my_obj, ch_id);
580 * @ch_id : channel handle
589 uint32_t ch_id,
595 ch_obj = mm_camera_util_get_channel_by_handler(my_obj, ch_id);
612 * @ch_id : channel handle
618 uint32_t ch_id, uint32_t stream_id)
623 ch_obj = mm_camera_util_get_channel_by_handler(my_obj, ch_id);
930 * @ch_id : channel handl
    [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...]
  /external/lisa/libs/utils/
energy.py 389 ch_id = self._channels[channel]
398 self._iio[ch_id] = Popen([self._iiocapturebin, '-n',
410 ch_id = self._channels[channel]
412 self._iio[ch_id].poll()
413 if self._iio[ch_id].returncode:
420 out, _ = self._iio[ch_id].communicate()
422 self._iio[ch_id] = None
441 ch_id = self._channels[channel]
443 if self._iio[ch_id] is None:
446 self._iio[ch_id].poll(
    [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...]
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
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,
329 r_ch->ch_id,
344 recvd_frame->ch_id,
mm_qcamera_snapshot.c 64 pme->current_job_frames->ch_id,
282 if (pme->channels[i].ch_id == bufs->ch_id) {
339 bufs->ch_id,
362 if (pme->channels[i].ch_id == bufs->ch_id) {
368 LOGE(" Wrong channel id (%d)", bufs->ch_id);
404 bufs->ch_id,
430 if (pme->channels[i].ch_id == bufs->ch_id) {
    [all...]
mm_qcamera_video.c 52 if (pme->channels[i].ch_id == bufs->ch_id) {
112 bufs->ch_id,
136 if (pme->channels[i].ch_id == bufs->ch_id) {
142 LOGE("Wrong channel id (%d)", bufs->ch_id);
226 bufs->ch_id,
256 if (pme->channels[i].ch_id == bufs->ch_id) {
301 bufs->ch_id,
    [all...]
mm_qcamera_preview.c 67 if (pme->channels[i].ch_id == bufs->ch_id) {
216 bufs->ch_id,
239 if (pme->channels[i].ch_id == bufs->ch_id) {
245 LOGE("Wrong channel id (%d)", bufs->ch_id);
329 bufs->ch_id,
362 if (pme->channels[i].ch_id == bufs->ch_id) {
407 bufs->ch_id,
    [all...]
mm_qcamera_app.c 729 uint32_t ch_id = 0; local
732 ch_id = test_obj->cam->ops->add_channel(test_obj->cam->camera_handle,
736 if (ch_id == 0) {
741 channel->ch_id = ch_id;
749 channel->ch_id);
763 channel->ch_id);
783 channel->ch_id,
791 channel->ch_id,
802 channel->ch_id,
    [all...]
  /system/bt/btif/src/
btif_a2dp_control.cc 46 static void btif_a2dp_data_cb(tUIPC_CH_ID ch_id, tUIPC_EVENT event);
47 static void btif_a2dp_ctrl_cb(tUIPC_CH_ID ch_id, tUIPC_EVENT event);
320 static void btif_a2dp_ctrl_cb(UNUSED_ATTR tUIPC_CH_ID ch_id,
354 static void btif_a2dp_data_cb(UNUSED_ATTR tUIPC_CH_ID ch_id,
  /hardware/qcom/camera/msm8998/QCamera2/util/
QCameraDualFOVPP.cpp 273 pOutputFrame->ch_id = pInputFrame->ch_id;
511 QCameraChannel *pChannel = m_pQCameraPostProc->getChannelByHandle(pFrame->ch_id);
549 m_pQCameraPostProc->getChannelByHandle(pData->src_reproc_frame->ch_id);
566 pChannel = m_pQCameraPostProc->getChannelByHandle(pFrame->ch_id);
  /hardware/qcom/camera/msm8998/QCamera2/HAL/
QCameraPostProc.cpp     [all...]

Completed in 496 milliseconds

1 2