Searched refs:g_slist_find (Results 1 – 18 of 18) sorted by relevance
/external/bluetooth/glib/glib/ |
D | gslist.h | 83 GSList* g_slist_find (GSList *list,
|
D | gthread.c | 209 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()
|
D | gslist.c | 569 g_slist_find (GSList *list, in g_slist_find() function
|
D | galiasdef.c | 2525 #undef g_slist_find 2526 extern __typeof (g_slist_find) g_slist_find __attribute((alias("IA__g_slist_find"), visibility("def…
|
D | galias.h | 2518 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/ |
D | watch.c | 410 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/ |
D | avdtp.c | 3506 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()
|
D | media.c | 111 if (g_slist_find(adapter->endpoints, endpoint) == NULL) in media_endpoint_remove()
|
D | a2dp.c | 1678 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()
|
D | unix.c | 182 if (!g_slist_find(clients, client)) in unix_ipc_error() 633 if (!g_slist_find(clients, client)) { in a2dp_discovery_complete()
|
D | telephony-maemo6.c | 1110 if (!g_slist_find(active_calls, call)) in call_set_status()
|
D | telephony-maemo5.c | 1093 if (!g_slist_find(active_calls, call)) in handle_call_status()
|
/external/bluetooth/bluez/health/ |
D | hdp.c | 729 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()
|
D | mcap.c | 622 l = g_slist_find(mcl->mdls, mdl); in mcap_delete_mdl()
|
/external/bluetooth/bluez/src/ |
D | adapter.c | 3679 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()
|
D | device.c | 753 if (!g_slist_find(device->watches, data)) in device_request_disconnect()
|
/external/bluetooth/glib/docs/reference/glib/ |
D | glib-sections.txt | 1884 g_slist_find
|
/external/bluetooth/glib/gobject/ |
D | gobject.c | 1093 in_construction = g_slist_find (construction_objects, object) != NULL; in object_in_construction_list()
|