Searched defs:MapError (Results 1 – 6 of 6) sorted by relevance
/external/rust/crates/aarch64-paging/src/ |
D | lib.rs | 62 pub enum MapError { enum 72 impl Display for MapError { implementation 197 ) -> 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 151 pub fn map_range(&mut self, range: &MemoryRegion, flags: Attributes) -> Result<(), MapError> { in map_range() argument
|
D | idmap.rs | 139 pub fn map_range(&mut self, range: &MemoryRegion, flags: Attributes) -> Result<(), MapError> { in map_range() argument
|
D | paging.rs | 245 ) -> Result<(), MapError> { in map_range() argument
|
/external/openthread/src/core/crypto/ |
D | mbedtls.cpp | 65 Error MbedTls::MapError(int aMbedTlsError) in MapError() function in ot::Crypto::MbedTls
|
/external/webrtc/modules/audio_processing/ |
D | echo_control_mobile_impl.cc | 42 AudioProcessing::Error MapError(int err) { in MapError() function
|