Home
last modified time | relevance | path

Searched refs:destroy_func (Results 1 – 5 of 5) sorted by relevance

/external/bluetooth/glib/glib/
Dgdataset.c64 GDestroyNotify destroy_func; member
81 GDestroyNotify destroy_func,
117 if (prev->destroy_func) in g_datalist_clear_i()
120 prev->destroy_func (prev->data); in g_datalist_clear_i()
203 GDestroyNotify destroy_func, in g_data_set_internal() argument
239 if (list->destroy_func && !destroy_func) in g_data_set_internal()
242 list->destroy_func (list->data); in g_data_set_internal()
263 if (!list->destroy_func) in g_data_set_internal()
266 list->destroy_func = destroy_func; in g_data_set_internal()
273 dfunc = list->destroy_func; in g_data_set_internal()
[all …]
Dgdataset.h53 GDestroyNotify destroy_func);
99 GDestroyNotify destroy_func);
Dgtestutils.c64 GDestroyNotify destroy_func; member
1094 g_test_queue_destroy (GDestroyNotify destroy_func, in g_test_queue_destroy() argument
1098 g_return_if_fail (destroy_func != NULL); in g_test_queue_destroy()
1100 dentry->destroy_func = destroy_func; in g_test_queue_destroy()
1136 dentry->destroy_func (dentry->destroy_data); in test_case_run()
Dgtestutils.h127 void g_test_queue_destroy (GDestroyNotify destroy_func,
/external/bluetooth/bluez/gdbus/
Dwatch.c59 GDBusDestroyFunction destroy_func; member
296 if (cb->destroy_func) in filter_data_call_and_free()
297 cb->destroy_func(cb->user_data); in filter_data_call_and_free()
319 cb->destroy_func = destroy; in filter_data_add_callback()
364 if (cb->destroy_func) in filter_data_remove_callback()
365 cb->destroy_func(cb->user_data); in filter_data_remove_callback()