Home
last modified time | relevance | path

Searched defs:Hal (Results 1 – 5 of 5) sorted by relevance

/system/nfc/src/rust/hal/
Dhal.rs35 pub struct Hal { struct
37 pub hal_events: HalEventRegistry, argument
49 pub async fn init() -> Hal { in init() argument
/system/libhidl/transport/base/1.0/vts/functional/
Dvts_ibase_test.cpp62 struct Hal { struct
81 std::map<std::string, std::vector<Hal>> gDeclaredServiceHalMap; argument
/system/security/keystore2/src/fuzzers/
Dkeystore2_unsafe_fuzzer.rs104 Hal { enumerator
/system/keymint/common/src/
Dlib.rs27 Hal(ErrorCode, String), enumerator
/system/nfc/src/rust/nci/
Dnci.rs162 mut hc: Hal, in dispatch()