Searched defs:MapError (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/aarch64-paging/src/ |
D | lib.rs | 66 pub enum MapError { enum 82 impl Display for MapError { implementation 382 ) -> Result<(), MapError> { in map_range() argument
|
D | linearmap.rs | 41 fn virtual_to_physical(&self, va: VirtualAddress) -> Result<PhysicalAddress, MapError> { in virtual_to_physical() argument 185 pub fn map_range(&mut self, range: &MemoryRegion, flags: Attributes) -> Result<(), MapError> { in map_range() argument 217 ) -> Result<(), MapError> { in map_range_with_constraints() argument
|
D | idmap.rs | 176 pub fn map_range(&mut self, range: &MemoryRegion, flags: Attributes) -> Result<(), MapError> { in map_range() argument 205 ) -> Result<(), MapError> { in map_range_with_constraints() argument
|
D | paging.rs | 310 ) -> Result<(), MapError> { in map_range() argument 420 pub(crate) fn visit_range<F>(&self, range: &MemoryRegion, f: &mut F) -> Result<(), MapError> in visit_range() argument 438 fn verify_region(&self, region: &MemoryRegion) -> Result<(), MapError> { in verify_region() argument
|
/aosp_15_r20/external/openthread/src/core/crypto/ |
H A D | mbedtls.cpp | 65 Error MbedTls::MapError(int aMbedTlsError) in MapError() function in ot::Crypto::MbedTls
|
/aosp_15_r20/external/webrtc/modules/audio_processing/ |
H A D | echo_control_mobile_impl.cc | 42 AudioProcessing::Error MapError(int err) { in MapError() function
|