Home
last modified time | relevance | path

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

/external/wayland/tests/
Dmap-test.c38 wl_map_init(&map, WL_MAP_SERVER_SIDE); in TEST()
80 wl_map_init(&map, WL_MAP_SERVER_SIDE); in TEST()
108 wl_map_init(&map, WL_MAP_SERVER_SIDE); in TEST()
Dconnection-test.c367 wl_map_init(&objects, WL_MAP_SERVER_SIDE); in demarshal()
448 wl_map_init(&objects, WL_MAP_SERVER_SIDE); in marshal_demarshal()
Dos-wrappers-test.c255 wl_map_init(&objects, WL_MAP_SERVER_SIDE); in marshal_demarshal()
/external/wayland/src/
Dwayland-util.c267 if (map->side == WL_MAP_SERVER_SIDE) in wl_map_reserve_new()
300 if (map->side == WL_MAP_SERVER_SIDE) in wl_map_remove()
Dwayland-private.h48 #define WL_MAP_SERVER_SIDE 0 macro
Dwayland-server.c478 wl_map_init(&client->objects, WL_MAP_SERVER_SIDE); in wl_client_create()