HomeSort by relevance Sort by last modified time
    Searched full:g_slist_remove (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/bluetooth/bluez/gdbus/
watch.c 354 data->callbacks = g_slist_remove(data->callbacks, cb);
355 data->processed = g_slist_remove(data->processed, cb);
378 listeners = g_slist_remove(listeners, data);
413 data->callbacks = g_slist_remove(data->callbacks, cb);
492 data->callbacks = g_slist_remove(data->callbacks, cb);
539 listeners = g_slist_remove(listeners, data);
743 listeners = g_slist_remove(listeners, data);
object.c 262 pending_security = g_slist_remove(pending_security, secdata);
286 pending_security = g_slist_remove(pending_security, secdata);
560 data->interfaces = g_slist_remove(data->interfaces, iface);
  /external/bluetooth/glib/glib/
gslist.h 71 GSList* g_slist_remove (GSList *list,
gslist.c 302 * g_slist_remove:
313 g_slist_remove (GSList *list, function
345 * g_slist_remove() which removes only the first node
  /external/bluetooth/bluez/plugins/
service.c 325 serv_adapter->records = g_slist_remove(serv_adapter->records,
330 serv_adapter->pending_list = g_slist_remove(serv_adapter->pending_list,
551 serv_adapter->pending_list = g_slist_remove(serv_adapter->pending_list,
643 serv_adapter->pending_list = g_slist_remove(serv_adapter->pending_list,
680 serv_adapter->pending_list = g_slist_remove(serv_adapter->pending_list,
dbusoob.c 96 oob_requests = g_slist_remove(oob_requests, oob_request);
  /external/bluetooth/bluez/health/
mcap.c 298 mcl->mdls = g_slist_remove(mcl->mdls, mdl);
774 mcl->mi->mcls = g_slist_remove(mcl->mi->mcls, mcl);
777 mcl->mi->cached = g_slist_remove(mcl->mi->cached, mcl);
790 mcl->mi->cached = g_slist_remove(mcl->mi->cached, last);
815 mcl->mi->cached = g_slist_remove(mcl->mi->cached, mcl);
842 mcl->mi->cached = g_slist_remove(mcl->mi->cached, mcl);
1202 mcl->mdls = g_slist_remove(mcl->mdls, mdl);
1360 mcl->mdls = g_slist_remove(mcl->mdls, mdl);
1395 mcl->mdls = g_slist_remove(mcl->mdls, mdl);
1422 mcl->mdls = g_slist_remove(mcl->mdls, mdl)
    [all...]
hdp.c 339 applications = g_slist_remove(applications, app);
410 applications = g_slist_remove(applications, app);
732 dev->channels = g_slist_remove(dev->channels, hdp_chan);
1421 adapters = g_slist_remove(adapters, hdp_adapter);
    [all...]
  /external/bluetooth/bluez/src/
glib-helper.c 60 cached_sdp_sessions = g_slist_remove(cached_sdp_sessions, cached);
84 cached_sdp_sessions = g_slist_remove(cached_sdp_sessions, c);
127 context_list = g_slist_remove(context_list, ctxt);
device.c 418 device->drivers = g_slist_remove(device->drivers, driver);
756 device->watches = g_slist_remove(device->watches, data);
905 device->disconnects = g_slist_remove(device->disconnects, msg);
942 device->watches = g_slist_remove(device->watches,
1277 device->drivers = g_slist_remove(device->drivers,
1286 device->uuids = g_slist_remove(device->uuids, list->data);
    [all...]
attrib-server.c 238 channel->notify = g_slist_remove(channel->notify, last_chr_val);
244 channel->indicate = g_slist_remove(channel->indicate,
785 clients = g_slist_remove(clients, channel);
1311 database = g_slist_remove(database, a);
manager.c 270 adapters = g_slist_remove(adapters, adapter);
adapter.c 761 adapter->mode_sessions = g_slist_remove(adapter->mode_sessions,
773 adapter->disc_sessions = g_slist_remove(adapter->disc_sessions,
1185 adapter->devices = g_slist_remove(adapter->devices, device);
1186 adapter->connections = g_slist_remove(adapter->connections, device);
    [all...]
  /external/bluetooth/bluez/input/
manager.c 150 adapters = g_slist_remove(adapters, adapter);
server.c 238 servers = g_slist_remove(servers, server);
  /external/bluetooth/glib/docs/reference/glib/tmpl/
linked_lists_single.sgml 46 To remove elements, use g_slist_remove().
144 <!-- ##### FUNCTION g_slist_remove ##### -->
  /external/bluetooth/bluez/audio/
device.c 747 priv->auths = g_slist_remove(priv->auths, auth);
821 priv->auths = g_slist_remove(priv->auths, auth);
845 priv->auths = g_slist_remove(priv->auths, auth);
media.c 117 adapter->endpoints = g_slist_remove(adapter->endpoints, endpoint);
417 adapters = g_slist_remove(adapters, adapter);
a2dp.c 163 setups = g_slist_remove(setups, s);
204 setup->cb = g_slist_remove(setup->cb, cb);
    [all...]
telephony-ofono.c 687 calls = g_slist_remove(calls, vc);
821 pending = g_slist_remove(pending, call);
1279 calls = g_slist_remove(calls, vc);
    [all...]
  /external/icu4c/samples/layout/
cgnomelayout.c 289 appList = g_slist_remove(appList, app);
gnomelayout.cpp 290 appList = g_slist_remove(appList, app);
  /external/bluetooth/bluez/network/
connection.c 507 peers = g_slist_remove(peers, peer);
537 peer->connections = g_slist_remove(peer->connections, nc);
  /external/bluetooth/bluez/attrib/
client.c 230 prim->watchers = g_slist_remove(prim->watchers, watcher);
465 prim->watchers = g_slist_remove(prim->watchers, watcher);
1089 gatt_services = g_slist_remove(gatt_services, gatt);
gattrib.c 606 attrib->events = g_slist_remove(attrib->events, evt);

Completed in 2941 milliseconds

1 2 3