Searched refs:wl_map (Results 1 – 8 of 8) sorted by relevance
/external/wayland/src/ |
D | wayland-private.h | 74 struct wl_map { struct 85 wl_map_init(struct wl_map *map, uint32_t side); argument 88 wl_map_release(struct wl_map *map); 91 wl_map_insert_new(struct wl_map *map, uint32_t flags, void *data); 94 wl_map_insert_at(struct wl_map *map, uint32_t flags, uint32_t i, void *data); 97 wl_map_reserve_new(struct wl_map *map, uint32_t i); 100 wl_map_remove(struct wl_map *map, uint32_t i); 103 wl_map_lookup(struct wl_map *map, uint32_t i); 106 wl_map_lookup_flags(struct wl_map *map, uint32_t i); 109 wl_map_for_each(struct wl_map *map, wl_iterator_func_t func, void *data); [all …]
|
D | wayland-util.c | 181 wl_map_init(struct wl_map *map, uint32_t side) in wl_map_init() 188 wl_map_release(struct wl_map *map) in wl_map_release() 195 wl_map_insert_new(struct wl_map *map, uint32_t flags, void *data) in wl_map_insert_new() 227 wl_map_insert_at(struct wl_map *map, uint32_t flags, uint32_t i, void *data) in wl_map_insert_at() 255 wl_map_reserve_new(struct wl_map *map, uint32_t i) in wl_map_reserve_new() 294 wl_map_remove(struct wl_map *map, uint32_t i) in wl_map_remove() 318 wl_map_lookup(struct wl_map *map, uint32_t i) in wl_map_lookup() 341 wl_map_lookup_flags(struct wl_map *map, uint32_t i) in wl_map_lookup_flags() 383 wl_map_for_each(struct wl_map *map, wl_iterator_func_t func, void *data) in wl_map_for_each()
|
D | connection.c | 624 struct wl_map *objects, in wl_connection_demarshal() 801 wl_closure_lookup_objects(struct wl_closure *closure, struct wl_map *objects) in wl_closure_lookup_objects()
|
D | wayland-client.c | 103 struct wl_map objects;
|
D | wayland-server.c | 80 struct wl_map objects;
|
/external/wayland/tests/ |
D | map-test.c | 35 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()
|
D | connection-test.c | 360 struct wl_map objects; in demarshal() 432 struct wl_map objects; in marshal_demarshal()
|
D | os-wrappers-test.c | 239 struct wl_map objects; in marshal_demarshal()
|