/external/bluetooth/glib/gio/ |
gsimpleasyncresult.h | 59 gint code, 97 gint code, 102 gint code, 113 gint code,
|
gicon.h | 73 gint *out_version); 75 gint num_tokens, 76 gint version,
|
gunixinputstream.h | 69 GInputStream * g_unix_input_stream_new (gint fd, 74 gint g_unix_input_stream_get_fd (GUnixInputStream *stream);
|
gunixoutputstream.h | 69 GOutputStream * g_unix_output_stream_new (gint fd, 74 gint g_unix_output_stream_get_fd (GUnixOutputStream *stream);
|
/external/bluetooth/glib/tests/ |
qsort-test.c | 10 static gint
|
atomic-test.c | 13 gint i; 14 gint atomic = -5;
|
unicode-encoding.c | 10 static gint exit_status = 0; 69 static gint 72 gint result = 0; 81 process (gint line, 85 gint ucs4_len) 195 gint n_chars; 317 gint state = 0; 318 gint line = 1; 319 gint start_line = 0; /* Quiet GCC */
|
relation-test.c | 65 gint i; 68 gint data [1024]; 122 *(gint*) g_tuples_index (tuples, i, 0), 123 *(gint*) g_tuples_index (tuples, i, 1));
|
hash-test.c | 127 return (guint) *((const gint*) key); 134 return *((const gint*) a) == *((const gint*) b); 190 gint size; 347 gint *v = value; 348 gint *test = user_data; 355 gint i, rc; 387 gint i; 388 gint value = 120; 389 gint *pvalue [all...] |
/external/bluetooth/glib/tests/refcount/ |
properties2.c | 24 gint dummy; 155 static gint count = 0; 169 gint dummy; 178 gint i;
|
signals.c | 21 gint value; 28 void (*test_signal1) (GTest * test, gint an_int); 29 void (*test_signal2) (GTest * test, gint an_int); 54 static void signal2_handler (GTest * test, gint anint); 187 signal2_handler (GTest * test, gint anint) 207 gint i = 1; 228 gint value; 237 gint i; 240 const gint n_threads = 1;
|
closures.c | 29 gint value; 35 void (*test_signal1) (GTest * test, gint an_int); 36 void (*test_signal2) (GTest * test, gint an_int); 113 gint an_int) 119 gint vint) 126 gint vint) 210 gint vint,
|
/external/bluetooth/bluez/audio/ |
gstsbcparse.h | 57 gint channels; 58 gint rate;
|
gstrtpsbcpay.c | 105 static gint gst_rtp_sbc_pay_get_frame_len(gint subbands, gint channels, 106 gint blocks, gint bitpool, const gchar *channel_mode) 108 gint len; 109 gint join; 128 gint rate, subbands, channels, blocks, bitpool; 129 gint frame_len;
|
gstavdtpsink.h | 61 gint mp3_using_crc; 62 gint channel_mode;
|
/external/bluetooth/glib/gobject/ |
gmarshal.list | 9 # INT for signed integer types (gint) 13 # ENUM for enumeration types (gint)
|
/external/bluetooth/glib/glib/ |
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...] |
gpoll.h | 62 typedef gint (*GPollFunc) (GPollFD *ufds, 64 gint timeout_); 71 gint fd; 87 gint g_poll (GPollFD *fds, 89 gint timeout);
|
gspawn.h | 106 gint *standard_input, 107 gint *standard_output, 108 gint *standard_error, 124 gint *exit_status, 130 gint *exit_status,
|
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);
|
gfileutils.h | 78 GFileError g_file_error_from_errno (gint err_no); 101 gint g_mkstemp (gchar *tmpl); 104 gint g_file_open_tmp (const gchar *tmpl,
|
giochannel.h | 111 gint ref_count; 192 gint priority, 217 gint length); 219 gint *length); 278 GIOChannelError g_io_channel_error_from_errno (gint en); 299 gint g_io_channel_unix_get_fd (GIOChannel *channel); 326 gint g_io_channel_win32_poll (GPollFD *fds, 327 gint n_fds, 328 gint timeout_); 350 GIOChannel* g_io_channel_win32_new_fd (gint fd) [all...] |
gpoll.c | 89 extern gint poll (struct pollfd *fds, guint nfsd, gint timeout); 122 gint 125 gint timeout) 137 gint nhandles, 140 gint timeout) 254 gint 257 gint timeout) 262 gint nhandles = 0; 281 gint i [all...] |
gslist.h | 58 gint position) G_GNUC_WARN_UNUSED_RESULT; 88 gint g_slist_position (GSList *list, 90 gint g_slist_index (GSList *list,
|
gqueue.h | 77 gint n); 86 gint g_queue_index (GQueue *queue, 108 gint n, 118 gint g_queue_link_index (GQueue *queue,
|