HomeSort by relevance Sort by last modified time
    Searched refs:wl_map_lookup (Results 1 - 6 of 6) sorted by null

  /external/wayland/tests/
map-test.c 46 assert(wl_map_lookup(&map, i) == &a);
47 assert(wl_map_lookup(&map, j) == &b);
48 assert(wl_map_lookup(&map, k) == &c);
54 assert(wl_map_lookup(&map, i) == &a);
69 assert(wl_map_lookup(&map, WL_SERVER_ID_START) == &a);
70 assert(wl_map_lookup(&map, WL_SERVER_ID_START + 1) == &c);
88 assert(wl_map_lookup(&map, i) == &a);
89 assert(wl_map_lookup(&map, j) == &b);
90 assert(wl_map_lookup(&map, k) == &c);
93 assert(wl_map_lookup(&map, j) == NULL)
    [all...]
  /external/wayland/src/
wayland-private.h 103 wl_map_lookup(struct wl_map *map, uint32_t i);
wayland-util.c 318 wl_map_lookup(struct wl_map *map, uint32_t i) function
wayland-client.c 835 proxy = wl_map_lookup(&display->objects, id);
    [all...]
wayland-server.c 314 resource = wl_map_lookup(&client->objects, p[0]);
583 return wl_map_lookup(&client->objects, id);
    [all...]
connection.c 820 object = wl_map_lookup(objects, id);

Completed in 236 milliseconds