HomeSort by relevance Sort by last modified time
    Searched full:aspec (Results 1 - 1 of 1) sorted by null

  /external/bluetooth/glib/gobject/
gparamspecs.c 819 GParamSpecValueArray *aspec = G_PARAM_SPEC_VALUE_ARRAY (pspec); local
821 aspec->element_spec = NULL;
822 aspec->fixed_n_elements = 0; /* disable */
850 GParamSpecValueArray *aspec = G_PARAM_SPEC_VALUE_ARRAY (pspec); local
853 if (aspec->element_spec)
855 g_param_spec_unref (aspec->element_spec);
856 aspec->element_spec = NULL;
866 GParamSpecValueArray *aspec = G_PARAM_SPEC_VALUE_ARRAY (pspec); local
868 if (!value->data[0].v_pointer && aspec->fixed_n_elements)
869 value->data[0].v_pointer = g_value_array_new (aspec->fixed_n_elements)
882 GParamSpecValueArray *aspec = G_PARAM_SPEC_VALUE_ARRAY (pspec); local
927 GParamSpecValueArray *aspec = G_PARAM_SPEC_VALUE_ARRAY (pspec); local
2298 GParamSpecValueArray *aspec; local
    [all...]

Completed in 20 milliseconds