HomeSort by relevance Sort by last modified time
    Searched refs:param_id (Results 1 - 4 of 4) sorted by null

  /external/bluetooth/glib/gobject/
gparam.c 170 pspec->param_id = 0;
1148 return pspec1->param_id < pspec2->param_id ? -1 : pspec1->param_id > pspec2->param_id;
    [all...]
gparam.h 213 guint param_id; /* sort-criteria */ member in struct:_GParamSpec
gobject.c 108 #define PARAM_SPEC_PARAM_ID(pspec) ((pspec)->param_id)
109 #define PARAM_SPEC_SET_PARAM_ID(pspec, id) ((pspec)->param_id = (id))
561 * instead, so that the @param_id field of the #GParamSpec will be
897 guint param_id = PARAM_SPEC_PARAM_ID (pspec); local
904 class->get_property (object, param_id, value, pspec);
915 guint param_id = PARAM_SPEC_PARAM_ID (pspec); local
942 class->set_property (object, param_id, &tmp_value, pspec);
    [all...]
  /external/bluetooth/glib/tests/gobject/
ifaceproperties.c 174 g_assert (pspec->param_id == BASE_PROP1);

Completed in 73 milliseconds