Searched refs:connection_send_with_reply_and_block (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/SDL2/src/core/linux/ |
A D | SDL_dbus.c | 50 SDL_DBUS_SYM(connection_send_with_reply_and_block); in LoadDBUSSyms() 205 … DBusMessage *reply = dbus.connection_send_with_reply_and_block(conn, msg, 300, NULL); in SDL_DBus_CallMethodInternal() 306 … DBusMessage *reply = dbus.connection_send_with_reply_and_block(conn, msg, 300, NULL); in SDL_DBus_QueryPropertyOnConnection()
|
A D | SDL_dbus.h | 47 …DBusMessage *(*connection_send_with_reply_and_block)(DBusConnection *, DBusMessage *, int, DBusErr… member
|
A D | SDL_fcitx.c | 227 reply = dbus->connection_send_with_reply_and_block(dbus->session_conn, msg, 300, NULL); in FcitxCreateInputContext()
|
Completed in 5 milliseconds