Home
last modified time | relevance | path

Searched refs:g_slist_next (Results 1 – 10 of 10) sorted by relevance

/external/bluetooth/bluez/audio/
Davdtp.c699 for (l = session->streams; l != NULL; l = g_slist_next(l)) { in find_stream_by_rseid()
713 for (l = seps; l != NULL; l = g_slist_next(l)) { in find_remote_sep()
903 for (l = stream->callbacks; l != NULL; l = g_slist_next(l)) { in avdtp_sep_set_state()
1082 for (l = server->seps; l != NULL; l = g_slist_next(l)) { in find_local_sep_by_seid()
1099 for (l = server->seps; l != NULL; l = g_slist_next(l)) { in find_local_sep()
1213 for (l = caps, rsp_size = 0; l != NULL; l = g_slist_next(l)) { in avdtp_getcap_cmd()
1294 for (l = stream->caps; l != NULL; l = g_slist_next(l)) { in avdtp_setconf_cmd()
1360 for (l = sep->stream->caps, rsp_size = 0; l != NULL; l = g_slist_next(l)) { in avdtp_getconf_cmd()
1920 for (l = list; l != NULL; l = g_slist_next(l)) { in find_session()
2790 for (l = stream->caps; l; l = g_slist_next(l)) { in avdtp_stream_has_capability()
[all …]
Da2dp.c306 for (codec_cap = NULL; caps; caps = g_slist_next(caps)) { in sbc_setconf_ind()
1523 for (cb_data = NULL, l = setup->cb; l != NULL; l = g_slist_next(l)) { in a2dp_cancel()
Ddevice.c778 next = g_slist_next(l); in audio_device_cancel_authorization()
Dgateway.c227 runner = g_slist_next(runner); in parse_indicator_values()
Dunix.c599 for (l = seps; l; l = g_slist_next(l)) { in a2dp_discovery_complete()
/external/bluetooth/glib/tests/
Dregex-test.c369 l_exp = g_slist_next (l_exp); in test_match_next()
370 l_match = g_slist_next (l_match); in test_match_next()
702 for (i = 0; l_exp != NULL; i++, l_exp = g_slist_next (l_exp)) in test_fetch_all()
802 for (i = 0; l_exp != NULL; i++, l_exp = g_slist_next (l_exp)) in test_split_simple()
906 for (i = 0; l_exp != NULL; i++, l_exp = g_slist_next (l_exp)) in test_split_full()
975 for (i = 0; l_exp != NULL; i++, l_exp = g_slist_next (l_exp)) in test_split()
1386 l_exp = g_slist_next (l_exp); in test_match_all_full()
1492 l_exp = g_slist_next (l_exp); in test_match_all()
/external/bluetooth/glib/glib/
Dgslist.h105 #define g_slist_next(slist) ((slist) ? (((GSList *)(slist))->next) : NULL) macro
/external/webkit/WebKitTools/DumpRenderTree/gtk/
DDumpRenderTree.cpp143 for (GSList* child = children; child; child = g_slist_next(child)) in dumpFramesAsText()
435 webViewList = g_slist_next(webViewList); in runTest()
/external/bluetooth/bluez/src/
Dmanager.c526 for (l = adapters; l != NULL; l = g_slist_next(l)) { in btd_manager_set_offline()
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt1879 g_slist_next