HomeSort by relevance Sort by last modified time
    Searched refs:GDestroyNotify (Results 1 - 25 of 69) 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);
  /external/bluetooth/bluez/src/
agent.h 46 GDestroyNotify destroy);
50 GDestroyNotify destroy);
54 GDestroyNotify destroy);
58 GDestroyNotify destroy);
62 void *user_data, GDestroyNotify destroy);
66 void *user_data, GDestroyNotify destroy);
  /external/bluetooth/bluez/btio/
btio.h 83 GDestroyNotify destroy, GError **err);
92 gpointer user_data, GDestroyNotify destroy,
97 GDestroyNotify destroy, GError **err,
btio.c 69 GDestroyNotify destroy;
75 GDestroyNotify destroy;
82 GDestroyNotify destroy;
208 GDestroyNotify destroy)
221 (GDestroyNotify) server_remove);
225 gpointer user_data, GDestroyNotify destroy)
237 (GDestroyNotify) connect_remove);
241 GDestroyNotify destroy)
253 (GDestroyNotify) accept_remove);
1181 GDestroyNotify destroy, GError **err
    [all...]
  /external/bluetooth/bluez/health/
hdp_util.h 39 gpointer data, GDestroyNotify destroy,
45 GDestroyNotify destroy,
50 GDestroyNotify destroy,
mcap_lib.h 125 GDestroyNotify destroy,
130 GDestroyNotify destroy,
135 GDestroyNotify destroy,
140 GDestroyNotify destroy,
147 GDestroyNotify destroy,
152 GDestroyNotify destroy,
168 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/bluez/attrib/
gattrib.h 53 GDestroyNotify destroy, gpointer user_data);
57 gpointer user_data, GDestroyNotify notify);
67 GDestroyNotify notify);
gatt.h 45 GDestroyNotify notify, gpointer user_data);
gattrib.c 52 GDestroyNotify destroy;
67 GDestroyNotify notify;
75 GDestroyNotify notify;
238 GDestroyNotify destroy, gpointer user_data)
425 gpointer user_data, GDestroyNotify notify)
555 GDestroyNotify notify)
  /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);
  /external/webkit/Source/WebKit2/Platform/gtk/
RunLoopGtk.cpp 119 reinterpret_cast<GDestroyNotify>(&RunLoop::TimerBase::destroyNotifyCallback));
  /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 171 milliseconds

1 2 3