Home
last modified time | relevance | path

Searched refs:g_slist_foreach (Results 1 – 24 of 24) sorted by relevance

/external/bluetooth/glib/tests/
Dregex-test.c381 g_slist_foreach (expected, free_match, NULL); in test_match_next()
383 g_slist_foreach (matches, free_match, NULL); in test_match_next()
719 g_slist_foreach (expected, (GFunc)g_free, NULL); in test_fetch_all()
817 g_slist_foreach (expected, (GFunc)g_free, NULL); in test_split_simple()
922 g_slist_foreach (expected, (GFunc)g_free, NULL); in test_split_full()
991 g_slist_foreach (expected, (GFunc)g_free, NULL); in test_split()
1397 g_slist_foreach (expected, free_match, NULL); in test_match_all_full()
1503 g_slist_foreach (expected, free_match, NULL); in test_match_all()
/external/bluetooth/glib/glib/
Dgslist.h94 void g_slist_foreach (GSList *list,
Dgslist.c736 g_slist_foreach (GSList *list, in g_slist_foreach() function
Dgaliasdef.c2531 #undef g_slist_foreach
2532 extern __typeof (g_slist_foreach) g_slist_foreach __attribute((alias("IA__g_slist_foreach"), visibi…
Dgalias.h2524 extern __typeof (g_slist_foreach) IA__g_slist_foreach __attribute((visibility("hidden")));
2525 #define g_slist_foreach IA__g_slist_foreach macro
/external/bluetooth/bluez/serial/
Dport.c235 g_slist_foreach(devices, (GFunc) serial_device_free, NULL); in port_release_all()
638 g_slist_foreach(device->ports, (GFunc) serial_port_free, NULL); in port_unregister()
/external/webkit/WebKit/gtk/webkit/
Dwebkitwebsettings.cpp797 g_slist_foreach(priv->spell_checking_languages_list, free_spell_checking_language, NULL); in webkit_web_settings_finalize()
929 g_slist_foreach(priv->spell_checking_languages_list, free_spell_checking_language, NULL); in webkit_web_settings_set_property()
/external/bluetooth/bluez/src/
Ddevice.c194 g_slist_foreach(req->profiles_added, (GFunc) g_free, NULL); in browse_request_free()
232 g_slist_foreach(device->uuids, (GFunc) g_free, NULL); in device_free()
481 g_slist_foreach(device->drivers, (GFunc) driver_remove, device); in device_block()
826 g_slist_foreach(device->watches, (GFunc) g_free, NULL); in device_request_disconnect()
1198 g_slist_foreach(device->drivers, (GFunc) driver_remove, device); in device_remove()
Dmanager.c295 g_slist_foreach(adapters, (GFunc) manager_remove_adapter, NULL); in manager_cleanup()
Dadapter.c204 g_slist_foreach(adapter->found_devices, (GFunc) dev_info_free, NULL); in clear_found_devices_list()
2241 g_slist_foreach(uuids, (GFunc) g_free, NULL); in create_stored_device_from_profiles()
2667 g_slist_foreach(adapter->disc_sessions, (GFunc) session_free, in adapter_stop()
3265 g_slist_foreach(adapters, probe_driver, driver); in btd_register_adapter_driver()
/external/bluetooth/glib/docs/reference/glib/
Dchanges.sgml125 <function>g_slist_foreach()</function> have been changed so they
Dglib-sections.txt1875 g_slist_foreach
/external/bluetooth/bluez/audio/
Da2dp.c126 g_slist_foreach(s->cb, (GFunc) g_free, NULL); in setup_free()
1265 g_slist_foreach(server->sinks, (GFunc) a2dp_unregister_sep, NULL); in a2dp_unregister()
1268 g_slist_foreach(server->sources, (GFunc) a2dp_unregister_sep, NULL); in a2dp_unregister()
Davdtp.c789 g_slist_foreach(stream->callbacks, (GFunc) g_free, NULL); in stream_free()
792 g_slist_foreach(stream->caps, (GFunc) g_free, NULL); in stream_free()
1081 g_slist_foreach(session->streams, (GFunc) release_stream, session); in connection_lost()
1156 g_slist_foreach(session->seps, (GFunc) g_free, NULL); in avdtp_unref()
2665 g_slist_foreach(sep->caps, (GFunc) g_free, NULL); in avdtp_get_capabilities_resp()
3354 g_slist_foreach(caps, copy_capabilities, &new_stream->caps); in avdtp_set_configuration()
Dunix.c109 g_slist_foreach(client->caps, (GFunc) g_free, NULL); in client_free()
1477 g_slist_foreach(client->caps, (GFunc) g_free, NULL); in handle_a2dp_transport()
1890 g_slist_foreach(clients, (GFunc) client_free, NULL); in unix_exit()
Dtelephony-ofono.c1112 g_slist_foreach(calls, (GFunc) vc_free, NULL); in telephony_exit()
Dmanager.c782 g_slist_foreach(uuids, (GFunc) handle_uuid, audio_dev); in audio_probe()
Dheadset.c455 g_slist_foreach(p->callbacks, (GFunc) pending_connect_complete, dev); in pending_connect_finalize()
457 g_slist_foreach(p->callbacks, (GFunc) g_free, NULL); in pending_connect_finalize()
Dtelephony-maemo6.c2000 g_slist_foreach(calls, (GFunc) csd_call_free, NULL); in telephony_exit()
Dtelephony-maemo5.c2110 g_slist_foreach(calls, (GFunc) csd_call_free, NULL); in telephony_exit()
/external/bluetooth/glib/gio/
Dgmemoryinputstream.c164 g_slist_foreach (priv->chunks, free_chunk, NULL); in g_memory_input_stream_finalize()
Dgfilemonitor.c189 g_slist_foreach (priv->pending_file_changes, (GFunc) file_change_free, NULL); in g_file_monitor_dispose()
/external/bluetooth/bluez/network/
Dconnection.c530 g_slist_foreach(peer->connections, (GFunc) connection_free, NULL); in peer_free()
Dserver.c686 g_slist_foreach(ns->sessions, (GFunc) session_free, NULL); in server_free()