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

  /external/wayland/tests/
connection-test.c 79 assert(wl_connection_flush(connection) == sizeof message);
121 assert(wl_connection_flush(connection) == 0);
123 assert(wl_connection_flush(connection) == 2 * sizeof message);
180 assert(wl_connection_flush(data->write_connection) == size);
444 assert(wl_connection_flush(data->write_connection) == size);
os-wrappers-test.c 251 assert(wl_connection_flush(data->write_connection) == size);
  /external/wayland/src/
wayland-private.h 124 wl_connection_flush(struct wl_connection *connection);
connection.c 274 wl_connection_flush(struct wl_connection *connection) function
369 if (wl_connection_flush(connection) < 0)
388 if (wl_connection_flush(connection) < 0)
419 if (wl_connection_flush(connection) < 0)
wayland-server.c 288 len = wl_connection_flush(connection);
406 wl_connection_flush(client->connection);
1121 ret = wl_connection_flush(client->connection);
    [all...]
wayland-client.c     [all...]

Completed in 115 milliseconds