| /external/crosvm/base/src/ |
| D | notifiers.rs | 10 fn get_read_notifier(&self) -> &dyn AsRawDescriptor; in get_read_notifier() 14 fn get_read_notifier(&self) -> &dyn AsRawDescriptor { in get_read_notifier() 21 fn get_close_notifier(&self) -> &dyn AsRawDescriptor; in get_close_notifier()
|
| D | wait_context.rs | 171 pub fn build_with(triggers: &[(&dyn AsRawDescriptor, T)]) -> Result<WaitContext<T>> { in build_with() 178 pub fn add(&self, descriptor: &dyn AsRawDescriptor, token: T) -> Result<()> { in add() 185 descriptor: &dyn AsRawDescriptor, in add_for_event() 193 pub fn add_many(&self, triggers: &[(&dyn AsRawDescriptor, T)]) -> Result<()> { in add_many() 204 descriptor: &dyn AsRawDescriptor, in modify()
|
| D | descriptor.rs | 31 pub trait AsRawDescriptor { trait
|
| /external/crosvm/base/src/sys/windows/ |
| D | ioctl.rs | 170 descriptor: &dyn AsRawDescriptor, in ioctl_with_val() 198 pub unsafe fn ioctl_with_ref<T>(descriptor: &dyn AsRawDescriptor, nr: IoctlNr, arg: &T) -> c_int { in ioctl_with_ref() 207 descriptor: &dyn AsRawDescriptor, in ioctl_with_mut_ref() 219 descriptor: &dyn AsRawDescriptor, in ioctl_with_ptr_sized() 256 descriptor: &dyn AsRawDescriptor, in ioctl_with_ptr() 269 descriptor: &dyn AsRawDescriptor, in ioctl_with_mut_ptr() 298 pub unsafe fn device_io_control<F: AsRawDescriptor, T, T2>( in device_io_control()
|
| D | read_write_wrappers.rs | 26 handle: &dyn AsRawDescriptor, in write_file() 69 handle: &dyn AsRawDescriptor, in read_file() 132 handle: &dyn AsRawDescriptor, in read_overlapped_blocking()
|
| D | mmap.rs | 96 file_handle: &dyn AsRawDescriptor, in from_descriptor() 107 file_handle: &dyn AsRawDescriptor, in from_descriptor_offset() 227 file_descriptor: Option<&'a dyn AsRawDescriptor>, in wrap()
|
| D | descriptor.rs | 134 macro_rules! AsRawDescriptor { macro 136 impl AsRawDescriptor for $name { impl
|
| D | tube.rs | 364 fn get_read_notifier(&self) -> &dyn AsRawDescriptor { in get_read_notifier() 370 fn get_close_notifier(&self) -> &dyn AsRawDescriptor { in get_close_notifier() 388 fn get_close_notifier(&self) -> &dyn AsRawDescriptor { in get_close_notifier() 394 fn get_close_notifier(&self) -> &dyn AsRawDescriptor { in get_close_notifier() 463 fn get_read_notifier(&self) -> &dyn AsRawDescriptor { in get_read_notifier()
|
| D | mmap_platform.rs | 89 file_handle: &dyn AsRawDescriptor, in from_descriptor_offset_protection() 138 descriptor: &dyn AsRawDescriptor, in from_descriptor_offset_protection_fixed()
|
| D | console.rs | 50 fn get_read_notifier(&self) -> &dyn AsRawDescriptor { in get_read_notifier()
|
| /external/crosvm/base/src/sys/linux/ |
| D | notifiers.rs | 12 fn get_read_notifier(&self) -> &dyn AsRawDescriptor { in get_read_notifier() 18 fn get_close_notifier(&self) -> &dyn AsRawDescriptor { in get_close_notifier()
|
| D | ioctl.rs | 167 pub unsafe fn ioctl_with_val(descriptor: &dyn AsRawDescriptor, nr: IoctlNr, arg: c_ulong) -> c_int { in ioctl_with_val() 175 pub unsafe fn ioctl_with_ref<T>(descriptor: &dyn AsRawDescriptor, nr: IoctlNr, arg: &T) -> c_int { in ioctl_with_ref() 188 descriptor: &dyn AsRawDescriptor, in ioctl_with_mut_ref() 203 descriptor: &dyn AsRawDescriptor, in ioctl_with_ptr() 214 descriptor: &dyn AsRawDescriptor, in ioctl_with_mut_ptr()
|
| D | poll.rs | 83 pub fn build_with(fd_tokens: &[(&dyn AsRawDescriptor, T)]) -> Result<EventContext<T>> { in build_with() 94 pub fn add_many(&self, fd_tokens: &[(&dyn AsRawDescriptor, T)]) -> Result<()> { in add_many() 107 pub fn add(&self, fd: &dyn AsRawDescriptor, token: T) -> Result<()> { in add() 120 descriptor: &dyn AsRawDescriptor, in add_for_event() 147 pub fn modify(&self, fd: &dyn AsRawDescriptor, event_type: EventType, token: T) -> Result<()> { in modify()
|
| D | file.rs | 18 fn lseek(fd: &dyn AsRawDescriptor, offset: u64, option: LseekOption) -> Result<u64> { in lseek() 40 fd: &dyn AsRawDescriptor, in find_next_data() 83 pub fn new(fd: &'a dyn AsRawDescriptor, offset: u64, len: u64) -> Self { in new()
|
| D | mmap.rs | 130 pub fn from_fd(fd: &dyn AsRawDescriptor, size: usize) -> Result<MemoryMapping> { in from_fd() 135 fd: &dyn AsRawDescriptor, in from_fd_offset() 150 fd: &dyn AsRawDescriptor, in from_fd_offset_protection() 168 fd: &dyn AsRawDescriptor, in from_fd_offset_protection_populate() 227 fd: &dyn AsRawDescriptor, in from_descriptor_offset_protection_fixed() 241 fd: Option<(&dyn AsRawDescriptor, u64)>, in try_mmap() 253 fd: Option<(&dyn AsRawDescriptor, u64)>, in try_mmap_populate() 700 fd: &dyn AsRawDescriptor, in add_fd_offset() 720 fd: &dyn AsRawDescriptor, in add_fd_offset_protection() 734 fd: Option<(&dyn AsRawDescriptor, u64)>, in try_add() [all …]
|
| /external/crosvm/base/src/sys/macos/ |
| D | mod.rs | 63 _fd_tokens: &[(&dyn crate::AsRawDescriptor, T)], in build_with() 69 _descriptor: &dyn crate::AsRawDescriptor, in add_for_event() 77 _fd: &dyn crate::AsRawDescriptor, in modify() 130 _fd: &dyn crate::AsRawDescriptor, in from_descriptor_offset_protection_fixed() 164 _descriptor: &dyn crate::AsRawDescriptor, in ioctl_with_val() 174 _descriptor: &dyn crate::AsRawDescriptor, in ioctl_with_ref() 184 _descriptor: &dyn crate::AsRawDescriptor, in ioctl_with_mut_ref() 194 _descriptor: &dyn crate::AsRawDescriptor, in ioctl_with_ptr() 204 _descriptor: &dyn crate::AsRawDescriptor, in ioctl_with_mut_ptr()
|
| /external/crosvm/rutabaga_gfx/src/rutabaga_os/sys/stub/ |
| D | descriptor.rs | 38 macro_rules! AsRawDescriptor { macro 40 impl AsRawDescriptor for $name { impl
|
| /external/crosvm/gpu_display/src/vulkan/sys/ |
| D | unix.rs | 70 _memory_descriptor: &dyn AsRawDescriptor, in create_post_image_memory_import_info() 78 _descriptor: &dyn AsRawDescriptor, in import_semaphore_from_descriptor()
|
| /external/crosvm/rutabaga_gfx/src/rutabaga_os/sys/linux/ |
| D | descriptor.rs | 103 macro_rules! AsRawDescriptor { macro 105 impl AsRawDescriptor for $name { impl
|
| /external/crosvm/devices/src/virtio/vhost_user_frontend/ |
| D | handler.rs | 60 fd: &dyn AsRawDescriptor, in shmem_map() 116 descriptor: &dyn AsRawDescriptor, in gpu_map()
|
| /external/crosvm/rutabaga_gfx/src/rutabaga_os/sys/windows/ |
| D | descriptor.rs | 131 macro_rules! AsRawDescriptor { macro 133 impl AsRawDescriptor for $name { impl
|
| /external/crosvm/rutabaga_gfx/src/rutabaga_os/ |
| D | descriptor.rs | 23 pub trait AsRawDescriptor { trait
|
| /external/crosvm/third_party/vmm_vhost/src/ |
| D | frontend_client.rs | 110 fd: &dyn AsRawDescriptor, in shmem_map() 129 descriptor: &dyn AsRawDescriptor, in gpu_map()
|
| /external/crosvm/cros_async/src/sys/windows/ |
| D | event.rs | 36 descriptor: &dyn AsRawDescriptor, in clone_raw_without_reset()
|
| /external/crosvm/base/src/sys/unix/ |
| D | descriptor.rs | 187 macro_rules! AsRawDescriptor { macro 189 impl AsRawDescriptor for $name { impl
|