HomeSort by relevance Sort by last modified time
    Searched refs:GFunc (Results 26 - 50 of 56) sorted by null

12 3

  /external/bluetooth/bluez/src/
device.c 160 g_slist_foreach(req->profiles_added, (GFunc) g_free, NULL);
202 g_slist_foreach(device->services, (GFunc) g_free, NULL);
205 g_slist_foreach(device->uuids, (GFunc) g_free, NULL);
208 g_slist_foreach(device->primaries, (GFunc) g_free, NULL);
443 g_slist_foreach(device->drivers, (GFunc) driver_remove, device);
1104 g_slist_foreach(device->drivers, (GFunc) driver_remove, device);
    [all...]
adapter.c 185 g_slist_foreach(dev->services, (GFunc) g_free, NULL);
1271 g_slist_foreach(adapter->found_devices, (GFunc) dev_info_free, NULL);
    [all...]
storage.c 1214 g_slist_foreach(match.keys, (GFunc) g_free, NULL);
1231 g_slist_foreach(match.keys, (GFunc) g_free, NULL);
  /external/bluetooth/glib/gio/
gdesktopappinfo.c 1045 g_list_foreach (launched_files, (GFunc)g_object_unref, NULL);
1127 g_list_foreach (uris, (GFunc)g_free, NULL);
    [all...]
gcontenttype.c 1118 g_list_foreach (matchlet->matches, (GFunc)tree_matchlet_free, NULL);
1128 g_list_foreach (match->matches, (GFunc)tree_matchlet_free, NULL);
1318 g_list_foreach (tree_matches, (GFunc)tree_match_free, NULL);
    [all...]
gfileenumerator.c 611 g_list_foreach (op->files, (GFunc)g_object_unref, NULL);
gfilemonitor.c 189 g_slist_foreach (priv->pending_file_changes, (GFunc) file_change_free, NULL);
  /external/bluetooth/bluez/audio/
telephony-maemo6.c     [all...]
a2dp.c 166 g_slist_foreach(s->cb, (GFunc) g_free, NULL);
168 g_slist_foreach(s->caps, (GFunc) g_free, NULL);
    [all...]
unix.c 111 g_slist_foreach(client->caps, (GFunc) g_free, NULL);
    [all...]
media.c 411 g_slist_foreach(adapter->endpoints, (GFunc) media_endpoint_release,
avdtp.c 797 g_slist_foreach(stream->callbacks, (GFunc) g_free, NULL);
800 g_slist_foreach(stream->caps, (GFunc) g_free, NULL);
1155 g_slist_foreach(session->streams, (GFunc) release_stream, session);
1232 g_slist_foreach(session->seps, (GFunc) g_free, NULL);
    [all...]
headset.c 446 g_slist_foreach(p->callbacks, (GFunc) pending_connect_complete, dev);
448 g_slist_foreach(p->callbacks, (GFunc) g_free, NULL);
    [all...]
  /external/bluetooth/glib/glib/
gqueue.c 192 GFunc func,
gthread.h 305 void g_thread_foreach (GFunc thread_func,
garray.c 619 GFunc func,
gthread.c 949 g_thread_foreach (GFunc thread_func,
  /external/bluetooth/glib/tests/
regex-test.c 719 g_slist_foreach (expected, (GFunc)g_free, NULL);
817 g_slist_foreach (expected, (GFunc)g_free, NULL);
922 g_slist_foreach (expected, (GFunc)g_free, NULL);
991 g_slist_foreach (expected, (GFunc)g_free, NULL);
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
gtk_tree.cc 76 g_list_foreach(list, (GFunc)gtk_tree_path_free, NULL);
task_manager_gtk.cc 806 g_list_foreach(paths, reinterpret_cast<GFunc>(gtk_tree_path_free), NULL);
    [all...]
  /external/bluetooth/bluez/attrib/
client.c 143 g_slist_foreach(prim->chars, (GFunc) characteristic_free, NULL);
153 g_slist_foreach(gatt->primary, (GFunc) primary_free, NULL);
gatt.c 62 g_slist_foreach(dc->characteristics, (GFunc) g_free, NULL);
  /external/bluetooth/bluez/health/
hdp.c 331 g_slist_foreach(adapters, (GFunc) update_adapter, NULL);
382 g_slist_foreach(adapters, (GFunc) update_adapter, NULL);
419 g_slist_foreach(applications, (GFunc) hdp_application_unref, NULL);
424 g_slist_foreach(adapters, (GFunc) update_adapter, NULL);
    [all...]
  /external/bluetooth/bluez/network/
connection.c 493 g_slist_foreach(peer->connections, (GFunc) connection_free, NULL);
server.c 788 g_slist_foreach(ns->sessions, (GFunc) session_free, NULL);

Completed in 605 milliseconds

12 3