Searched refs:g_queue_push_tail (Results 1 - 10 of 10) sorted by relevance
/external/bluetooth/glib/glib/ |
H A D | gqueue.c | 174 g_queue_push_tail (result, list->data); 322 g_queue_push_tail (queue, data); 356 * g_queue_push_tail: 363 g_queue_push_tail (GQueue *queue, function 972 g_queue_push_tail (queue, data); 1009 g_queue_push_tail (queue, data);
|
H A D | gqueue.h | 73 void g_queue_push_tail (GQueue *queue,
|
H A D | galiasdef.c | 2204 #undef g_queue_push_tail macro 2205 extern __typeof (g_queue_push_tail) g_queue_push_tail __attribute((alias("IA__g_queue_push_tail"), visibility("default")));
|
H A D | galias.h | 2197 extern __typeof (g_queue_push_tail) IA__g_queue_push_tail __attribute((visibility("hidden"))); 2198 #define g_queue_push_tail IA__g_queue_push_tail macro
|
/external/bluetooth/glib/tests/ |
H A D | queue-test.c | 377 g_queue_push_tail (q, GINT_TO_POINTER (x)); 480 g_queue_push_tail (q, GINT_TO_POINTER (x)); 778 g_queue_push_tail (q, GINT_TO_POINTER (3)); 785 g_queue_push_tail (q, GINT_TO_POINTER (4)); 790 g_queue_push_tail (q, GINT_TO_POINTER (5)); 938 g_queue_push_tail (q, GINT_TO_POINTER (1234));
|
H A D | sequence-test.c | 381 g_queue_push_tail (seq->queue, data); 548 g_queue_push_tail (seq->queue, iter); 974 g_queue_push_tail (seq->queue, iter1); 975 g_queue_push_tail (seq->queue, iter2); 976 g_queue_push_tail (seq->queue, iter3);
|
/external/bluetooth/glib/gio/inotify/ |
H A D | inotify-kernel.c | 457 g_queue_push_tail (events_to_process, ik_event_internal_new (ik_event_new (&buffer[buffer_i]))); 640 g_queue_push_tail (event_queue, event->event);
|
/external/bluetooth/glib/gio/fen/ |
H A D | fen-kernel.c | 189 g_queue_push_tail (g_eventq, ev);
|
H A D | fen-data.c | 686 g_queue_push_tail (f->eventq, ev);
|
/external/bluetooth/bluez/attrib/ |
H A D | gattrib.c | 447 g_queue_push_tail(attrib->queue, c);
|
Completed in 108 milliseconds