Lines Matching refs:user_data
508 gpointer user_data) in hal_device_property_foreach() argument
519 cont = callback (device, p, user_data); in hal_device_property_foreach()
986 gpointer user_data; member
1004 gboolean removed, gboolean added, gpointer user_data) in prop_changed_cb() argument
1006 AsyncMatchInfo *ai = user_data; in prop_changed_cb()
1016 ai->callback (ai->device, ai->user_data, TRUE); in prop_changed_cb()
1024 async_wait_timeout (gpointer user_data) in async_wait_timeout() argument
1026 AsyncMatchInfo *ai = (AsyncMatchInfo *) user_data; in async_wait_timeout()
1028 ai->callback (ai->device, ai->user_data, FALSE); in async_wait_timeout()
1039 gpointer user_data, in hal_device_async_wait_property() argument
1049 callback (device, user_data, prop != NULL); in hal_device_async_wait_property()
1058 ai->user_data = user_data; in hal_device_async_wait_property()