Home
last modified time | relevance | path

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

/external/bluetooth/glib/gio/tests/
Dsimple-async-result.c50 callback_func (GObject *source, in callback_func() function
69 result = g_simple_async_result_new (a, callback_func, b, test_simple_async); in test_simple_async()
78 g_assert (!g_simple_async_result_is_valid (got_result, b, callback_func)); in test_simple_async()
84 result = g_simple_async_result_new (a, callback_func, b, test_simple_async); in test_simple_async()
/external/bluetooth/glib/gobject/
Dgclosure.c817 g_cclosure_new (GCallback callback_func, in g_cclosure_new() argument
823 g_return_val_if_fail (callback_func != NULL, NULL); in g_cclosure_new()
828 ((GCClosure*) closure)->callback = (gpointer) callback_func; in g_cclosure_new()
845 g_cclosure_new_swap (GCallback callback_func, in g_cclosure_new_swap() argument
851 g_return_val_if_fail (callback_func != NULL, NULL); in g_cclosure_new_swap()
856 ((GCClosure*) closure)->callback = (gpointer) callback_func; in g_cclosure_new_swap()
Dgclosure.h192 GClosure* g_cclosure_new (GCallback callback_func,
195 GClosure* g_cclosure_new_swap (GCallback callback_func,
Dgobject.h499 GClosure* g_cclosure_new_object (GCallback callback_func,
501 GClosure* g_cclosure_new_object_swap (GCallback callback_func,
Dgobject.c3089 g_cclosure_new_object (GCallback callback_func, in g_cclosure_new_object() argument
3096 g_return_val_if_fail (callback_func != NULL, NULL); in g_cclosure_new_object()
3098 closure = g_cclosure_new (callback_func, object, NULL); in g_cclosure_new_object()
3118 g_cclosure_new_object_swap (GCallback callback_func, in g_cclosure_new_object_swap() argument
3125 g_return_val_if_fail (callback_func != NULL, NULL); in g_cclosure_new_object_swap()
3127 closure = g_cclosure_new_swap (callback_func, object, NULL); in g_cclosure_new_object_swap()