Home
last modified time | relevance | path

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

/system/nfc/src/rust/hal/
Dhal.rs78 handlers: Arc<Mutex<HashMap<HalEvent, oneshot::Sender<HalEventStatus>>>>, field
118 let handlers = Arc::new(Mutex::new(HashMap::new())); in new() localVariable
/system/chre/host/common/
Dhost_protocol_host.cc50 IChreMessageHandlers &handlers) { in decodeMessageFromChre()
/system/nfc/src/rust/nci/
Dnci.rs297 handlers: Arc<Mutex<HashMap<Opcode, oneshot::Sender<Notification>>>>, field
/system/core/fastboot/device/
Dcommands.cpp91 const VariableHandlers& handlers) { in GetAllVars()