Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/nfc/src/
Dnfc.rs56 fn send_event_callback(&self, event: NfcEvent, status: NfcStatus) -> binder::Result<()> { in send_event_callback() method
116 client.send_event_callback(NfcEvent::CLOSE_CPLT, NfcStatus::OK)?; in close()
250 session.send_event_callback(NfcEvent::OPEN_CPLT, NfcStatus::OK) in open()
270 client.send_event_callback(NfcEvent::POST_INIT_CPLT, NfcStatus::OK) in coreInitialized()
303 client.send_event_callback(NfcEvent::OPEN_CPLT, NfcStatus::OK) in powerCycle()
310 client.send_event_callback(NfcEvent::PRE_DISCOVER_CPLT, NfcStatus::OK) in preDiscover()