/external/bluetooth/glib/tests/ |
D | regex-test.c | 381 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/ |
D | gslist.h | 94 void g_slist_foreach (GSList *list,
|
D | gslist.c | 736 g_slist_foreach (GSList *list, in g_slist_foreach() function
|
D | galiasdef.c | 2531 #undef g_slist_foreach 2532 extern __typeof (g_slist_foreach) g_slist_foreach __attribute((alias("IA__g_slist_foreach"), visibi…
|
D | galias.h | 2524 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/ |
D | port.c | 235 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/ |
D | webkitwebsettings.cpp | 797 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/ |
D | device.c | 194 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()
|
D | manager.c | 295 g_slist_foreach(adapters, (GFunc) manager_remove_adapter, NULL); in manager_cleanup()
|
D | adapter.c | 204 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/ |
D | changes.sgml | 125 <function>g_slist_foreach()</function> have been changed so they
|
D | glib-sections.txt | 1875 g_slist_foreach
|
/external/bluetooth/bluez/audio/ |
D | a2dp.c | 126 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()
|
D | avdtp.c | 789 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()
|
D | unix.c | 109 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()
|
D | telephony-ofono.c | 1112 g_slist_foreach(calls, (GFunc) vc_free, NULL); in telephony_exit()
|
D | manager.c | 782 g_slist_foreach(uuids, (GFunc) handle_uuid, audio_dev); in audio_probe()
|
D | headset.c | 455 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()
|
D | telephony-maemo6.c | 2000 g_slist_foreach(calls, (GFunc) csd_call_free, NULL); in telephony_exit()
|
D | telephony-maemo5.c | 2110 g_slist_foreach(calls, (GFunc) csd_call_free, NULL); in telephony_exit()
|
/external/bluetooth/glib/gio/ |
D | gmemoryinputstream.c | 164 g_slist_foreach (priv->chunks, free_chunk, NULL); in g_memory_input_stream_finalize()
|
D | gfilemonitor.c | 189 g_slist_foreach (priv->pending_file_changes, (GFunc) file_change_free, NULL); in g_file_monitor_dispose()
|
/external/bluetooth/bluez/network/ |
D | connection.c | 530 g_slist_foreach(peer->connections, (GFunc) connection_free, NULL); in peer_free()
|
D | server.c | 686 g_slist_foreach(ns->sessions, (GFunc) session_free, NULL); in server_free()
|