Home
last modified time | relevance | path

Searched refs:wl_map (Results 1 – 8 of 8) sorted by relevance

/external/wayland/src/
Dwayland-private.h69 struct wl_map { struct
81 wl_map_init(struct wl_map *map, uint32_t side); argument
84 wl_map_release(struct wl_map *map);
87 wl_map_insert_new(struct wl_map *map, uint32_t flags, void *data);
90 wl_map_insert_at(struct wl_map *map, uint32_t flags, uint32_t i, void *data);
93 wl_map_reserve_new(struct wl_map *map, uint32_t i);
96 wl_map_remove(struct wl_map *map, uint32_t i);
99 wl_map_lookup(struct wl_map *map, uint32_t i);
102 wl_map_lookup_flags(struct wl_map *map, uint32_t i);
105 wl_map_for_each(struct wl_map *map, wl_iterator_func_t func, void *data);
[all …]
Dwayland-util.c179 wl_map_init(struct wl_map *map, uint32_t side) in wl_map_init()
186 wl_map_release(struct wl_map *map) in wl_map_release()
193 wl_map_insert_new(struct wl_map *map, uint32_t flags, void *data) in wl_map_insert_new()
225 wl_map_insert_at(struct wl_map *map, uint32_t flags, uint32_t i, void *data) in wl_map_insert_at()
253 wl_map_reserve_new(struct wl_map *map, uint32_t i) in wl_map_reserve_new()
292 wl_map_remove(struct wl_map *map, uint32_t i) in wl_map_remove()
316 wl_map_lookup(struct wl_map *map, uint32_t i) in wl_map_lookup()
339 wl_map_lookup_flags(struct wl_map *map, uint32_t i) in wl_map_lookup_flags()
381 wl_map_for_each(struct wl_map *map, wl_iterator_func_t func, void *data) in wl_map_for_each()
Dconnection.c690 struct wl_map *objects, in wl_connection_demarshal()
867 wl_object_is_zombie(struct wl_map *map, uint32_t id) in wl_object_is_zombie()
884 wl_closure_lookup_objects(struct wl_closure *closure, struct wl_map *objects) in wl_closure_lookup_objects()
Dwayland-server.c80 struct wl_map objects;
702 struct wl_map *map = &resource->client->objects; in resource_is_deprecated()
Dwayland-client.c102 struct wl_map objects;
/external/wayland/tests/
Dmap-test.c35 struct wl_map map; in TEST()
61 struct wl_map map; in TEST()
77 struct wl_map map; in TEST()
105 struct wl_map map; in TEST()
Dconnection-test.c395 struct wl_map objects; in demarshal()
467 struct wl_map objects; in marshal_demarshal()
542 struct wl_map objects; in expected_fail_demarshal()
Dos-wrappers-test.c239 struct wl_map objects; in marshal_demarshal()