Home
last modified time | relevance | path

Searched refs:evt_type (Results 1 – 12 of 12) sorted by relevance

/device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/
Dmm_camera.c61 mm_camera_event_type_t evt_type,
91 mm_camera_event_type_t evt_type = cmd_cb->u.evt.event_type; in mm_camera_dispatch_app_event() local
95 if (evt_type < MM_CAMERA_EVT_TYPE_MAX) { in mm_camera_dispatch_app_event()
98 if(my_obj->evt[evt_type].evt[i].evt_cb) { in mm_camera_dispatch_app_event()
99 my_obj->evt[evt_type].evt[i].evt_cb( in mm_camera_dispatch_app_event()
102 my_obj->evt[evt_type].evt[i].user_data); in mm_camera_dispatch_app_event()
338 uint8_t mm_camera_is_event_supported(mm_camera_obj_t *my_obj, mm_camera_event_type_t evt_type) in mm_camera_is_event_supported() argument
340 switch(evt_type) { in mm_camera_is_event_supported()
356 mm_camera_event_type_t evt_type) in mm_camera_register_event_notify_internal() argument
363 evt_array = &my_obj->evt[evt_type]; in mm_camera_register_event_notify_internal()
[all …]
Dmm_camera_interface.c254 mm_camera_event_type_t evt_type) in mm_camera_intf_is_event_supported() argument
256 switch(evt_type) { in mm_camera_intf_is_event_supported()
272 mm_camera_event_type_t evt_type) in mm_camera_intf_register_event_notify() argument
277 CDBG("%s :E evt_type = %d",__func__,evt_type); in mm_camera_intf_register_event_notify()
284 rc = mm_camera_register_event_notify(my_obj, evt_cb, user_data, evt_type); in mm_camera_intf_register_event_notify()
/device/lge/mako/camera/mm-camera-interface/
Dmm_camera_interface2.h351 mm_camera_event_type_t evt_type);
355 mm_camera_event_type_t evt_type);
485 uint8_t cam_evt_is_event_supported(int cam_id, mm_camera_event_type_t evt_type);
489 mm_camera_event_type_t evt_type);
Dmm_camera_interface2.c494 mm_camera_event_type_t evt_type) in mm_camera_notify_is_event_supported() argument
496 switch(evt_type) { in mm_camera_notify_is_event_supported()
511 mm_camera_event_type_t evt_type) in mm_camera_notify_register_event_cb() argument
522 rc = mm_camera_reg_event(my_obj, evt_cb, user_data, evt_type); in mm_camera_notify_register_event_cb()
921 uint8_t cam_evt_is_event_supported(int cam_id, mm_camera_event_type_t evt_type) in cam_evt_is_event_supported() argument
926 rc = mm_cam->evt->is_event_supported(mm_cam, evt_type); in cam_evt_is_event_supported()
934 mm_camera_event_type_t evt_type) in cam_evt_register_event_notify() argument
940 mm_cam, evt_cb, user_data, evt_type); in cam_evt_register_event_notify()
Dmm_camera.c718 mm_camera_event_type_t evt_type, int reg_count) in mm_camera_evt_sub() argument
727 if(my_obj->evt_type_mask == (uint32_t)(1 << evt_type)) { in mm_camera_evt_sub()
734 my_obj->evt_type_mask &= ~(1 << evt_type); in mm_camera_evt_sub()
752 my_obj->evt_type_mask |= (1 << evt_type); in mm_camera_evt_sub()
753 if(my_obj->evt_type_mask == (uint32_t)(1 << evt_type)) { in mm_camera_evt_sub()
763 void *user_data, mm_camera_event_type_t evt_type) in mm_camera_reg_event() argument
767 mm_camera_evt_obj_t *evt_array = &my_obj->evt[evt_type]; in mm_camera_reg_event()
793 rc = mm_camera_evt_sub(my_obj, evt_type, evt_array->reg_count); in mm_camera_reg_event()
Dmm_camera.h346 void *user_data, uint32_t evt_type);
/device/lge/mako/camera/QCamera/stack/mm-camera-interface/inc/
Dmm_camera_interface.h223 mm_camera_event_type_t evt_type);
227 mm_camera_event_type_t evt_type);
Dmm_camera.h453 mm_camera_event_type_t evt_type);
457 mm_camera_event_type_t evt_type);
538 mm_camera_event_type_t evt_type);
/device/asus/flo/camera/QCamera2/HAL/
DQCameraStateMachine.h139 qcamera_internal_evt_type_t evt_type; member
DQCameraStateMachine.cpp1166 switch (internal_evt->evt_type) { in procEvtPreviewingState()
1172 __func__, internal_evt->evt_type, m_state); in procEvtPreviewingState()
1270 switch (internal_evt->evt_type) { in procEvtPrepareSnapshotState()
1284 __func__, internal_evt->evt_type, m_state); in procEvtPrepareSnapshotState()
1552 switch (internal_evt->evt_type) { in procEvtPicTakingState()
1879 switch (internal_evt->evt_type) { in procEvtRecordingState()
2169 switch (internal_evt->evt_type) { in procEvtVideoPicTakingState()
2500 switch (internal_evt->evt_type) { in procEvtPreviewPicTakingState()
DQCamera2HWICallbacks.cpp704 payload->evt_type = QCAMERA_INTERNAL_EVT_FOCUS_UPDATE; in metadata_stream_cb_routine()
732 payload->evt_type = QCAMERA_INTERNAL_EVT_PREP_SNAPSHOT_DONE; in metadata_stream_cb_routine()
/device/asus/flo/camera/
DQCamera_Intf.h982 uint32_t evt_type; /* event type */ member