Home
last modified time | relevance | path

Searched defs:HalError (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/system/chre/host/common/include/chre_host/
H A Dhal_error.h24 enum class HalError { enum
/aosp_15_r20/trusty/user/app/sample/hwcryptohal/common/
Derr.rs46 HalError { code: i32, file: &'static str, line: u32, message: String }, enumerator
/aosp_15_r20/system/nfc/src/rust/hal/
H A Dhal.rs139 pub enum HalError { enum
/aosp_15_r20/frameworks/native/services/surfaceflinger/tests/unittests/
H A DHWComposerTest.cpp72 using HalError = hal::Error; typedef