Home
last modified time | relevance | path

Searched defs:resource (Results 1 – 8 of 8) sorted by relevance

/device/google/cuttlefish/host/libs/wayland/
Dwayland_utils.h29 T* GetUserData(wl_resource* resource) { in GetUserData()
37 void DestroyUserData(wl_resource* resource) { in DestroyUserData()
Dwayland_seat.cpp120 void seat_release(wl_client*, wl_resource* resource) { in seat_release()
137 wl_resource* resource = in bind_seat() local
Dwayland_virtio_gpu_metadata.cpp71 wl_resource* resource = in bind_virtio_gpu_metadata() local
Dwayland_subcompositor.cpp116 wl_resource* resource = in bind_subcompositor() local
Dwayland_dmabuf.cpp150 wl_resource* resource = in bind_linux_dmabuf() local
Dwayland_compositor.cpp236 wl_resource* resource = in bind_compositor() local
/device/google/cuttlefish/host/commands/secure_env/
Dtpm_resource_manager.cpp34 ESYS_TR resource) in ObjectSlot()
57 void TpmResourceManager::ObjectSlot::set(ESYS_TR resource) { in set()
/device/google/cuttlefish/common/libs/utils/
Dunique_resource_allocator.h78 Reservation(UniqueResourceAllocator& resource_pool, const T& resource) in Reservation()