Home
last modified time | relevance | path

Searched refs:G_UNION_VOLUME_MONITOR (Results 1 – 2 of 2) sorted by relevance

/external/bluetooth/glib/gio/
Dgunionvolumemonitor.c66 monitor = G_UNION_VOLUME_MONITOR (object); in g_union_volume_monitor_finalize()
86 monitor = G_UNION_VOLUME_MONITOR (object); in g_union_volume_monitor_dispose()
110 monitor = G_UNION_VOLUME_MONITOR (volume_monitor); in get_mounts()
136 monitor = G_UNION_VOLUME_MONITOR (volume_monitor); in get_volumes()
162 monitor = G_UNION_VOLUME_MONITOR (volume_monitor); in get_connected_drives()
188 monitor = G_UNION_VOLUME_MONITOR (volume_monitor); in get_volume_for_uuid()
217 monitor = G_UNION_VOLUME_MONITOR (volume_monitor); in get_mount_for_uuid()
Dgunionvolumemonitor.h32 #define G_UNION_VOLUME_MONITOR(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), G_TYPE_UNION_VOLUME_MO… macro