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

  /external/wayland/tests/
map-test.c 38 wl_map_init(&map, WL_MAP_SERVER_SIDE);
51 wl_map_init(&map, WL_MAP_CLIENT_SIDE);
64 wl_map_init(&map, WL_MAP_CLIENT_SIDE);
80 wl_map_init(&map, WL_MAP_SERVER_SIDE);
108 wl_map_init(&map, WL_MAP_SERVER_SIDE);
os-wrappers-test.c 255 wl_map_init(&objects, WL_MAP_SERVER_SIDE);
connection-test.c 367 wl_map_init(&objects, WL_MAP_SERVER_SIDE);
448 wl_map_init(&objects, WL_MAP_SERVER_SIDE);
  /external/wayland/src/
wayland-private.h 85 wl_map_init(struct wl_map *map, uint32_t side);
wayland-util.c 181 wl_map_init(struct wl_map *map, uint32_t side) function
wayland-client.c 934 wl_map_init(&display->objects, WL_MAP_CLIENT_SIDE);
    [all...]
wayland-server.c 478 wl_map_init(&client->objects, WL_MAP_SERVER_SIDE);
    [all...]

Completed in 551 milliseconds