Searched defs:iface_type (Results 1 - 4 of 4) sorted by relevance

/external/bluetooth/glib/tests/gobject/
H A Difaceinherit.c116 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);
115 add_interface(GType object_type, GType iface_type, GInterfaceInitFunc init_func) argument
133 add_base_interface(GType object_type, GType iface_type) argument
141 interface_is_base(GType object_type, GType iface_type) argument
156 add_derived_interface(GType object_type, GType iface_type) argument
164 interface_is_derived(GType object_type, GType iface_type) argument
[all...]
/external/bluetooth/glib/gobject/
H A Dgobject.c954 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));
1021 g_type_name (iface_type));
H A Dgtype.c278 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);
883 check_add_interface_L(GType instance_type, GType iface_type) argument
1166 type_node_add_iface_entry_W(TypeNode *node, GType iface_type, IFaceEntry *parent_entry) argument
2836 g_type_interface_peek(gpointer instance_class, GType iface_type) argument
3241 g_type_is_a(GType type, GType iface_type) argument
3684 g_type_check_instance_is_a(GTypeInstance *type_instance, GType iface_type) argument
3718 g_type_check_instance_cast(GTypeInstance *type_instance, GType iface_type) argument
[all...]
/external/qemu-pc-bios/bochs/bios/
H A Drombios.c770 Bit8u iface_type[8]; member in struct:__anon9908
5540 write_byte(DS, SI+(Bit16u)&Int13DPT->iface_type[0], 'A');
5541 write_byte(DS, SI+(Bit16u)&Int13DPT->iface_type[1], 'T');
5542 write_byte(DS, SI+(Bit16u)&Int13DPT->iface_type[2], 'A');
5543 write_byte(DS, SI+(Bit16u)&Int13DPT->iface_type[3], 0);
5888 write_byte(DS, SI+(Bit16u)&Int13DPT->iface_type[0], 'A');
5889 write_byte(DS, SI+(Bit16u)&Int13DPT->iface_type[1], 'T');
5890 write_byte(DS, SI+(Bit16u)&Int13DPT->iface_type[2], 'A');
5891 write_byte(DS, SI+(Bit16u)&Int13DPT->iface_type[3], 0);

Completed in 164 milliseconds