Home
last modified time | relevance | path

Searched defs:Hal (Results 1 – 3 of 3) 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/nfc/src/rust/nci/
Dnci.rs162 mut hc: Hal, in dispatch()