HomeSort by relevance Sort by last modified time
    Searched defs:gtype (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_8/wpa_supplicant/
p2p_supplicant.c 219 char *gtype; local
240 gtype = "GO";
247 gtype = "client";
249 gtype = "GO";
271 wpa_s->ifname, gtype, reason);
274 wpas_notify_p2p_group_removed(wpa_s, ssid, gtype);
    [all...]
  /external/bluetooth/glib/gobject/
gparamspecs.c 42 * (derived) type, which is registered as a #GType with a
1076 GType gtype = value->data[0].v_long; local
1079 if (tspec->is_a_type != G_TYPE_NONE && !g_type_is_a (gtype, tspec->is_a_type))
1093 GType p1 = value1->data[0].v_long;
1094 GType p2 = value2->data[0].v_long;
1102 GType *g_param_spec_types = NULL;
1108 GType type, *spec_types, *spec_types_bound;
1110 g_param_spec_types = g_new0 (GType, n_types);
    [all...]

Completed in 1066 milliseconds