Home
last modified time | relevance | path

Searched refs:cd_spectrum_free (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/colord/colord-1.3.5/src/sensors/
H A Dcd-sensor-spark.c79 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()
/dports/graphics/colord/colord-1.3.5/lib/colord/
H A Dcd-spectrum.h45 void cd_spectrum_free (CdSpectrum *spectrum);
116 G_DEFINE_AUTOPTR_CLEANUP_FUNC(CdSpectrum, cd_spectrum_free)
H A Dcd-spectrum.c345 (GBoxedFreeFunc) cd_spectrum_free); in cd_spectrum_get_type()
479 cd_spectrum_free (CdSpectrum *spectrum) in cd_spectrum_free() function
H A Dcd-sensor.c1132 g_task_return_pointer (task, sp, (GDestroyNotify) cd_spectrum_free); in cd_sensor_get_spectrum_cb()
H A Dcd-it8.c2094 priv->array_spectra = g_ptr_array_new_with_free_func ((GDestroyNotify) cd_spectrum_free); in cd_it8_init()
/dports/graphics/colord/colord-1.3.5/client/
H A Dcd-it8.c312 cd_spectrum_free (spectrum[i]); in cd_util_create_cmf()
/dports/graphics/colord/colord-1.3.5/lib/ospark/
H A Dosp-device.c696 cd_spectrum_free (sp); in osp_device_take_spectrum_internal()
/dports/graphics/colord/colord-1.3.5/
H A DNEWS84 - libcolord: Make cd_spectrum_free() NULL-safe (Richard Hughes)
H A DChangeLog1401 libcolord: Make cd_spectrum_free() NULL-safe