Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/wayland/
Dwayland_utils.h29 T* GetUserData(wl_resource* resource) { in GetUserData() argument
30 void* data = wl_resource_get_user_data(resource); in GetUserData()
37 void DestroyUserData(wl_resource* resource) { in DestroyUserData() argument
38 std::unique_ptr<T> data(GetUserData<T>(resource)); in DestroyUserData()
39 wl_resource_set_user_data(resource, nullptr); in DestroyUserData()
Dwayland_seat.cpp120 void seat_release(wl_client*, wl_resource* resource) { in seat_release() argument
122 << " resource=" << resource; in seat_release()
124 wl_resource_destroy(resource); in seat_release()
137 wl_resource* resource = in bind_seat() local
141 wl_resource_set_implementation(resource, &seat_implementation, data, nullptr); in bind_seat()
Dwayland_dmabuf.cpp150 wl_resource* resource = in bind_linux_dmabuf() local
154 wl_resource_set_implementation(resource, &zwp_linux_dmabuf_v1_implementation, in bind_linux_dmabuf()
157 zwp_linux_dmabuf_v1_send_format(resource, DRM_FORMAT_ARGB8888); in bind_linux_dmabuf()
Dwayland_virtio_gpu_metadata.cpp71 wl_resource* resource = in bind_virtio_gpu_metadata() local
74 wl_resource_set_implementation(resource, &virtio_gpu_metadata_implementation, in bind_virtio_gpu_metadata()
Dwayland_subcompositor.cpp116 wl_resource* resource = in bind_subcompositor() local
119 wl_resource_set_implementation(resource, &subcompositor_implementation, data, in bind_subcompositor()
Dwayland_compositor.cpp236 wl_resource* resource = in bind_compositor() local
240 wl_resource_set_implementation(resource, &compositor_implementation, data, in bind_compositor()
/device/generic/common/
DREADME.md39 Some devices access the private android framework resource by `@*android:`
41 However, referencing private framework resource IDs from RRO packages in the
43 private framework resource don't have a stable ID, and these vendor RRO
44 packages would be referencing to dangling resource references after GSI is
47 In order to prevent SystemUI crash, GSI adds a runtime resource overlay in
/device/google/cuttlefish/host/commands/secure_env/
Dtpm_resource_manager.cpp34 ESYS_TR resource) in ObjectSlot() argument
35 : resource_manager_(resource_manager), resource_(resource) { in ObjectSlot()
57 void TpmResourceManager::ObjectSlot::set(ESYS_TR resource) { in set() argument
58 resource_ = resource; in set()
Dtpm_resource_manager.h58 void set(ESYS_TR resource);
61 ObjectSlot(TpmResourceManager* resource_manager, ESYS_TR resource);
/device/google/cuttlefish/common/libs/utils/
Dunique_resource_allocator.h78 Reservation(UniqueResourceAllocator& resource_pool, const T& resource) in Reservation() argument
80 resource_(std::addressof(resource)) {} in Reservation()
193 Reservation resource{*this, *(RemoveFromPool(itr))}; in Take()
194 return resource; in Take()
/device/generic/car/emulator/skins/overlays/automotive_ultrawide_cutout/car-ui-toolbar-customizations/
DAndroid.bp24 "car-resource-common",
33 "car-resource-common",
/device/generic/opengl-transport/host/libs/virglrenderer/
DREADME.md84 The Resource structure represents a virglrenderer resource assigned by QEMU.
86 new resource is created. Resources can be owned by the kernel (for example, the
/device/google/trout/tools/tracing/proto/
Dperfetto_trace.proto909 // Daemon's resource usage limits:
1581 // and enables guardrails that limit resource usage for traces requested
5758 // the event like resource ids, shaders, etc.