Searched refs:cd_spectrum_free (Results 1 – 9 of 9) sorted by relevance
79 cd_spectrum_free (priv->dark_cal); in cd_sensor_spark_get_dark_calibration()164 cd_spectrum_free (priv->irradiance_cal); in cd_sensor_spark_get_irradiance_calibration()627 cd_spectrum_free (priv->sensitivity_cal); in cd_sensor_unlock_thread_cb()631 cd_spectrum_free (priv->dark_cal); in cd_sensor_unlock_thread_cb()636 cd_spectrum_free (priv->sensitivity_cal); in cd_sensor_unlock_thread_cb()640 cd_spectrum_free (priv->irradiance_cal); in cd_sensor_unlock_thread_cb()673 cd_spectrum_free (priv->dark_cal); in cd_sensor_unref_private()675 cd_spectrum_free (priv->irradiance_cal); in cd_sensor_unref_private()
45 void cd_spectrum_free (CdSpectrum *spectrum);116 G_DEFINE_AUTOPTR_CLEANUP_FUNC(CdSpectrum, cd_spectrum_free)
345 (GBoxedFreeFunc) cd_spectrum_free); in cd_spectrum_get_type()479 cd_spectrum_free (CdSpectrum *spectrum) in cd_spectrum_free() function
1132 g_task_return_pointer (task, sp, (GDestroyNotify) cd_spectrum_free); in cd_sensor_get_spectrum_cb()
2094 priv->array_spectra = g_ptr_array_new_with_free_func ((GDestroyNotify) cd_spectrum_free); in cd_it8_init()
312 cd_spectrum_free (spectrum[i]); in cd_util_create_cmf()
696 cd_spectrum_free (sp); in osp_device_take_spectrum_internal()
84 - libcolord: Make cd_spectrum_free() NULL-safe (Richard Hughes)
1401 libcolord: Make cd_spectrum_free() NULL-safe