HomeSort by relevance Sort by last modified time
    Searched refs:poll_type (Results 1 - 8 of 8) sorted by null

  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_thread.c 127 if (MM_CAMERA_POLL_TYPE_EVT == poll_cb->poll_type) {
134 } else if (MM_CAMERA_POLL_TYPE_CH == poll_cb->poll_type) {
171 __func__, poll_cb->poll_type, poll_cb->num_fds,poll_cb);
187 if ((poll_cb->poll_type == MM_CAMERA_POLL_TYPE_EVT) &&
195 if ((poll_cb->poll_type == MM_CAMERA_POLL_TYPE_CH) &&
247 if (MM_CAMERA_POLL_TYPE_CH == poll_cb->poll_type) {
275 if (MM_CAMERA_POLL_TYPE_CH == poll_cb->poll_type) {
301 mm_camera_poll_thread_type_t poll_type)
304 poll_cb->poll_type = poll_type;
    [all...]
  /device/asus/flo/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_thread.c 222 if (MM_CAMERA_POLL_TYPE_EVT == poll_cb->poll_type) {
229 } else if (MM_CAMERA_POLL_TYPE_DATA == poll_cb->poll_type) {
277 __func__, poll_cb->poll_type, poll_cb->num_fds,poll_cb);
293 if ((poll_cb->poll_type == MM_CAMERA_POLL_TYPE_EVT) &&
301 if ((MM_CAMERA_POLL_TYPE_DATA == poll_cb->poll_type) &&
385 if (MM_CAMERA_POLL_TYPE_DATA == poll_cb->poll_type) {
430 if (MM_CAMERA_POLL_TYPE_DATA == poll_cb->poll_type) {
462 mm_camera_poll_thread_type_t poll_type)
468 poll_cb->poll_type = poll_type;
    [all...]
  /hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_thread.c 223 if (MM_CAMERA_POLL_TYPE_EVT == poll_cb->poll_type) {
230 } else if (MM_CAMERA_POLL_TYPE_DATA == poll_cb->poll_type) {
278 __func__, poll_cb->poll_type, poll_cb->num_fds,poll_cb);
294 if ((poll_cb->poll_type == MM_CAMERA_POLL_TYPE_EVT) &&
302 if ((MM_CAMERA_POLL_TYPE_DATA == poll_cb->poll_type) &&
387 if (MM_CAMERA_POLL_TYPE_DATA == poll_cb->poll_type) {
432 if (MM_CAMERA_POLL_TYPE_DATA == poll_cb->poll_type) {
464 mm_camera_poll_thread_type_t poll_type)
470 poll_cb->poll_type = poll_type;
    [all...]
  /device/lge/mako/camera/mm-camera-interface/
mm_camera_poll_thread.c 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
    [all...]
mm_camera.h 200 mm_camera_poll_thread_type_t poll_type; member in struct:__anon2336
  /device/asus/flo/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 125 mm_camera_poll_thread_type_t poll_type; member in struct:__anon1775
557 mm_camera_poll_thread_type_t poll_type);
  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/inc/
mm_camera.h 144 mm_camera_poll_thread_type_t poll_type; member in struct:__anon2059
604 mm_camera_poll_thread_type_t poll_type);
  /hardware/qcom/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 125 mm_camera_poll_thread_type_t poll_type; member in struct:__anon33205
557 mm_camera_poll_thread_type_t poll_type);

Completed in 494 milliseconds