Home
last modified time | relevance | path

Searched refs:wl_map_lookup_flags (Results 1 – 5 of 5) sorted by relevance

/external/wayland/tests/
Dmap-test.c117 assert(wl_map_lookup_flags(&map, i) == 0); in TEST()
118 assert(wl_map_lookup_flags(&map, j) == 1); in TEST()
/external/wayland/src/
Dwayland-private.h102 wl_map_lookup_flags(struct wl_map *map, uint32_t i);
Dwayland-util.c339 wl_map_lookup_flags(struct wl_map *map, uint32_t i) in wl_map_lookup_flags() function
Dwayland-server.c376 resource_flags = wl_map_lookup_flags(&client->objects, p[0]); in wl_client_connection_data()
706 if (wl_map_lookup_flags(map, id) & WL_MAP_ENTRY_LEGACY) in resource_is_deprecated()
740 flags = wl_map_lookup_flags(&client->objects, id); in wl_resource_destroy()
Dconnection.c879 flags = wl_map_lookup_flags(map, id); in wl_object_is_zombie()