HomeSort by relevance Sort by last modified time
    Searched refs:destroy_func (Results 1 - 5 of 5) sorted by null

  /external/bluetooth/glib/glib/
gdataset.c 64 GDestroyNotify destroy_func; member in struct:_GData
81 GDestroyNotify destroy_func,
117 if (prev->destroy_func)
120 prev->destroy_func (prev->data);
203 GDestroyNotify destroy_func,
235 * we use (data==NULL && destroy_func!=NULL) as
239 if (list->destroy_func && !destroy_func)
242 list->destroy_func (list->data);
263 if (!list->destroy_func)
    [all...]
gdataset.h 53 GDestroyNotify destroy_func);
99 GDestroyNotify destroy_func);
gtestutils.c 64 GDestroyNotify destroy_func; member in struct:DestroyEntry
    [all...]
gtestutils.h 127 void g_test_queue_destroy (GDestroyNotify destroy_func,
  /external/bluetooth/bluez/gdbus/
watch.c 50 GDBusDestroyFunction destroy_func; member in struct:filter_callback
264 if (cb->destroy_func)
265 cb->destroy_func(cb->user_data);
287 cb->destroy_func = destroy;
307 if (cb->destroy_func)
308 cb->destroy_func(cb->user_data);

Completed in 1557 milliseconds