/external/bluetooth/bluez/audio/ |
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); 44 const gchar *gst_sbc_get_mode_from_list(const GValue *value, gint channels); 46 gint gst_sbc_get_channel_number(gint mode); 47 gint gst_sbc_parse_rate_from_sbc(gint frequency) [all...] |
gstsbcenc.h | 52 gint rate; 53 gint channels; 54 gint mode; 55 gint blocks; 56 gint allocation; 57 gint subbands; 58 gint bitpool; 61 gint frame_length; 62 gint frame_duration;
|
gstsbcutil.c | 35 gint gst_sbc_select_rate_from_list(const GValue *value) 45 gint gst_sbc_select_channels_from_range(const GValue *value) 54 gint gst_sbc_select_blocks_from_list(const GValue *value) 64 gint gst_sbc_select_subbands_from_list(const GValue *value) 74 gint gst_sbc_select_bitpool_from_range(const GValue *value) 92 const gchar *gst_sbc_get_mode_from_list(const GValue *list, gint channels) 129 gint gst_sbc_parse_rate_from_sbc(gint frequency) 145 gint gst_sbc_parse_rate_to_sbc(gint rate [all...] |
/external/bluetooth/glib/glib/ |
gatomic.h | 41 gint g_atomic_int_exchange_and_add (volatile gint G_GNUC_MAY_ALIAS *atomic, 42 gint val); 43 void g_atomic_int_add (volatile gint G_GNUC_MAY_ALIAS *atomic, 44 gint val); 45 gboolean g_atomic_int_compare_and_exchange (volatile gint G_GNUC_MAY_ALIAS *atomic, 46 gint oldval, 47 gint newval); 52 gint g_atomic_int_get (volatile gint G_GNUC_MAY_ALIAS *atomic) [all...] |
gatomic.c | 38 gint 39 g_atomic_int_exchange_and_add (volatile gint G_GNUC_MAY_ALIAS *atomic, 40 gint val) 42 gint result; 51 g_atomic_int_add (volatile gint G_GNUC_MAY_ALIAS *atomic, 52 gint val) 60 g_atomic_int_compare_and_exchange (volatile gint G_GNUC_MAY_ALIAS *atomic, 61 gint oldval, 62 gint newval) 64 gint result [all...] |
gprintf.h | 29 gint g_printf (gchar const *format, 31 gint g_fprintf (FILE *file, 34 gint g_sprintf (gchar *string, 38 gint g_vprintf (gchar const *format, 40 gint g_vfprintf (FILE *file, 43 gint g_vsprintf (gchar *string, 46 gint g_vasprintf (gchar **string,
|
grel.h | 69 GRelation* g_relation_new (gint fields); 72 gint field, 77 gint g_relation_delete (GRelation *relation, 79 gint field); 82 gint field); 83 gint g_relation_count (GRelation *relation, 85 gint field); 92 gint index_, 93 gint field);
|
gbase64.h | 36 gint *state, 37 gint *save); 40 gint *state, 41 gint *save); 47 gint *state,
|
gmain.h | 41 gint status, 54 gint priority; 82 gint *timeout_); 134 gint *priority); 135 gint g_main_context_query (GMainContext *context, 136 gint max_priority, 137 gint *timeout_, 139 gint n_fds); 140 gint g_main_context_check (GMainContext *context, 141 gint max_priority [all...] |
gregex.h | 136 gint g_regex_get_max_backref (const GRegex *regex); 137 gint g_regex_get_capture_count (const GRegex *regex); 138 gint g_regex_get_string_number (const GRegex *regex, 141 gint length); 155 gint start_position, 166 gint start_position, 182 gint start_position, 184 gint max_tokens, 191 gint start_position, 198 gint start_position [all...] |
gerror.h | 37 gint code; 42 gint code, 47 gint code, 55 gint code); 62 gint code, 68 gint code,
|
gsequence.h | 35 typedef gint (* GSequenceIterCompareFunc) (GSequenceIter *a, 43 gint g_sequence_get_length (GSequence *seq); 63 gint pos); 114 gint g_sequence_iter_get_position (GSequenceIter *iter); 116 gint delta); 121 gint g_sequence_iter_compare (GSequenceIter *a,
|
gstrfuncs.h | 92 gint g_ascii_digit_value (gchar c) G_GNUC_CONST; 93 gint g_ascii_xdigit_value (gchar c) G_GNUC_CONST; 105 G_CONST_RETURN gchar* g_strerror (gint errnum) G_GNUC_CONST; 106 G_CONST_RETURN gchar* g_strsignal (gint signum) G_GNUC_CONST; 145 gint buf_len, 148 gint buf_len, 159 gint g_ascii_strcasecmp (const gchar *s1, 161 gint g_ascii_strncasecmp (const gchar *s1, 176 gint g_strcasecmp (const gchar *s1, 178 gint g_strncasecmp (const gchar *s1 [all...] |
/external/bluetooth/glib/tests/ |
bit-test.c | 10 static gint 11 builtin_bit_nth_lsf1 (gulong mask, gint nth_bit) 23 static gint 24 builtin_bit_nth_lsf2 (gulong mask, gint nth_bit) 36 static gint 37 builtin_bit_nth_msf (gulong mask, gint nth_bit) 53 static gint 54 naive_bit_nth_lsf (gulong mask, gint nth_bit) 67 static gint 68 naive_bit_nth_msf (gulong mask, gint nth_bit [all...] |
asyncqueue-test.c | 37 static gint 55 static gint sorts = 0; 59 gint sort_multiplier; 60 gint len; 61 gint i; 106 gint len; 107 gint id; 133 gint i; 134 gint max_threads = MAX_THREADS; 135 gint max_unused_threads = MAX_THREADS [all...] |
list-test.c | 19 static gint 37 gint i; 63 gint i; 89 gint i; 114 gint i; 143 gint nums[10] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 }; 144 gint i; 156 g_assert (*((gint*) st->data) == (9 - i)); 167 gint nums[10] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 }; 168 gint i [all...] |
slist-test.c | 19 static gint 37 gint i; 61 gint i; 85 gint i; 108 gint i; 135 gint nums[10] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 }; 136 gint i; 148 g_assert (*((gint*) st->data) == (9 - i)); 159 gint nums[10] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 }; 160 gint i [all...] |
mainloop-test.c | 45 gint count; 50 gint current_val; 51 gint iters; 198 gint fds[2]; 214 do_add (GIOChannel *in, gint a, gint b) 315 static gint 354 gint i; 372 gint i; 404 gint i [all...] |
/external/webkit/WebCore/platform/gtk/ |
gtkdrawing.h | 73 gint slider_width; 74 gint trough_border; 75 gint stepper_size; 76 gint stepper_spacing; 77 gint min_slider_size; 153 typedef gint (*style_prop_t)(GtkStyle*, const gchar*, gint); 273 gint moz_gtk_init(); 290 gint moz_gtk_enable_style_props(style_prop_t styleGetProp); 298 gint moz_gtk_shutdown() [all...] |
gtk2drawing.c | 79 gint 86 static gint 101 static gint 116 static gint 126 static gint 136 static gint 146 static gint 158 static gint 171 static gint 181 static gint [all...] |
/external/bluetooth/bluez/test/ |
btiotest.c | 41 gint reject; 42 gint disconn; 43 gint accept; 65 static struct io_data *io_data_new(GIOChannel *io, BtIOType type, gint reject, 66 gint disconn, gint accept) 219 gint seconds = (data->reject > 0) ? 228 gint disconn, gint sec) 262 static void l2cap_listen(const char *src, uint16_t psm, gint defer [all...] |
/external/webkit/WebKit/gtk/webkit/ |
webkitwebbackforwardlist.h | 79 gint limit); 83 gint limit); 96 gint index); 98 WEBKIT_API gint 101 WEBKIT_API gint 104 WEBKIT_API gint 109 gint limit);
|
/external/webkit/WebCore/accessibility/gtk/ |
AccessibilityObjectWrapperAtk.cpp | 263 static gint webkit_accessible_get_n_children(AtkObject* object) 268 static AtkObject* webkit_accessible_ref_child(AtkObject* object, gint index) 287 static gint webkit_accessible_get_index_in_parent(AtkObject* object) 636 static gboolean webkit_accessible_action_do_action(AtkAction* action, gint i) 642 static gint webkit_accessible_action_get_n_actions(AtkAction* action) 647 static const gchar* webkit_accessible_action_get_description(AtkAction* action, gint i) 655 static const gchar* webkit_accessible_action_get_keybinding(AtkAction* action, gint i) 662 static const gchar* webkit_accessible_action_get_name(AtkAction* action, gint i) 679 static AccessibilityObject* optionFromList(AtkSelection* selection, gint i) 686 if (i < static_cast<gint>(options.size()) [all...] |
/external/bluetooth/glib/tests/gobject/ |
accumulator.c | 58 gint param); 60 gint param); 89 gint param, 97 gint param) 104 gint param, 112 gint param) 128 gint param) 144 gint param)
|
/external/bluetooth/glib/tests/refcount/ |
properties.c | 23 gint id; 24 gint dummy; 26 gint count; 170 gint dummy; 179 gint i = 1; 196 gint i; 199 const gint n_threads = 5;
|