Home | History | Annotate | Download | only in mm-camera-interface

Lines Matching refs:poll_type

124         if((poll_cb->data.poll_type == MM_CAMERA_POLL_TYPE_CH) &&
135 if((poll_cb->data.poll_type == MM_CAMERA_POLL_TYPE_EVT) &&
172 if(poll_cb->data.poll_type == MM_CAMERA_POLL_TYPE_CH) {
246 CDBG("%s: ch event, type=0x%x, ch=%d, evt=%d, poll_type = %d, read_fd=%d, write_fd=%d",
247 __func__, event->event_type, event->e.ch.ch, event->e.ch.evt, poll_cb->data.poll_type,
261 __func__, poll_cb->data.poll_type, poll_cb->data.num_fds);
291 switch(poll_cb->data.poll_type) {
396 CDBG("%s: ch = %d, poll_type = %d, read fd = %d, write fd = %d",
397 __func__, ch_type, poll_cb->data.poll_type,
404 poll_cb->data.poll_type = MM_CAMERA_POLL_TYPE_CH;
409 poll_cb->data.poll_type = MM_CAMERA_POLL_TYPE_EVT;
412 ALOGV("%s: ch_type = %d, poll_type = %d, read fd = %d, write fd = %d",
413 __func__, ch_type, poll_cb->data.poll_type,