Home
last modified time | relevance | path

Searched refs:Errno (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/cmds/evemu-record/
Devdev.rs152 ) -> Result<Vec<u8>, nix::errno::Errno> { in buf_from_ioctl() argument
175 pub fn name(&self) -> Result<String, nix::errno::Errno> { in name() argument
193 pub fn ids(&self) -> Result<DeviceId, nix::errno::Errno> { in ids() argument
202 pub fn properties_bitmap(&self) -> Result<Vec<u8>, nix::errno::Errno> { in properties_bitmap() argument
228 match nix::errno::Errno::result(unsafe { in bitmap_for_event_type()
271 nix::errno::Errno::result(unsafe { in absolute_axis_info()
290 nix::errno::Errno::result(unsafe { in read_event()
/frameworks/libs/binary_translation/tests/ndk_program_tests/
DAndroid.bp92 // TODO(b/188086209): Errno emulation is not thread-safe - some checks fail.
210 // TODO(b/188086209): Errno emulation is not thread-safe - some checks fail.