Lines Matching refs:processAPI

127     rc = hw->processAPI(QCAMERA_SM_EVT_SET_PREVIEW_WINDOW, (void *)window);  in set_preview_window()
176 int32_t rc = hw->processAPI(QCAMERA_SM_EVT_SET_CALLBACKS, (void *)&payload); in set_CallBacks()
205 int32_t rc = hw->processAPI(QCAMERA_SM_EVT_ENABLE_MSG_TYPE, (void *)&msg_type); in enable_msg_type()
234 int32_t rc = hw->processAPI(QCAMERA_SM_EVT_DISABLE_MSG_TYPE, (void *)&msg_type); in disable_msg_type()
265 ret = hw->processAPI(QCAMERA_SM_EVT_MSG_TYPE_ENABLED, (void *)&msg_type); in msg_type_enabled()
305 ret = hw->processAPI(evt, NULL); in start_preview()
340 int32_t ret = hw->processAPI(QCAMERA_SM_EVT_STOP_PREVIEW, NULL); in stop_preview()
373 ret = hw->processAPI(QCAMERA_SM_EVT_PREVIEW_ENABLED, NULL); in preview_enabled()
409 ret = hw->processAPI(QCAMERA_SM_EVT_STORE_METADATA_IN_BUFS, (void *)&enable); in store_meta_data_in_buffers()
444 ret = hw->processAPI(QCAMERA_SM_EVT_START_RECORDING, NULL); in start_recording()
477 int32_t ret = hw->processAPI(QCAMERA_SM_EVT_STOP_RECORDING, NULL); in stop_recording()
508 ret = hw->processAPI(QCAMERA_SM_EVT_RECORDING_ENABLED, NULL); in recording_enabled()
546 int32_t ret = hw->processAPI(QCAMERA_SM_EVT_RELEASE_RECORIDNG_FRAME, (void *)opaque); in release_recording_frame()
579 ret = hw->processAPI(QCAMERA_SM_EVT_START_AUTO_FOCUS, NULL); in auto_focus()
615 ret = hw->processAPI(QCAMERA_SM_EVT_STOP_AUTO_FOCUS, NULL); in cancel_auto_focus()
675 ret = hw->processAPI(QCAMERA_SM_EVT_TAKE_PICTURE, NULL); in take_picture()
687 ret = hw->processAPI(QCAMERA_SM_EVT_PREPARE_SNAPSHOT, NULL); in take_picture()
705 ret = hw->processAPI(QCAMERA_SM_EVT_PREPARE_SNAPSHOT, NULL); in take_picture()
719 ret = hw->processAPI(QCAMERA_SM_EVT_TAKE_PICTURE, NULL); in take_picture()
754 ret = hw->processAPI(QCAMERA_SM_EVT_CANCEL_PICTURE, NULL); in cancel_picture()
790 ret = hw->processAPI(QCAMERA_SM_EVT_SET_PARAMS, (void *)parms); in set_parameters()
822 int32_t rc = hw->processAPI(QCAMERA_SM_EVT_GET_PARAMS, NULL); in get_parameters()
855 int32_t ret = hw->processAPI(QCAMERA_SM_EVT_PUT_PARAMS, (void *)parm); in put_parameters()
898 ret = hw->processAPI(QCAMERA_SM_EVT_SEND_COMMAND, (void *)&payload); in send_command()
929 int32_t ret = hw->processAPI(QCAMERA_SM_EVT_RELEASE, NULL); in release()
965 ret = hw->processAPI(QCAMERA_SM_EVT_DUMP, (void *)&fd); in dump()
1036 ret = hw->processAPI(QCAMERA_SM_EVT_REG_FACE_IMAGE, (void *)&payload); in register_face_image()
3585 rc = processAPI(QCAMERA_SM_EVT_SNAPSHOT_DONE, NULL); in checkIntPicPending()
3640 rc = processAPI(QCAMERA_SM_EVT_PREPARE_SNAPSHOT, NULL); in takeBackendPic_internal()
3658 rc = processAPI(QCAMERA_SM_EVT_TAKE_PICTURE, NULL); in takeBackendPic_internal()
3723 rc = processAPI(QCAMERA_SM_EVT_START_PREVIEW, NULL); in clearIntPendingEvents()
3832 rc = processAPI(QCAMERA_SM_EVT_CANCEL_PICTURE, NULL); in takeLiveSnapshot_internal()
4196 int QCamera2HardwareInterface::processAPI(qcamera_sm_evt_enum_t api, void *api_payload) in processAPI() function in qcamera::QCamera2HardwareInterface
4384 return processAPI(QCAMERA_SM_EVT_THERMAL_NOTIFY, (void *)level); in thermalEvtHandle()