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

/external/bluetooth/glib/gobject/
H A Dgsourceclosure.c71 const GValue *param_values,
68 source_closure_marshal_BOOLEAN__VOID(GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data) argument
H A Dgclosure.c729 * @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,
737 g_closure_invoke(GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint) argument
863 g_type_class_meta_marshal(GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data) argument
886 g_type_iface_meta_marshal(GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data) argument
[all...]
H A Dgsignal.c1967 GValue *param_values; local
1975 param_values = instance_and_params + 1;
1983 param_values[i].g_type = 0;
1985 g_value_init (param_values + i, ptype);
1986 G_VALUE_COLLECT (param_values + i,
1999 g_value_unset (param_values + i);
2060 g_value_unset (param_values + i);
2807 const GValue *param_values; local
2817 param_values = instance_and_params + 1;
2836 if (!G_TYPE_CHECK_VALUE_TYPE (param_values
2908 GValue *param_values; local
[all...]
/external/webkit/WebCore/platform/graphics/gtk/
H A DVideoSinkGStreamer.cpp309 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);
308 marshal_VOID__MINIOBJECT(GClosure * closure, GValue * return_value, guint n_param_values, const GValue * param_values, gpointer invocation_hint, gpointer marshal_data) argument

Completed in 82 milliseconds