Home
last modified time | relevance | path

Searched refs:wl_map_lookup (Results 1 – 6 of 6) sorted by relevance

/external/wayland/tests/
Dmap-test.c46 assert(wl_map_lookup(&map, i) == &a); in TEST()
47 assert(wl_map_lookup(&map, j) == &b); in TEST()
48 assert(wl_map_lookup(&map, k) == &c); in TEST()
54 assert(wl_map_lookup(&map, i) == &a); in TEST()
69 assert(wl_map_lookup(&map, WL_SERVER_ID_START) == &a); in TEST()
70 assert(wl_map_lookup(&map, WL_SERVER_ID_START + 1) == &c); in TEST()
88 assert(wl_map_lookup(&map, i) == &a); in TEST()
89 assert(wl_map_lookup(&map, j) == &b); in TEST()
90 assert(wl_map_lookup(&map, k) == &c); in TEST()
93 assert(wl_map_lookup(&map, j) == NULL); in TEST()
[all …]
/external/wayland/src/
Dwayland-private.h103 wl_map_lookup(struct wl_map *map, uint32_t i);
Dwayland-util.c318 wl_map_lookup(struct wl_map *map, uint32_t i) in wl_map_lookup() function
Dwayland-client.c835 proxy = wl_map_lookup(&display->objects, id); in display_handle_delete_id()
1230 proxy = wl_map_lookup(&display->objects, id); in queue_event()
Dwayland-server.c314 resource = wl_map_lookup(&client->objects, p[0]); in wl_client_connection_data()
583 return wl_map_lookup(&client->objects, id); in wl_client_get_object()
Dconnection.c820 object = wl_map_lookup(objects, id); in wl_closure_lookup_objects()