HomeSort by relevance Sort by last modified time
    Searched defs:notify_mode (Results 1 - 13 of 13) 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/lge/mako/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_channel.c 250 mm_camera_super_buf_notify_mode_t notify_mode; local
265 notify_mode = ch_obj->bundle.superbuf_queue.attr.notify_mode;
275 (MM_CAMERA_SUPER_BUF_NOTIFY_CONTINUOUS == notify_mode) ) {
285 if (MM_CAMERA_SUPER_BUF_NOTIFY_BURST == 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:__anon2765
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:__anon3271
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:__anon4368
640 * @notify_mode : notification mode
646 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...]
  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/inc/
mm_camera_interface.h 136 mm_camera_super_buf_notify_mode_t notify_mode; member in struct:__anon3551
  /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:__anon2783::__anon2784
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:__anon3290::__anon3291
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:__anon4036
  /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:__anon4393::__anon4394
534 mm_camera_super_buf_notify_mode_t notify_mode);

Completed in 1154 milliseconds