HomeSort by relevance Sort by last modified time
    Searched full:the_volume_monitor (Results 1 - 1 of 1) sorted by null

  /external/bluetooth/glib/gio/
gunionvolumemonitor.c 58 static GUnionVolumeMonitor *the_volume_monitor = NULL; variable
89 the_volume_monitor = NULL;
557 if (the_volume_monitor)
558 vm = G_VOLUME_MONITOR (g_object_ref (the_volume_monitor));
561 the_volume_monitor = g_union_volume_monitor_new ();
562 populate_union_monitor (the_volume_monitor);
563 vm = G_VOLUME_MONITOR (the_volume_monitor);
663 if (the_volume_monitor == NULL)
670 for (l = the_volume_monitor->monitors; l != NULL; l = l->next)

Completed in 65 milliseconds