HomeSort by relevance Sort by last modified time
    Searched refs:GDestroyNotify (Results 51 - 69 of 69) sorted by null

1 23

  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
VideoSinkGStreamer.cpp 223 (GDestroyNotify)gst_object_unref);
WebKitWebSourceGStreamer.cpp 625 priv->needDataID = g_timeout_add_full(G_PRIORITY_DEFAULT, 0, (GSourceFunc) webKitWebSrcNeedDataMainCb, gst_object_ref(src), (GDestroyNotify) gst_object_unref);
656 priv->enoughDataID = g_timeout_add_full(G_PRIORITY_DEFAULT, 0, (GSourceFunc) webKitWebSrcEnoughDataMainCb, gst_object_ref(src), (GDestroyNotify) gst_object_unref);
688 priv->seekID = g_timeout_add_full(G_PRIORITY_DEFAULT, 0, (GSourceFunc) webKitWebSrcSeekMainCb, gst_object_ref(src), (GDestroyNotify) gst_object_unref);
  /external/bluetooth/glib/gio/
gfile.c     [all...]
gdesktopappinfo.c     [all...]
gfileenumerator.c 680 g_simple_async_result_set_op_res_gpointer (res, op, (GDestroyNotify) next_async_op_free);
gfilemonitor.c 259 NULL, (GDestroyNotify) rate_limiter_free);
glocalfileinfo.c 1069 uid_cache = g_hash_table_new_full (NULL, NULL, NULL, (GDestroyNotify)uid_data_free);
1157 gid_cache = g_hash_table_new_full (NULL, NULL, NULL, (GDestroyNotify)g_free);
    [all...]
  /external/bluetooth/glib/gobject/
gobject.c     [all...]
gparam.c 516 GDestroyNotify destroy)
521 g_datalist_id_set_data_full (&pspec->qdata, quark, data, data ? destroy : (GDestroyNotify) NULL);
    [all...]
gsignal.c 866 GDestroyNotify destroy = hook->destroy;
883 * @data_destroy: a #GDestroyNotify for @hook_data.
896 GDestroyNotify data_destroy)
    [all...]
  /external/bluetooth/glib/glib/
gmain.c 169 GDestroyNotify notify;
975 GDestroyNotify notify)
    [all...]
gtestutils.c 64 GDestroyNotify destroy_func;
    [all...]
giochannel.c 543 GDestroyNotify notify)
    [all...]
  /external/bluetooth/glib/gio/fen/
fen-node.c 372 NULL, (GDestroyNotify)node_delete);
  /external/bluetooth/bluez/attrib/
gatt.c 567 GDestroyNotify notify, gpointer user_data)
  /external/bluetooth/bluez/health/
hdp.c     [all...]
  /external/webkit/Source/WebCore/platform/network/soup/
ResourceHandleSoup.cpp 538 reinterpret_cast<GDestroyNotify>(g_mapped_file_unref));
  /external/bluetooth/bluez/src/
device.c 75 GDestroyNotify destroy;
910 GDestroyNotify destroy)
    [all...]
  /external/bluetooth/glib/tests/
sequence-test.c 11 GDestroyNotify data_destroy_notify;

Completed in 689 milliseconds

1 23