HomeSort by relevance Sort by last modified time
    Searched defs:notify_mode (Results 1 - 14 of 14) sorted by null

  /device/asus/flo/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_channel.c 71 mm_camera_super_buf_notify_mode_t notify_mode);
191 mm_camera_super_buf_notify_mode_t notify_mode; local
209 ch_obj->bundle.superbuf_queue.attr.notify_mode = cmd_cb->u.notify_mode;
215 notify_mode = ch_obj->bundle.superbuf_queue.attr.notify_mode;
222 (MM_CAMERA_SUPER_BUF_NOTIFY_CONTINUOUS == notify_mode) ) {
230 if (MM_CAMERA_SUPER_BUF_NOTIFY_BURST == notify_mode) {
526 mm_camera_super_buf_notify_mode_t notify_mode = ( mm_camera_super_buf_notify_mode_t ) in_val; local
527 rc = mm_channel_config_notify_mode(my_obj, notify_mode);
    [all...]
  /device/lge/hammerhead/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_channel.c 71 mm_camera_super_buf_notify_mode_t notify_mode);
193 mm_camera_super_buf_notify_mode_t notify_mode; local
211 ch_obj->bundle.superbuf_queue.attr.notify_mode = cmd_cb->u.notify_mode;
217 notify_mode = ch_obj->bundle.superbuf_queue.attr.notify_mode;
224 (MM_CAMERA_SUPER_BUF_NOTIFY_CONTINUOUS == notify_mode) ) {
232 if (MM_CAMERA_SUPER_BUF_NOTIFY_BURST == notify_mode) {
528 mm_camera_super_buf_notify_mode_t notify_mode = ( mm_camera_super_buf_notify_mode_t ) in_val; local
529 rc = mm_channel_config_notify_mode(my_obj, notify_mode);
    [all...]
  /device/asus/flo/camera/QCamera2/stack/common/
mm_camera_interface.h 240 * @notify_mode : notify mode: burst or continuous
252 mm_camera_super_buf_notify_mode_t notify_mode; member in struct:__anon2871
616 * @notify_mode : notification mode
622 mm_camera_super_buf_notify_mode_t notify_mode);
  /device/lge/hammerhead/camera/QCamera2/stack/common/
mm_camera_interface.h 240 * @notify_mode : notify mode: burst or continuous
252 mm_camera_super_buf_notify_mode_t notify_mode; member in struct:__anon3375
616 * @notify_mode : notification mode
622 mm_camera_super_buf_notify_mode_t notify_mode);
  /device/moto/shamu/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_channel.c 194 mm_camera_super_buf_notify_mode_t notify_mode; local
213 notify_mode = ch_obj->bundle.superbuf_queue.attr.notify_mode;
220 (MM_CAMERA_SUPER_BUF_NOTIFY_CONTINUOUS == notify_mode) ) {
228 if (MM_CAMERA_SUPER_BUF_NOTIFY_BURST == notify_mode) {
    [all...]
  /device/moto/shamu/camera/QCamera2/stack/common/
mm_camera_interface.h 260 * @notify_mode : notify mode: burst or continuous
272 mm_camera_super_buf_notify_mode_t notify_mode; member in struct:__anon4101
650 * @notify_mode : notification mode
656 mm_camera_super_buf_notify_mode_t notify_mode);
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_channel.c 71 mm_camera_super_buf_notify_mode_t notify_mode);
199 mm_camera_super_buf_notify_mode_t notify_mode; local
239 ch_obj->bundle.superbuf_queue.attr.notify_mode = cmd_cb->u.notify_mode;
295 notify_mode = ch_obj->bundle.superbuf_queue.attr.notify_mode;
332 (MM_CAMERA_SUPER_BUF_NOTIFY_CONTINUOUS == notify_mode)) &&
342 if (MM_CAMERA_SUPER_BUF_NOTIFY_BURST == notify_mode) {
677 mm_camera_super_buf_notify_mode_t notify_mode = ( mm_camera_super_buf_notify_mode_t ) in_val; local
678 rc = mm_channel_config_notify_mode(my_obj, notify_mode);
    [all...]
  /hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_channel.c 73 mm_camera_super_buf_notify_mode_t notify_mode);
205 mm_camera_super_buf_notify_mode_t notify_mode; local
247 ch_obj->bundle.superbuf_queue.attr.notify_mode = cmd_cb->u.notify_mode;
332 notify_mode = ch_obj->bundle.superbuf_queue.attr.notify_mode;
369 (MM_CAMERA_SUPER_BUF_NOTIFY_CONTINUOUS == notify_mode)) &&
379 if (MM_CAMERA_SUPER_BUF_NOTIFY_BURST == notify_mode) {
740 mm_camera_super_buf_notify_mode_t notify_mode = local
742 rc = mm_channel_config_notify_mode(my_obj, notify_mode);
    [all...]
  /hardware/qcom/camera/QCamera2/stack/common/
mm_camera_interface.h 321 * @notify_mode : notify mode: burst or continuous
333 mm_camera_super_buf_notify_mode_t notify_mode; member in struct:__anon25385
724 * @notify_mode : notification mode
730 mm_camera_super_buf_notify_mode_t notify_mode);
  /device/asus/flo/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 93 mm_camera_super_buf_notify_mode_t notify_mode; /* notification mode */ member in union:__anon2889::__anon2890
478 mm_camera_super_buf_notify_mode_t notify_mode);
  /device/lge/hammerhead/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 93 mm_camera_super_buf_notify_mode_t notify_mode; /* notification mode */ member in union:__anon3394::__anon3395
480 mm_camera_super_buf_notify_mode_t notify_mode);
  /device/moto/shamu/camera/QCamera/stack/mm-camera-interface/inc/
mm_camera_interface.h 154 mm_camera_super_buf_notify_mode_t notify_mode; member in struct:__anon3768
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 112 mm_camera_super_buf_notify_mode_t notify_mode; /* notification mode */ member in union:__anon4126::__anon4127
535 mm_camera_super_buf_notify_mode_t notify_mode);
  /hardware/qcom/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 119 mm_camera_super_buf_notify_mode_t notify_mode; /* notification mode */ member in union:__anon25411::__anon25412
589 mm_camera_super_buf_notify_mode_t notify_mode);

Completed in 194 milliseconds