Searched refs:wl_map (Results 1 – 8 of 8) sorted by relevance
/external/wayland/src/ |
D | wayland-private.h | 69 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 …]
|
D | wayland-util.c | 179 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()
|
D | connection.c | 690 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()
|
D | wayland-server.c | 80 struct wl_map objects; 702 struct wl_map *map = &resource->client->objects; in resource_is_deprecated()
|
D | wayland-client.c | 102 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 | 395 struct wl_map objects; in demarshal() 467 struct wl_map objects; in marshal_demarshal() 542 struct wl_map objects; in expected_fail_demarshal()
|
D | os-wrappers-test.c | 239 struct wl_map objects; in marshal_demarshal()
|