Searched refs:g_queue_push_head (Results 1 – 8 of 8) sorted by relevance
/external/bluetooth/glib/tests/ |
D | queue-test.c | 345 g_queue_push_head (q, GINT_TO_POINTER (max)); in random_test() 347 g_queue_push_head (q, GINT_TO_POINTER (min)); in random_test() 366 g_queue_push_head (q, GINT_TO_POINTER (x)); in random_test() 761 g_queue_push_head (q, GINT_TO_POINTER (2)); in main() 769 g_queue_push_head (q, GINT_TO_POINTER (1)); in main() 843 g_queue_push_head (q, GINT_TO_POINTER (1)); in main() 846 g_queue_push_head (q, GINT_TO_POINTER (2)); in main() 849 g_queue_push_head (q, GINT_TO_POINTER (3)); in main() 852 g_queue_push_head (q, GINT_TO_POINTER (4)); in main() 855 g_queue_push_head (q, GINT_TO_POINTER (5)); in main()
|
D | sequence-test.c | 557 g_queue_push_head (seq->queue, iter); in run_random_tests() 995 g_queue_push_head (seq->queue, iter1); in run_random_tests() 996 g_queue_push_head (seq->queue, iter2); in run_random_tests() 997 g_queue_push_head (seq->queue, iter3); in run_random_tests()
|
/external/bluetooth/glib/glib/ |
D | gqueue.h | 71 void g_queue_push_head (GQueue *queue,
|
D | gqueue.c | 290 g_queue_push_head (GQueue *queue, in g_queue_push_head() function
|
D | galiasdef.c | 2192 #undef g_queue_push_head 2193 extern __typeof (g_queue_push_head) g_queue_push_head __attribute((alias("IA__g_queue_push_head"), …
|
D | galias.h | 2185 extern __typeof (g_queue_push_head) IA__g_queue_push_head __attribute((visibility("hidden"))); 2186 #define g_queue_push_head IA__g_queue_push_head macro
|
/external/bluetooth/bluez/attrib/ |
D | gattrib.c | 444 g_queue_push_head(attrib->queue, c); in g_attrib_send() 511 g_queue_push_head(attrib->queue, head); in g_attrib_cancel_all()
|
/external/bluetooth/glib/docs/reference/glib/ |
D | glib-sections.txt | 1912 g_queue_push_head
|