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

  /external/bluetooth/glib/gobject/
gclosure.h 104 * @n_param_values: the length of the @param_values array
105 * @param_values: an array of #GValue<!-- -->s holding the arguments on
117 const GValue *param_values,
164 const GValue *param_values,
235 const GValue *param_values,
gclosure.c 729 * @n_param_values: the length of the @param_values array
730 * @param_values: an array of #GValue<!-- -->s holding the arguments on
740 const GValue *param_values,
769 n_param_values, param_values,
866 const GValue *param_values,
875 class = G_TYPE_INSTANCE_GET_CLASS (g_value_peek_pointer (param_values + 0), itype, GTypeClass);
880 n_param_values, param_values,
889 const GValue *param_values,
898 class = G_TYPE_INSTANCE_GET_INTERFACE (g_value_peek_pointer (param_values + 0), itype, GTypeClass);
903 n_param_values, param_values,
    [all...]
gsignal.c 1967 GValue *param_values; local
2807 const GValue *param_values; local
2908 GValue *param_values; local
    [all...]
gsourceclosure.c 71 const GValue *param_values,
gsignal.h 51 * @param_values: the instance on which the signal was emitted, followed by the
66 const GValue *param_values,
  /external/webkit/WebCore/platform/graphics/gtk/
VideoSinkGStreamer.cpp 309 guint n_param_values, const GValue * param_values,
321 data2 = g_value_peek_pointer(param_values + 0);
323 data1 = g_value_peek_pointer(param_values + 0);
328 callback(data1, gst_value_get_mini_object(param_values + 1), data2);

Completed in 338 milliseconds