Searched refs:write_connection (Results 1 – 2 of 2) sorted by relevance
206 struct wl_connection *write_connection; member227 data->write_connection = wl_connection_create(data->s[1]); in setup_marshal_data()228 assert(data->write_connection); in setup_marshal_data()249 assert(wl_closure_send(closure, data->write_connection) == 0); in marshal_demarshal()251 assert(wl_connection_flush(data->write_connection) == size); in marshal_demarshal()
170 struct wl_connection *write_connection; member188 data->write_connection = wl_connection_create(data->s[1]); in setup_marshal_data()189 assert(data->write_connection); in setup_marshal_data()196 close(wl_connection_destroy(data->write_connection)); in release_marshal_data()213 assert(wl_closure_send(closure, data->write_connection) == 0); in marshal()215 assert(wl_connection_flush(data->write_connection) == size); in marshal()298 assert(wl_closure_send(closure, data->write_connection) < 0); in expected_fail_marshal_send()477 assert(wl_closure_send(closure, data->write_connection) == 0); in marshal_demarshal()479 assert(wl_connection_flush(data->write_connection) == size); in marshal_demarshal()