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

  /external/bluetooth/glib/gio/
gunixinputstream.c 568 close_async_cb (CloseAsyncData *data) function
637 g_source_set_callback (idle, (GSourceFunc)close_async_cb, data, close_async_data_free);
gunixoutputstream.c 524 close_async_cb (CloseAsyncData *data) function
593 g_source_set_callback (idle, (GSourceFunc)close_async_cb, data, g_free);

Completed in 55 milliseconds