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

  /external/bluetooth/glib/gio/tests/
simple-async-result.c 75 g_assert (g_simple_async_result_is_valid (got_result, a, test_simple_async));
76 g_assert (!g_simple_async_result_is_valid (got_result, b, test_simple_async));
77 g_assert (!g_simple_async_result_is_valid (got_result, c, test_simple_async));
78 g_assert (!g_simple_async_result_is_valid (got_result, b, callback_func));
79 g_assert (!g_simple_async_result_is_valid ((gpointer) a, NULL, NULL));
  /external/bluetooth/glib/gio/
gsimpleasyncresult.h 105 gboolean g_simple_async_result_is_valid (GAsyncResult *result,
gdatainputstream.c     [all...]
gfilterinputstream.c 490 g_return_val_if_fail (g_simple_async_result_is_valid (
gfilteroutputstream.c 476 g_return_val_if_fail (g_simple_async_result_is_valid (
gsimpleasyncresult.c 700 * g_simple_async_result_is_valid:
719 g_simple_async_result_is_valid (GAsyncResult *result, function
gio.symbols 645 g_simple_async_result_is_valid

Completed in 169 milliseconds