/device/google/cuttlefish/host/libs/wayland/ |
D | wayland_utils.h | 29 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()
|
D | wayland_seat.cpp | 120 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()
|
D | wayland_dmabuf.cpp | 150 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()
|
D | wayland_virtio_gpu_metadata.cpp | 71 wl_resource* resource = in bind_virtio_gpu_metadata() local 74 wl_resource_set_implementation(resource, &virtio_gpu_metadata_implementation, in bind_virtio_gpu_metadata()
|
D | wayland_subcompositor.cpp | 116 wl_resource* resource = in bind_subcompositor() local 119 wl_resource_set_implementation(resource, &subcompositor_implementation, data, in bind_subcompositor()
|
D | wayland_compositor.cpp | 236 wl_resource* resource = in bind_compositor() local 240 wl_resource_set_implementation(resource, &compositor_implementation, data, in bind_compositor()
|
/device/generic/common/ |
D | README.md | 39 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/ |
D | tpm_resource_manager.cpp | 34 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()
|
D | tpm_resource_manager.h | 58 void set(ESYS_TR resource); 61 ObjectSlot(TpmResourceManager* resource_manager, ESYS_TR resource);
|
/device/google/cuttlefish/common/libs/utils/ |
D | unique_resource_allocator.h | 78 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/ |
D | Android.bp | 24 "car-resource-common", 33 "car-resource-common",
|
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | README.md | 84 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/ |
D | perfetto_trace.proto | 909 // Daemon's resource usage limits: 1581 // and enables guardrails that limit resource usage for traces requested 5758 // the event like resource ids, shaders, etc.
|