Home
last modified time | relevance | path

Searched refs:type_class (Results 1 – 4 of 4) sorted by relevance

/external/bluetooth/glib/gio/
Dglocalfilemonitor.c185 GTypeClass *type_class; in _g_local_file_monitor_new() local
189 type_class = NULL; in _g_local_file_monitor_new()
190 g_once (&once_init, get_default_local_file_monitor, &type_class); in _g_local_file_monitor_new()
206 if (type_class) in _g_local_file_monitor_new()
207 g_type_class_unref (type_class); in _g_local_file_monitor_new()
Dglocaldirectorymonitor.c261 GTypeClass *type_class; in _g_local_directory_monitor_new() local
265 type_class = NULL; in _g_local_directory_monitor_new()
266 g_once (&once_init, get_default_local_directory_monitor, &type_class); in _g_local_directory_monitor_new()
282 if (type_class) in _g_local_directory_monitor_new()
283 g_type_class_unref (type_class); in _g_local_directory_monitor_new()
Dgunionvolumemonitor.c480 GTypeClass *type_class; in get_native_class() local
482 type_class = NULL; in get_native_class()
483 g_once (&once_init, (GThreadFunc)get_default_native_class, &type_class); in get_native_class()
485 if (type_class == NULL && once_init.retval != GUINT_TO_POINTER(G_TYPE_INVALID)) in get_native_class()
486 type_class = g_type_class_ref ((GType)once_init.retval); in get_native_class()
488 return (GNativeVolumeMonitorClass *)type_class; in get_native_class()
/external/bluetooth/glib/gobject/
Dgtype.c3701 g_type_check_class_is_a (GTypeClass *type_class, in g_type_check_class_is_a() argument
3707 if (!type_class) in g_type_check_class_is_a()
3710 node = lookup_type_node_I (type_class->g_type); in g_type_check_class_is_a()
3753 g_type_check_class_cast (GTypeClass *type_class, in g_type_check_class_cast() argument
3756 if (type_class) in g_type_check_class_cast()
3761 node = lookup_type_node_I (type_class->g_type); in g_type_check_class_cast()
3766 return type_class; in g_type_check_class_cast()
3770 type_descriptive_name_I (type_class->g_type), in g_type_check_class_cast()
3774 type_descriptive_name_I (type_class->g_type), in g_type_check_class_cast()
3780 return type_class; in g_type_check_class_cast()