/external/bluetooth/glib/tests/gobject/ |
testcommon.h | 67 static GType iface_type = 0; \ 69 if (!iface_type) \ 79 iface_type = g_type_register_static (G_TYPE_INTERFACE, \ 83 return iface_type; \ 86 #define INTERFACE_FULL(type, init_func, iface_type) \ 93 g_type_add_interface_static (type, iface_type, &iface); \ 95 #define INTERFACE(init_func, iface_type) \ 96 INTERFACE_FULL(object_type, init_func, iface_type)
|
ifaceinherit.c | 116 GType iface_type, 123 g_type_add_interface_static (object_type, iface_type, &iface_info); 134 GType iface_type) 136 add_interface (object_type, iface_type, 142 GType iface_type) 145 TestIfaceClass *iface = g_type_interface_peek (g_class, iface_type); 157 GType iface_type) 159 add_interface (object_type, iface_type, 165 GType iface_type) 168 TestIfaceClass *iface = g_type_interface_peek (g_class, iface_type); [all...] |
/external/bluetooth/glib/gobject/ |
gtype.c | 278 GType iface_type; member in struct:_IFaceEntry 529 GType iface_type = NODE_TYPE (iface_node); local 538 if (iface_type == check->iface_type) 540 else if (iface_type > check->iface_type) 545 else /* if (iface_type < check->iface_type) */ 884 GType iface_type) 887 TypeNode *iface = lookup_type_node_I (iface_type); [all...] |
gtype.h | 650 GType iface_type); [all...] |
gobject.c | 954 GType iface_type = iface_class->g_type; local 961 pspecs = g_param_spec_pool_list (pspec_pool, iface_type, &n); 976 g_type_name (iface_type)); 999 g_type_name (iface_type)); [all...] |