Lines Matching +defs:val +defs:to
22 * along with this program; if not, write to the Free Software
189 * @param target Device to put properties onto
190 * @param source Device to retrieve properties from
859 hal_device_copy_property (HalDevice *from_device, const char *from, HalDevice *to_device, const char *to)
869 to_device, to, hal_device_property_get_string (from_device, from));
873 to_device, to, hal_device_property_get_int (from_device, from));
877 to_device, to, hal_device_property_get_uint64 (from_device, from));
881 to_device, to, hal_device_property_get_bool (from_device, from));
885 to_device, to, hal_device_property_get_double (from_device, from));
917 gboolean val)