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

  /external/bluetooth/glib/gio/
gunionvolumemonitor.c 417 GNativeVolumeMonitorClass *klass, *native_class, **native_class_out; local
432 native_class = NULL;
440 native_class = klass;
446 if (native_class == NULL)
454 native_class = klass;
462 if (native_class)
464 *native_class_out = native_class;
465 return G_TYPE_FROM_CLASS (native_class);
500 GNativeVolumeMonitorClass *native_class; local
506 native_class = get_native_class ()
    [all...]
gwin32volumemonitor.c 254 GNativeVolumeMonitorClass *native_class = G_NATIVE_VOLUME_MONITOR_CLASS (klass); local
265 native_class->get_mount_for_mount_path = get_mount_for_mount_path;
gunixvolumemonitor.c 187 GNativeVolumeMonitorClass *native_class = G_NATIVE_VOLUME_MONITOR_CLASS (klass); local
199 native_class->get_mount_for_mount_path = get_mount_for_mount_path;

Completed in 37 milliseconds