Searched refs:SDL_DBus_CallMethod (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/SDL2/src/core/linux/ |
A D | SDL_dbus.h | 85 extern SDL_bool SDL_DBus_CallMethod(const char *node, const char *path, const char *interface, cons…
|
A D | SDL_dbus.c | 242 SDL_DBus_CallMethod(const char *node, const char *path, const char *interface, const char *method, … in SDL_DBus_CallMethod() function 357 if (!SDL_DBus_CallMethod(node, path, interface, "Inhibit", in SDL_DBus_ScreensaverInhibit()
|
A D | SDL_fcitx.c | 343 …if (SDL_DBus_CallMethod(FCITX_DBUS_SERVICE, fcitx_client.ic_path, FCITX_IC_DBUS_INTERFACE, "Proces… in SDL_Fcitx_ProcessKeyEvent()
|
Completed in 5 milliseconds