HomeSort by relevance Sort by last modified time
    Searched refs:GDestroyNotify (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/bluetooth/glib/gio/
gioscheduler.h 37 GDestroyNotify notify,
44 GDestroyNotify notify);
48 GDestroyNotify notify);
gmemoryinputstream.h 74 GDestroyNotify destroy);
78 GDestroyNotify destroy);
gioscheduler.c 54 GDestroyNotify destroy_notify;
210 * @notify: a #GDestroyNotify for @user_data, or %NULL
227 GDestroyNotify notify,
303 GDestroyNotify notify;
346 * @notify: a #GDestroyNotify for @user_data, or %NULL
358 GDestroyNotify notify)
409 * @notify: a #GDestroyNotify for @user_data, or %NULL
425 GDestroyNotify notify)
453 (GDestroyNotify)mainloop_proxy_free);
gmemoryoutputstream.h 90 GDestroyNotify destroy);
gsimpleasyncresult.h 69 GDestroyNotify destroy_op_res);
gmemoryinputstream.c 50 GDestroyNotify destroy;
218 GDestroyNotify destroy)
243 GDestroyNotify destroy)
gloadableicon.c 255 g_simple_async_result_set_op_res_gpointer (res, data, (GDestroyNotify) load_data_free);
  /external/bluetooth/bluez/src/
agent.h 51 GDestroyNotify destroy);
55 GDestroyNotify destroy);
59 GDestroyNotify destroy);
63 GDestroyNotify destroy);
67 GDestroyNotify destroy);
71 void *user_data, GDestroyNotify destroy);
75 void *user_data, GDestroyNotify destroy);
btio.h 78 GDestroyNotify destroy, GError **err);
87 gpointer user_data, GDestroyNotify destroy,
92 GDestroyNotify destroy, GError **err,
agent.c 84 GDestroyNotify destroy;
221 GDestroyNotify destroy)
339 GDestroyNotify destroy)
394 GDestroyNotify destroy)
515 GDestroyNotify destroy)
568 GDestroyNotify destroy)
672 GDestroyNotify destroy)
778 GDestroyNotify destroy)
837 void *user_data, GDestroyNotify destroy)
894 GDestroyNotify destroy
    [all...]
btio.c 66 GDestroyNotify destroy;
72 GDestroyNotify destroy;
79 GDestroyNotify destroy;
205 GDestroyNotify destroy)
218 (GDestroyNotify) server_remove);
222 gpointer user_data, GDestroyNotify destroy)
234 (GDestroyNotify) connect_remove);
238 GDestroyNotify destroy)
250 (GDestroyNotify) accept_remove);
1050 GDestroyNotify destroy, GError **err
    [all...]
device.h 102 GDestroyNotify destroy);
  /external/bluetooth/bluez/test/
btiotest.c 151 (GDestroyNotify) io_data_unref);
158 (GDestroyNotify) io_data_unref);
176 (GDestroyNotify) io_data_unref, NULL)) {
211 (GDestroyNotify) io_data_unref,
223 (GDestroyNotify) io_data_unref);
239 (GDestroyNotify) io_data_unref,
248 (GDestroyNotify) io_data_unref,
286 data, (GDestroyNotify) io_data_unref,
295 data, (GDestroyNotify) io_data_unref,
323 (GDestroyNotify) io_data_unref
    [all...]
  /external/bluetooth/glib/glib/
gtree.h 51 GDestroyNotify key_destroy_func,
52 GDestroyNotify value_destroy_func);
gmain.h 197 GDestroyNotify notify);
264 GDestroyNotify notify);
272 GDestroyNotify notify);
280 GDestroyNotify notify);
289 GDestroyNotify notify);
goption.h 128 GDestroyNotify destroy_notify);
145 GDestroyNotify destroy);
157 GDestroyNotify destroy_notify);
gdataset.c 64 GDestroyNotify destroy_func;
81 GDestroyNotify destroy_func,
203 GDestroyNotify destroy_func,
270 register GDestroyNotify dfunc;
307 GDestroyNotify destroy_func)
345 GDestroyNotify destroy_func)
381 ret_data = g_data_set_internal (&dataset->datalist, key_id, NULL, (GDestroyNotify) 42, dataset);
398 ret_data = g_data_set_internal (datalist, key_id, NULL, (GDestroyNotify) 42, NULL);
gdataset.h 53 GDestroyNotify destroy_func);
99 GDestroyNotify destroy_func);
ghash.h 64 GDestroyNotify key_destroy_func,
65 GDestroyNotify value_destroy_func);
gasyncqueue.h 45 GAsyncQueue* g_async_queue_new_full (GDestroyNotify item_free_func);
gmarkup.h 109 GDestroyNotify user_data_dnotify);
gsequence.h 41 GSequence * g_sequence_new (GDestroyNotify data_destroy);
gthread.c 80 GDestroyNotify destroy;
107 (GPrivate*(*)(GDestroyNotify))g_thread_fail, /* private_new */
441 GDestroyNotify notify)
483 GDestroyNotify ddestroy = node->destroy;
522 GDestroyNotify ddestroy = node->destroy;
ghash.c 72 GDestroyNotify key_destroy_func;
73 GDestroyNotify value_destroy_func;
506 GDestroyNotify key_destroy_func,
507 GDestroyNotify value_destroy_func)
    [all...]
  /external/bluetooth/glib/gthread/
gthread-win32.c 75 static GDestroyNotify g_private_destructors[G_PRIVATE_MAX];
323 g_private_new_win32_impl (GDestroyNotify destructor)
434 GDestroyNotify destructor = g_private_destructors[i];
435 GDestroyNotify data = array[i];

Completed in 335 milliseconds

1 2 3