/external/bluetooth/glib/gobject/ |
D | gvaluetypes.h | 169 void g_value_set_char (GValue *value, 171 gchar g_value_get_char (const GValue *value); 172 void g_value_set_uchar (GValue *value, 174 guchar g_value_get_uchar (const GValue *value); 175 void g_value_set_boolean (GValue *value, 177 gboolean g_value_get_boolean (const GValue *value); 178 void g_value_set_int (GValue *value, 180 gint g_value_get_int (const GValue *value); 181 void g_value_set_uint (GValue *value, 183 guint g_value_get_uint (const GValue *value); [all …]
|
D | gvaluetypes.c | 40 value_init_long0 (GValue *value) in value_init_long0() 46 value_copy_long0 (const GValue *src_value, in value_copy_long0() 47 GValue *dest_value) in value_copy_long0() 53 value_lcopy_char (const GValue *value, in value_lcopy_char() 69 value_lcopy_boolean (const GValue *value, in value_lcopy_boolean() 85 value_collect_int (GValue *value, in value_collect_int() 96 value_lcopy_int (const GValue *value, in value_lcopy_int() 112 value_collect_long (GValue *value, in value_collect_long() 123 value_lcopy_long (const GValue *value, in value_lcopy_long() 139 value_init_int64 (GValue *value) in value_init_int64() [all …]
|
D | gvalue.h | 61 #define G_VALUE_TYPE(value) (((GValue*) (value))->g_type) 94 typedef void (*GValueTransform) (const GValue *src_value, 95 GValue *dest_value); 129 GValue* g_value_init (GValue *value, 131 void g_value_copy (const GValue *src_value, 132 GValue *dest_value); 133 GValue* g_value_reset (GValue *value); 134 void g_value_unset (GValue *value); 135 void g_value_set_instance (GValue *value, 140 gboolean g_value_fits_pointer (const GValue *value); [all …]
|
D | gparam.h | 244 GValue *value); 246 GValue *value); 248 const GValue *value1, 249 const GValue *value2); 264 GValue value; 287 GValue *value); 289 GValue *value); 291 GValue *value); 293 const GValue *src_value, 294 GValue *dest_value, [all …]
|
D | gparamspecs.c | 71 GValue *value) in param_char_set_default() 78 GValue *value) in param_char_validate() 100 GValue *value) in param_uchar_set_default() 107 GValue *value) in param_uchar_validate() 119 GValue *value) in param_boolean_set_default() 126 GValue *value) in param_boolean_validate() 147 GValue *value) in param_int_set_default() 154 GValue *value) in param_int_validate() 166 const GValue *value1, in param_int_values_cmp() 167 const GValue *value2) in param_int_values_cmp() [all …]
|
D | gboxed.c | 83 value_meminit (GValue *value, in value_meminit() 93 const GValue *src_value = boxed; in value_copy() 94 GValue *dest_value = g_new0 (GValue, 1); in value_copy() 107 GValue *value = boxed; in value_free() 278 boxed_proxy_value_init (GValue *value) in boxed_proxy_value_init() 284 boxed_proxy_value_free (GValue *value) in boxed_proxy_value_free() 297 boxed_proxy_value_copy (const GValue *src_value, in boxed_proxy_value_copy() 298 GValue *dest_value) in boxed_proxy_value_copy() 313 boxed_proxy_value_peek_pointer (const GValue *value) in boxed_proxy_value_peek_pointer() 319 boxed_proxy_collect_value (GValue *value, in boxed_proxy_collect_value() [all …]
|
D | gparam.c | 71 static void value_param_init (GValue *value); 72 static void value_param_free_value (GValue *value); 73 static void value_param_copy_value (const GValue *src_value, 74 GValue *dest_value); 75 static void value_param_transform_value (const GValue *src_value, 76 GValue *dest_value); 77 static gpointer value_param_peek_pointer (const GValue *value); 78 static gchar* value_param_collect_value (GValue *value, 82 static gchar* value_param_lcopy_value (const GValue *value, 587 GValue *value) in g_param_value_set_default() [all …]
|
D | gvalue.c | 149 value_meminit (GValue *value, in value_meminit() 165 GValue* 166 g_value_init (GValue *value, in g_value_init() 204 g_value_copy (const GValue *src_value, in g_value_copy() 205 GValue *dest_value) in g_value_copy() 235 GValue* 236 g_value_reset (GValue *value) in g_value_reset() 267 g_value_unset (GValue *value) in g_value_unset() 290 g_value_fits_pointer (const GValue *value) in g_value_fits_pointer() 312 g_value_peek_pointer (const GValue *value) in g_value_peek_pointer() [all …]
|
D | genums.c | 66 static void value_flags_enum_init (GValue *value); 67 static void value_flags_enum_copy_value (const GValue *src_value, 68 GValue *dest_value); 69 static gchar* value_flags_enum_collect_value (GValue *value, 73 static gchar* value_flags_enum_lcopy_value (const GValue *value, 129 value_flags_enum_init (GValue *value) in value_flags_enum_init() 135 value_flags_enum_copy_value (const GValue *src_value, in value_flags_enum_copy_value() 136 GValue *dest_value) in value_flags_enum_copy_value() 142 value_flags_enum_collect_value (GValue *value, in value_flags_enum_collect_value() 153 value_flags_enum_lcopy_value (const GValue *value, in value_flags_enum_lcopy_value() [all …]
|
D | gboxed.h | 70 void g_value_set_boxed (GValue *value, 72 void g_value_set_static_boxed (GValue *value, 74 gpointer g_value_get_boxed (const GValue *value); 75 gpointer g_value_dup_boxed (const GValue *value); 167 void g_value_take_boxed (GValue *value, 170 void g_value_set_boxed_take_ownership (GValue *value,
|
D | gobject.h | 201 GValue *value, 215 const GValue *value, 327 const GValue *value, 331 GValue *value, 362 GValue *value; 429 const GValue *value); 432 GValue *value); 505 void g_value_set_object (GValue *value, 507 gpointer g_value_get_object (const GValue *value); 508 gpointer g_value_dup_object (const GValue *value); [all …]
|
D | gvaluearray.h | 46 GValue *values; 54 GValue* g_value_array_get_nth (GValueArray *value_array, 60 const GValue *value); 62 const GValue *value); 65 const GValue *value);
|
D | gclosure.h | 115 GValue *return_value, 117 const GValue *param_values, 162 GValue /*out*/ *return_value, 164 const GValue *param_values, 233 GValue /*out*/ *return_value, 235 const GValue *param_values,
|
D | gvaluearray.c | 64 GValue* 87 value_array->values = g_renew (GValue, value_array->values, value_array->n_prealloced); in value_array_grow() 102 value_array->values = g_renew (GValue, value_array->values, value_array->n_prealloced); in value_array_shrink() 146 GValue *value = value_array->values + i; in g_value_array_free() 180 GValue *value = new_array->values + i; in g_value_array_copy() 199 const GValue *value) in g_value_array_prepend() 217 const GValue *value) in g_value_array_append() 237 const GValue *value) in g_value_array_insert()
|
D | gsignal.h | 66 const GValue *param_values, 88 GValue *return_accu, 89 const GValue *handler_return, 291 void g_signal_emitv (const GValue *instance_and_params, 294 GValue *return_value); 401 void g_signal_chain_from_overridden (const GValue *instance_and_params, 402 GValue *return_value); 499 GValue *return_accu, 500 const GValue *handler_return,
|
D | gobject.c | 142 const GValue *value, 146 GValue *value, 148 static void g_value_object_init (GValue *value); 149 static void g_value_object_free_value (GValue *value); 150 static void g_value_object_copy_value (const GValue *src_value, 151 GValue *dest_value); 152 static void g_value_object_transform_value (const GValue *src_value, 153 GValue *dest_value); 154 static gpointer g_value_object_peek_pointer (const GValue *value); 155 static gchar* g_value_object_collect_value (GValue *value, [all …]
|
D | gtype.h | 371 typedef struct _GValue GValue; typedef 1168 void (*value_init) (GValue *value); 1169 void (*value_free) (GValue *value); 1170 void (*value_copy) (const GValue *src_value, 1171 GValue *dest_value); 1173 gpointer (*value_peek_pointer) (const GValue *value); 1175 gchar* (*collect_value) (GValue *value, 1180 gchar* (*lcopy_value) (const GValue *value, 1437 gboolean g_type_check_value (GValue *value) G_GNUC_PURE; 1438 gboolean g_type_check_value_holds (GValue *value, [all …]
|
D | gvaluetransform.c | 32 value_transform_memcpy_data0 (const GValue *src_value, in value_transform_memcpy_data0() 33 GValue *dest_value) in value_transform_memcpy_data0() 51 value_transform_##func_name (const GValue *src_value, \ 52 GValue *dest_value) \ 143 value_transform_##func_name (const GValue *src_value, \ 144 GValue *dest_value) \ 160 value_transform_##func_name (const GValue *src_value, \ 161 GValue *dest_value) \ 179 value_transform_bool_string (const GValue *src_value, in value_transform_bool_string() 180 GValue *dest_value) in value_transform_bool_string() [all …]
|
D | gsourceclosure.c | 69 GValue *return_value, in source_closure_marshal_BOOLEAN__VOID() 71 const GValue *param_values, in source_closure_marshal_BOOLEAN__VOID() 96 GValue params[2] = { { 0, }, { 0, } }; in io_watch_closure_callback() 97 GValue result_value = { 0, }; in io_watch_closure_callback() 121 GValue result_value = { 0, }; in source_closure_callback()
|
D | genums.h | 232 void g_value_set_enum (GValue *value, 234 gint g_value_get_enum (const GValue *value); 235 void g_value_set_flags (GValue *value, 237 guint g_value_get_flags (const GValue *value);
|
/external/bluetooth/bluez/audio/ |
D | gstsbcutil.h | 32 gint gst_sbc_select_rate_from_list(const GValue *value); 34 gint gst_sbc_select_channels_from_range(const GValue *value); 36 gint gst_sbc_select_blocks_from_list(const GValue *value); 38 gint gst_sbc_select_subbands_from_list(const GValue *value); 40 gint gst_sbc_select_bitpool_from_range(const GValue *value); 42 const gchar *gst_sbc_get_allocation_from_list(const GValue *value); 44 const gchar *gst_sbc_get_mode_from_list(const GValue *value, gint channels); 68 GValue *value); 72 GValue *value);
|
D | gstsbcutil.c | 35 gint gst_sbc_select_rate_from_list(const GValue *value) in gst_sbc_select_rate_from_list() 45 gint gst_sbc_select_channels_from_range(const GValue *value) in gst_sbc_select_channels_from_range() 54 gint gst_sbc_select_blocks_from_list(const GValue *value) in gst_sbc_select_blocks_from_list() 64 gint gst_sbc_select_subbands_from_list(const GValue *value) in gst_sbc_select_subbands_from_list() 74 gint gst_sbc_select_bitpool_from_range(const GValue *value) in gst_sbc_select_bitpool_from_range() 83 const gchar *gst_sbc_get_allocation_from_list(const GValue *value) in gst_sbc_get_allocation_from_list() 92 const gchar *gst_sbc_get_mode_from_list(const GValue *list, gint channels) in gst_sbc_get_mode_from_list() 95 const GValue *value; in gst_sbc_get_mode_from_list() 325 const GValue *value; in gst_sbc_util_caps_fixate() 459 GValue *value) in gst_sbc_util_set_structure_int_param() [all …]
|
D | gstavdtpsink.c | 187 const GValue *value, GParamSpec *pspec) in gst_avdtp_sink_set_property() 208 GValue *value, GParamSpec *pspec) in gst_avdtp_sink_get_property() 273 const GValue *value = NULL; in gst_avdtp_sink_init_sbc_pkt_conf() 447 GValue *value; in gst_avdtp_sink_parse_sbc_caps() 448 GValue *list; in gst_avdtp_sink_parse_sbc_caps() 452 value = g_value_init(g_new0(GValue, 1), G_TYPE_STRING); in gst_avdtp_sink_parse_sbc_caps() 455 list = g_value_init(g_new0(GValue, 1), GST_TYPE_LIST); in gst_avdtp_sink_parse_sbc_caps() 480 list = g_value_init(g_new0(GValue, 1), GST_TYPE_LIST); in gst_avdtp_sink_parse_sbc_caps() 499 list = g_value_init(g_new0(GValue, 1), GST_TYPE_LIST); in gst_avdtp_sink_parse_sbc_caps() 525 list = g_value_init(g_new0(GValue,1), GST_TYPE_LIST); in gst_avdtp_sink_parse_sbc_caps() [all …]
|
/external/bluetooth/glib/tests/gobject/ |
D | gvalue-test.c | 40 GValue orig = { 0, }; in test_enum_transformation() 41 GValue xform = { 0, }; in test_enum_transformation() 49 memset (&xform, 0, sizeof (GValue)); in test_enum_transformation() 54 memset (&xform, 0, sizeof (GValue)); in test_enum_transformation() 59 memset (&xform, 0, sizeof (GValue)); in test_enum_transformation() 64 memset (&xform, 0, sizeof (GValue)); in test_enum_transformation() 69 memset (&xform, 0, sizeof (GValue)); in test_enum_transformation() 74 memset (&xform, 0, sizeof (GValue)); in test_enum_transformation() 79 memset (&xform, 0, sizeof (GValue)); in test_enum_transformation() 84 memset (&xform, 0, sizeof (GValue)); in test_enum_transformation() [all …]
|
/external/webkit/WebKit/gtk/webkit/ |
D | webkitwebinspector.cpp | 102 static void webkit_web_inspector_set_property(GObject* object, guint prop_id, const GValue* value, … 104 static void webkit_web_inspector_get_property(GObject* object, guint prop_id, GValue* value, GParam… 106 …pect_web_view_request_handled(GSignalInvocationHint* ihint, GValue* returnAccu, const GValue* hand… in webkit_inspect_web_view_request_handled() 342 static void webkit_web_inspector_set_property(GObject* object, guint prop_id, const GValue* value, … in webkit_web_inspector_set_property() 376 static void webkit_web_inspector_get_property(GObject* object, guint prop_id, GValue* value, GParam… in webkit_web_inspector_get_property()
|