Home
last modified time | relevance | path

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

/third_party/weston/clients/
Divi-shell-user-interface.c189 struct wlContextStruct *pWlCtxSt = NULL; in getIdOfWlSurface() local
194 wl_list_for_each(pWlCtxSt, &pCtx->list_wlContextStruct, link) { in getIdOfWlSurface()
195 if (pWlCtxSt->wlSurface == wlSurface) in getIdOfWlSurface()
196 return pWlCtxSt->id_surface; in getIdOfWlSurface()
1227 struct wlContextStruct *pWlCtxSt = NULL; in main() local
1328 wl_list_for_each(pWlCtxSt, &wlCtxCommon.list_wlContextStruct, link) { in main()
1329 destroyWLContextStruct(pWlCtxSt); in main()