HomeSort by relevance Sort by last modified time
    Searched refs:gint (Results 1 - 25 of 334) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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/
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);
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...]
gpoll.h 62 typedef gint (*GPollFunc) (GPollFD *ufds,
64 gint timeout_);
71 gint fd;
87 gint g_poll (GPollFD *fds,
89 gint timeout);
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,
gprintf.c 49 gint
54 gint retval;
77 gint
83 gint retval;
108 gint
114 gint retval;
153 gint
160 gint retval;
182 gint
205 gint
    [all...]
gbase64.h 36 gint *state,
37 gint *save);
40 gint *state,
41 gint *save);
47 gint *state,
gerror.h 37 gint code;
42 gint code,
47 gint code,
55 gint code);
62 gint code,
68 gint code,
gthreadpool.h 59 gint max_threads,
75 gint max_threads,
77 gint g_thread_pool_get_max_threads (GThreadPool *pool);
96 void g_thread_pool_set_max_unused_threads (gint max_threads);
97 gint g_thread_pool_get_max_unused_threads (void);
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...]
gwin32.h 68 gint g_win32_ftruncate (gint f,
84 gchar* g_win32_error_message (gint error);
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...]
gqsort.h 39 gint total_elems,
  /external/chromium/chrome/browser/tab_contents/
web_drag_dest_gtk.h 40 gint, gint, guint);
48 GdkDragContext*, gint, gint, GtkSelectionData*,
57 gint, gint, guint);
73 gint drag_over_time_;
  /external/bluetooth/glib/gio/
gioerror.h 44 GIOErrorEnum g_io_error_from_errno (gint err_no);
  /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...]
  /external/webkit/Source/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/chromium/chrome/browser/ui/gtk/
gtk_expanded_container.h 62 GtkWidget* widget, gint x, gint y);
64 GtkWidget* widget, gint x, gint y);
  /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...]

Completed in 910 milliseconds

1 2 3 4 5 6 7 8 91011>>