/aosp_15_r20/external/avb/rust/src/ |
H A D | ops.rs | 128 fn write_rollback_index(&mut self, rollback_index_location: usize, index: u64) -> IoResult<()>; in write_rollback_index() 195 fn write_persistent_value(&mut self, name: &CStr, value: &[u8]) -> IoResult<()>; in write_persistent_value() 213 fn erase_persistent_value(&mut self, name: &CStr) -> IoResult<()>; in erase_persistent_value() 434 fn check_nonnull<T>(ptr: *const T) -> IoResult<()> { in check_nonnull() 479 ) -> IoResult<()> { in try_read_from_partition() 551 ) -> IoResult<()> { in try_get_preloaded_partition() 639 ) -> IoResult<()> { in try_validate_vbmeta_public_key() 705 ) -> IoResult<()> { in try_read_rollback_index() 753 ) -> IoResult<()> { in try_write_rollback_index() 780 ) -> IoResult<()> { in try_read_is_device_unlocked() [all …]
|
H A D | cert.rs | 134 ) -> IoResult<()>; in read_permanent_attributes() 183 fn get_random(&mut self, bytes: &mut [u8]) -> IoResult<()>; in get_random() 358 ) -> IoResult<()> { in write_rollback_index() 379 fn write_persistent_value(&mut self, _name: &CStr, _value: &[u8]) -> IoResult<()> { in write_persistent_value() 383 fn erase_persistent_value(&mut self, _name: &CStr) -> IoResult<()> { in erase_persistent_value()
|
H A D | error.rs | 169 pub type IoResult<T> = Result<T, IoError>; typedef 227 pub(crate) fn io_enum_to_result(result: AvbIOResult) -> IoResult<()> { in io_enum_to_result()
|
/aosp_15_r20/external/rust/android-crates-io/crates/tungstenite/src/ |
D | stream.rs | 33 fn set_nodelay(&mut self, nodelay: bool) -> IoResult<()>; in set_nodelay() 37 fn set_nodelay(&mut self, nodelay: bool) -> IoResult<()> { in set_nodelay() 44 fn set_nodelay(&mut self, nodelay: bool) -> IoResult<()> { in set_nodelay() 56 fn set_nodelay(&mut self, nodelay: bool) -> IoResult<()> { in set_nodelay() 124 fn flush(&mut self) -> IoResult<()> { in flush() 136 fn set_nodelay(&mut self, nodelay: bool) -> IoResult<()> { in set_nodelay()
|
/aosp_15_r20/external/avb/rust/tests/ |
H A D | test_ops.rs | 295 fn write_rollback_index(&mut self, location: usize, index: u64) -> IoResult<()> { in write_rollback_index() 341 fn write_persistent_value(&mut self, name: &CStr, value: &[u8]) -> IoResult<()> { in write_persistent_value() 354 fn erase_persistent_value(&mut self, name: &CStr) -> IoResult<()> { in erase_persistent_value() 398 ) -> IoResult<()> { in read_permanent_attributes() 412 fn get_random(&mut self, bytes: &mut [u8]) -> IoResult<()> { in get_random()
|
/aosp_15_r20/packages/modules/Virtualization/guest/pvmfw/avb/src/ |
D | ops.rs | 110 ) -> IoResult<()> { in write_rollback_index() 127 fn write_persistent_value(&mut self, _name: &CStr, _value: &[u8]) -> IoResult<()> { in write_persistent_value() 131 fn erase_persistent_value(&mut self, _name: &CStr) -> IoResult<()> { in erase_persistent_value() 145 fn copy_data_to_dst(src: &[u8], offset: i64, dst: &mut [u8]) -> IoResult<()> { in copy_data_to_dst()
|
/aosp_15_r20/external/virtio-media/device/src/ |
H A D | lib.rs | 200 ) -> IoResult<()>; in do_ioctl() 290 fn write_obj<T: AsBytes>(&mut self, obj: &T) -> IoResult<()>; in write_obj() 293 fn write_response<T: AsBytes>(&mut self, response: T) -> IoResult<()> { in write_response() 298 fn write_err_response(&mut self, code: libc::c_int) -> IoResult<()> { in write_err_response() 308 fn write_obj<T: AsBytes>(&mut self, obj: &T) -> IoResult<()> { in write_obj()
|
/aosp_15_r20/external/crosvm/rutabaga_gfx/src/bytestream/ |
H A D | mod.rs | 49 pub fn read_exact(&mut self, buf: &mut [u8]) -> IoResult<()> { in read_exact() 71 pub fn write_obj<T: FromBytes + AsBytes>(&mut self, val: T) -> IoResult<()> { in write_obj() 75 pub fn write_all(&mut self, buf: &[u8]) -> IoResult<()> { in write_all()
|
/aosp_15_r20/bootable/libbootloader/gbl/libgbl/src/gbl_avb/ |
H A D | ops.rs | 85 ) -> IoResult<()> { in handle_verification_result() 234 fn write_rollback_index(&mut self, rollback_index_location: usize, index: u64) -> IoResult<()> { in write_rollback_index() 274 fn write_persistent_value(&mut self, name: &CStr, value: &[u8]) -> IoResult<()> { in write_persistent_value() 282 fn erase_persistent_value(&mut self, name: &CStr) -> IoResult<()> { in erase_persistent_value() 313 ) -> IoResult<()> { in read_permanent_attributes() 341 fn get_random(&mut self, _: &mut [u8]) -> IoResult<()> { in get_random()
|
/aosp_15_r20/external/crosvm/net_util/src/slirp/sys/ |
H A D | windows.rs | 260 ) -> IoResult<()> { in read_overlapped() 290 fn flush(&mut self) -> IoResult<()> { in flush() 302 ) -> IoResult<()> { in write_overlapped()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/windows/ |
H A D | mod.rs | 46 trait IoResult<T> { interface
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/windows/ |
H A D | mod.rs | 47 trait IoResult<T> { interface
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/windows/ |
H A D | mod.rs | 46 trait IoResult<T> { interface
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/windows/ |
H A D | mod.rs | 47 trait IoResult<T> { trait
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/windows/ |
H A D | mod.rs | 46 trait IoResult<T> { interface
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/abi/usercalls/ |
H A D | mod.rs | 75 pub fn flush(fd: Fd) -> IoResult<()> { in flush() 246 pub fn send(event_set: u64, tcs: Option<Tcs>) -> IoResult<()> { in send()
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/abi/usercalls/ |
H A D | mod.rs | 75 pub fn flush(fd: Fd) -> IoResult<()> { in flush() 246 pub fn send(event_set: u64, tcs: Option<Tcs>) -> IoResult<()> { in send()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/abi/usercalls/ |
H A D | mod.rs | 75 pub fn flush(fd: Fd) -> IoResult<()> { in flush() 246 pub fn send(event_set: u64, tcs: Option<Tcs>) -> IoResult<()> { in send()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/abi/usercalls/ |
H A D | mod.rs | 75 pub fn flush(fd: Fd) -> IoResult<()> { in flush() 246 pub fn send(event_set: u64, tcs: Option<Tcs>) -> IoResult<()> { in send()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/abi/usercalls/ |
H A D | mod.rs | 75 pub fn flush(fd: Fd) -> IoResult<()> { in flush() 246 pub fn send(event_set: u64, tcs: Option<Tcs>) -> IoResult<()> { in send()
|
/aosp_15_r20/hardware/google/gfxstream/include/render-utils/ |
D | RenderChannel.h | 63 using IoResult = android::base::BufferQueueResult; variable
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio-util/tests/ |
D | io_sync_bridge.rs | 12 ) -> IoResult<()> { in test_reader_len()
|
/aosp_15_r20/external/crosvm/net_util/src/sys/linux/ |
H A D | tap.rs | 458 fn flush(&mut self) -> IoResult<()> { in flush() 675 fn flush(&mut self) -> IoResult<()> { in flush()
|
/aosp_15_r20/hardware/google/gfxstream/host/ |
D | ChannelStream.cpp | 28 using IoResult = RenderChannel::IoResult; typedef
|
D | RenderChannelImpl.cpp | 31 using IoResult = android::base::BufferQueueResult; typedef
|