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

  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_thread.c 55 MM_CAMERA_POLL_TASK_STATE_POLL, /* polling pid in polling state. */
210 } while (poll_cb->state == MM_CAMERA_POLL_TASK_STATE_POLL);
227 mm_camera_poll_set_state(poll_cb, MM_CAMERA_POLL_TASK_STATE_POLL);
  /device/moto/shamu/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_thread.c 54 MM_CAMERA_POLL_TASK_STATE_POLL, /* polling pid in polling state. */
209 } while (poll_cb->state == MM_CAMERA_POLL_TASK_STATE_POLL);
226 mm_camera_poll_set_state(poll_cb, MM_CAMERA_POLL_TASK_STATE_POLL);
  /device/asus/flo/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_thread.c 56 MM_CAMERA_POLL_TASK_STATE_POLL, /* polling pid in polling state. */
316 } while (poll_cb->state == MM_CAMERA_POLL_TASK_STATE_POLL);
338 mm_camera_poll_set_state(poll_cb, MM_CAMERA_POLL_TASK_STATE_POLL);
  /device/lge/hammerhead/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_thread.c 59 MM_CAMERA_POLL_TASK_STATE_POLL, /* polling pid in polling state. */
322 } while (poll_cb->state == MM_CAMERA_POLL_TASK_STATE_POLL);
345 mm_camera_poll_set_state(poll_cb, MM_CAMERA_POLL_TASK_STATE_POLL);
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_thread.c 59 MM_CAMERA_POLL_TASK_STATE_POLL, /* polling pid in polling state. */
328 } while ((poll_cb != NULL) && (poll_cb->state == MM_CAMERA_POLL_TASK_STATE_POLL));
351 mm_camera_poll_set_state(poll_cb, MM_CAMERA_POLL_TASK_STATE_POLL);
  /device/lge/mako/camera/mm-camera-interface/
mm_camera_poll_thread.c 59 MM_CAMERA_POLL_TASK_STATE_POLL, /* polling pid in polling state. */
279 } while (poll_cb->data.state == MM_CAMERA_POLL_TASK_STATE_POLL);

Completed in 4460 milliseconds