Lines Matching refs:processAPI
108 rc = hw->processAPI(QCAMERA_SM_EVT_SET_PREVIEW_WINDOW, (void *)window); in set_preview_window()
155 int32_t rc = hw->processAPI(QCAMERA_SM_EVT_SET_CALLBACKS, (void *)&payload); in set_CallBacks()
182 int32_t rc = hw->processAPI(QCAMERA_SM_EVT_ENABLE_MSG_TYPE, (void *)msg_type); in enable_msg_type()
209 int32_t rc = hw->processAPI(QCAMERA_SM_EVT_DISABLE_MSG_TYPE, (void *)msg_type); in disable_msg_type()
238 ret = hw->processAPI(QCAMERA_SM_EVT_MSG_TYPE_ENABLED, (void *)msg_type); in msg_type_enabled()
275 ret = hw->processAPI(evt, NULL); in start_preview()
305 int32_t ret = hw->processAPI(QCAMERA_SM_EVT_STOP_PREVIEW, NULL); in stop_preview()
335 ret = hw->processAPI(QCAMERA_SM_EVT_PREVIEW_ENABLED, NULL); in preview_enabled()
370 ret = hw->processAPI(QCAMERA_SM_EVT_STORE_METADATA_IN_BUFS, (void *)enable); in store_meta_data_in_buffers()
403 ret = hw->processAPI(QCAMERA_SM_EVT_START_RECORDING, NULL); in start_recording()
433 int32_t ret = hw->processAPI(QCAMERA_SM_EVT_STOP_RECORDING, NULL); in stop_recording()
462 ret = hw->processAPI(QCAMERA_SM_EVT_RECORDING_ENABLED, NULL); in recording_enabled()
494 int32_t ret = hw->processAPI(QCAMERA_SM_EVT_RELEASE_RECORIDNG_FRAME, (void *)opaque); in release_recording_frame()
525 ret = hw->processAPI(QCAMERA_SM_EVT_START_AUTO_FOCUS, NULL); in auto_focus()
558 ret = hw->processAPI(QCAMERA_SM_EVT_STOP_AUTO_FOCUS, NULL); in cancel_auto_focus()
593 ret = hw->processAPI(QCAMERA_SM_EVT_PREPARE_SNAPSHOT, NULL); in take_picture()
604 ret = hw->processAPI(QCAMERA_SM_EVT_TAKE_PICTURE, NULL); in take_picture()
637 ret = hw->processAPI(QCAMERA_SM_EVT_CANCEL_PICTURE, NULL); in cancel_picture()
671 ret = hw->processAPI(QCAMERA_SM_EVT_SET_PARAMS, (void *)parms); in set_parameters()
701 int32_t rc = hw->processAPI(QCAMERA_SM_EVT_GET_PARAMS, NULL); in get_parameters()
732 int32_t ret = hw->processAPI(QCAMERA_SM_EVT_PUT_PARAMS, (void *)parm); in put_parameters()
773 ret = hw->processAPI(QCAMERA_SM_EVT_SEND_COMMAND, (void *)&payload); in send_command()
802 int32_t ret = hw->processAPI(QCAMERA_SM_EVT_RELEASE, NULL); in release()
832 ret = hw->processAPI(QCAMERA_SM_EVT_DUMP, (void *)fd); in dump()
900 ret = hw->processAPI(QCAMERA_SM_EVT_REG_FACE_IMAGE, (void *)&payload); in register_face_image()
2275 int QCamera2HardwareInterface::processAPI(qcamera_sm_evt_enum_t api, void *api_payload) in processAPI() function in qcamera::QCamera2HardwareInterface
2419 return processAPI(QCAMERA_SM_EVT_THERMAL_NOTIFY, (void *)level); in thermalEvtHandle()