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

  /external/wayland/tests/
map-test.c 65 assert(wl_map_insert_at(&map, 0, WL_SERVER_ID_START, &a) == 0);
66 assert(wl_map_insert_at(&map, 0, WL_SERVER_ID_START + 3, &b) == -1);
67 assert(wl_map_insert_at(&map, 0, WL_SERVER_ID_START + 1, &c) == 0);
  /external/wayland/src/
wayland-private.h 66 /* Flags for wl_map_insert_new and wl_map_insert_at. Flags can be queried with
94 wl_map_insert_at(struct wl_map *map, uint32_t flags, uint32_t i, void *data);
wayland-server.c 480 if (wl_map_insert_at(&client->objects, 0, 0, NULL) < 0)
633 wl_map_insert_at(&client->objects, 0, id, NULL);
    [all...]
wayland-util.c 227 wl_map_insert_at(struct wl_map *map, uint32_t flags, uint32_t i, void *data) function
wayland-client.c 400 wl_map_insert_at(&display->objects, 0, id, proxy);
411 wl_map_insert_at(&proxy->display->objects, 0,
414 wl_map_insert_at(&proxy->display->objects, 0,
    [all...]

Completed in 144 milliseconds