Searched refs:wl_buffer_put (Results 1 – 1 of 1) sorted by relevance
/external/wayland/src/ |
D | connection.c | 67 wl_buffer_put(struct wl_buffer *b, const void *data, size_t count) in wl_buffer_put() function 260 } else if (wl_buffer_put(buffer, CMSG_DATA(cmsg), size) < 0) { in decode_cmsg() 373 if (wl_buffer_put(&connection->out, data, count) < 0) in wl_connection_write() 392 return wl_buffer_put(&connection->out, data, count); in wl_connection_queue() 423 return wl_buffer_put(&connection->fds_out, &fd, sizeof fd); in wl_connection_put_fd()
|