• Home
  • Raw
  • Download

Lines Matching refs:processAPI

145     rc = hw->processAPI(QCAMERA_SM_EVT_SET_PREVIEW_WINDOW, (void *)window);  in set_preview_window()
196 int32_t rc = hw->processAPI(QCAMERA_SM_EVT_SET_CALLBACKS, (void *)&payload); in set_CallBacks()
229 int32_t rc = hw->processAPI(QCAMERA_SM_EVT_ENABLE_MSG_TYPE, (void *)&msg_type); in enable_msg_type()
262 int32_t rc = hw->processAPI(QCAMERA_SM_EVT_DISABLE_MSG_TYPE, (void *)&msg_type); in disable_msg_type()
297 ret = hw->processAPI(QCAMERA_SM_EVT_MSG_TYPE_ENABLED, (void *)&msg_type); in msg_type_enabled()
335 ret = hw->processAPI(evt, NULL); in prepare_preview()
381 ret = hw->processAPI(evt, NULL); in start_preview()
420 int32_t ret = hw->processAPI(QCAMERA_SM_EVT_STOP_PREVIEW, NULL); in stop_preview()
453 ret = hw->processAPI(QCAMERA_SM_EVT_PREVIEW_ENABLED, NULL); in preview_enabled()
496 ret = hw->processAPI(QCAMERA_SM_EVT_STORE_METADATA_IN_BUFS, (void *)&enable); in store_meta_data_in_buffers()
534 ret = hw->processAPI(QCAMERA_SM_EVT_RESTART_START_PREVIEW, NULL); in restart_start_preview()
578 ret = hw->processAPI(QCAMERA_SM_EVT_RESTART_STOP_PREVIEW, NULL); in restart_stop_preview()
620 ret = hw->processAPI(QCAMERA_SM_EVT_PRE_START_RECORDING, NULL); in pre_start_recording()
666 ret = hw->processAPI(QCAMERA_SM_EVT_START_RECORDING, NULL); in start_recording()
702 int32_t ret = hw->processAPI(QCAMERA_SM_EVT_STOP_RECORDING, NULL); in stop_recording()
734 ret = hw->processAPI(QCAMERA_SM_EVT_RECORDING_ENABLED, NULL); in recording_enabled()
787 ret = hw->processAPI(QCAMERA_SM_EVT_RELEASE_RECORIDNG_FRAME, (void *)opaque); in release_recording_frame()
821 ret = hw->processAPI(QCAMERA_SM_EVT_START_AUTO_FOCUS, NULL); in auto_focus()
858 ret = hw->processAPI(QCAMERA_SM_EVT_STOP_AUTO_FOCUS, NULL); in cancel_auto_focus()
894 ret = hw->processAPI(QCAMERA_SM_EVT_PRE_TAKE_PICTURE, NULL); in pre_take_picture()
965 ret = hw->processAPI(QCAMERA_SM_EVT_TAKE_PICTURE, NULL); in take_picture()
1003 ret = hw->processAPI(QCAMERA_SM_EVT_TAKE_PICTURE, NULL); in take_picture()
1044 ret = hw->processAPI(QCAMERA_SM_EVT_CANCEL_PICTURE, NULL); in cancel_picture()
1082 ret = hw->processAPI(QCAMERA_SM_EVT_SET_PARAMS, (void *)parms); in set_parameters()
1093 ret = hw->processAPI(QCAMERA_SM_EVT_SET_PARAMS_STOP, NULL); in set_parameters()
1102 ret = hw->processAPI(QCAMERA_SM_EVT_SET_PARAMS_COMMIT, NULL); in set_parameters()
1111 ret = hw->processAPI(QCAMERA_SM_EVT_SET_PARAMS_RESTART, NULL); in set_parameters()
1152 ret = hw->processAPI(QCAMERA_SM_EVT_SET_PARAMS_STOP, NULL); in stop_after_set_params()
1195 ret = hw->processAPI(QCAMERA_SM_EVT_SET_PARAMS_COMMIT, NULL); in commit_params()
1238 ret = hw->processAPI(QCAMERA_SM_EVT_SET_PARAMS_RESTART, NULL); in restart_after_set_params()
1276 int32_t rc = hw->processAPI(QCAMERA_SM_EVT_GET_PARAMS, NULL); in get_parameters()
1311 int32_t ret = hw->processAPI(QCAMERA_SM_EVT_PUT_PARAMS, (void *)parm); in put_parameters()
1356 ret = hw->processAPI(QCAMERA_SM_EVT_SEND_COMMAND, (void *)&payload); in send_command()
1403 ret = hw->processAPI(QCAMERA_SM_EVT_SEND_COMMAND_RESTART, (void *)&payload); in send_command_restart()
1436 int32_t ret = hw->processAPI(QCAMERA_SM_EVT_RELEASE, NULL); in release()
1474 ret = hw->processAPI(QCAMERA_SM_EVT_DUMP, (void *)&fd); in dump()
1548 ret = hw->processAPI(QCAMERA_SM_EVT_REG_FACE_IMAGE, (void *)&payload); in register_face_image()
1594 ret = hw->processAPI(QCAMERA_SM_EVT_PREPARE_SNAPSHOT, NULL); in prepare_snapshot()
5164 rc = processAPI(QCAMERA_SM_EVT_SNAPSHOT_DONE, NULL); in checkIntPicPending()
5217 rc = processAPI(QCAMERA_SM_EVT_PREPARE_SNAPSHOT, NULL); in takeBackendPic_internal()
5239 rc = processAPI(QCAMERA_SM_EVT_TAKE_PICTURE, NULL); in takeBackendPic_internal()
5308 rc = processAPI(QCAMERA_SM_EVT_START_PREVIEW, NULL); in clearIntPendingEvents()
5485 rc = processAPI(QCAMERA_SM_EVT_CANCEL_PICTURE, NULL); in takeLiveSnapshot_internal()
5863 int QCamera2HardwareInterface::processAPI(qcamera_sm_evt_enum_t api, void *api_payload) in processAPI() function in qcamera::QCamera2HardwareInterface
6051 return processAPI(QCAMERA_SM_EVT_THERMAL_NOTIFY, (void *)level); in thermalEvtHandle()