Home
last modified time | relevance | path

Searched refs:g_slist_find (Results 1 – 18 of 18) sorted by relevance

/external/bluetooth/glib/glib/
Dgslist.h83 GSList* g_slist_find (GSList *list,
Dgthread.c209 if (!g_slist_find (g_once_init_list, (void*) value_location)) in g_once_init_enter_impl()
217 while (g_slist_find (g_once_init_list, (void*) value_location)); in g_once_init_enter_impl()
Dgslist.c569 g_slist_find (GSList *list, in g_slist_find() function
Dgaliasdef.c2525 #undef g_slist_find
2526 extern __typeof (g_slist_find) g_slist_find __attribute((alias("IA__g_slist_find"), visibility("def…
Dgalias.h2518 extern __typeof (g_slist_find) IA__g_slist_find __attribute((visibility("hidden")));
2519 #define g_slist_find IA__g_slist_find macro
/external/bluetooth/bluez/gdbus/
Dwatch.c410 if (!g_slist_find(data->callbacks, cb)) in signal_filter()
482 if (!g_slist_find(data->callbacks, cb)) in service_filter()
/external/bluetooth/bluez/audio/
Davdtp.c3506 if (!g_slist_find(session->streams, stream)) in avdtp_reconfigure()
3540 if (!g_slist_find(session->streams, stream)) in avdtp_open()
3558 if (!g_slist_find(session->streams, stream)) in avdtp_start()
3591 if (!g_slist_find(session->streams, stream)) in avdtp_close()
3620 if (!g_slist_find(session->streams, stream)) in avdtp_suspend()
3638 if (!g_slist_find(session->streams, stream)) in avdtp_abort()
3663 if (!g_slist_find(session->streams, stream)) in avdtp_delay_report()
3896 return g_slist_find(session->streams, stream) ? TRUE : FALSE; in avdtp_has_stream()
Dmedia.c111 if (g_slist_find(adapter->endpoints, endpoint) == NULL) in media_endpoint_remove()
Da2dp.c1678 if (g_slist_find(server->sources, sep) == NULL) in a2dp_remove_sep()
1686 if (g_slist_find(server->sinks, sep) == NULL) in a2dp_remove_sep()
2310 if (g_slist_find(l, sep) == NULL) { in a2dp_sep_unlock()
Dunix.c182 if (!g_slist_find(clients, client)) in unix_ipc_error()
633 if (!g_slist_find(clients, client)) { in a2dp_discovery_complete()
Dtelephony-maemo6.c1110 if (!g_slist_find(active_calls, call)) in call_set_status()
Dtelephony-maemo5.c1093 if (!g_slist_find(active_calls, call)) in handle_call_status()
/external/bluetooth/bluez/health/
Dhdp.c729 if (!g_slist_find(dev->channels, hdp_chan)) in health_channel_destroy()
961 if (!g_slist_find(dev->channels, chan)) in hdp_mcap_mdl_connected_cb()
1044 if (!g_slist_find(dev->channels, dev->ndc)) in hdp_mcap_mdl_aborted_cb()
Dmcap.c622 l = g_slist_find(mcl->mdls, mdl); in mcap_delete_mdl()
/external/bluetooth/bluez/src/
Dadapter.c3679 if (g_slist_find(adapter->connections, device)) { in adapter_add_connection()
3694 if (!g_slist_find(adapter->connections, device)) { in adapter_remove_connection()
3803 if (!g_slist_find(adapter->connections, device)) in adapter_authorize()
Ddevice.c753 if (!g_slist_find(device->watches, data)) in device_request_disconnect()
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt1884 g_slist_find
/external/bluetooth/glib/gobject/
Dgobject.c1093 in_construction = g_slist_find (construction_objects, object) != NULL; in object_in_construction_list()