Searched refs:input_ctx_path (Results 1 – 1 of 1) sorted by relevance
/AliOS-Things-master/components/SDL2/src/core/linux/ |
A D | SDL_ibus.c | 44 static char *input_ctx_path = NULL; variable 302 …SDL_DBus_CallVoidMethodOnConnection(ibus_conn, IBUS_SERVICE, input_ctx_path, IBUS_INPUT_INTERFACE,… in IBus_SetCapabilities() 337 SDL_free(input_ctx_path); in IBus_SetupConnection() 338 input_ctx_path = SDL_strdup(path); in IBus_SetupConnection() 342 … dbus->connection_try_register_object_path(ibus_conn, input_ctx_path, &ibus_vtable, dbus, NULL); in IBus_SetupConnection() 450 if (input_ctx_path) { in SDL_IBus_Quit() 451 SDL_free(input_ctx_path); in SDL_IBus_Quit() 452 input_ctx_path = NULL; in SDL_IBus_Quit() 483 …SDL_DBus_CallVoidMethodOnConnection(ibus_conn, IBUS_SERVICE, input_ctx_path, IBUS_INPUT_INTERFACE,… in IBus_SimpleMessage() 508 …if (!SDL_DBus_CallMethodOnConnection(ibus_conn, IBUS_SERVICE, input_ctx_path, IBUS_INPUT_INTERFACE… in SDL_IBus_ProcessKeyEvent() [all …]
|
Completed in 3 milliseconds