Home
last modified time | relevance | path

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

/hardware/libhardware/include/hardware/
Dnfc.h73 typedef uint8_t nfc_event_t; typedef
80 typedef void (nfc_stack_callback_t) (nfc_event_t event, nfc_status_t event_status);
/hardware/st/nfc/1.1/
Dhal_st21nfc.cc84 nfc_event_t event;
108 nfc_event_t event = pcb_data->event; in async_callback_thread_fct()
227 static void async_callback_post(nfc_event_t event, nfc_status_t event_status) { in async_callback_post()
/hardware/st/nfc/1.2/
Dhal_st21nfc.cc91 nfc_event_t event;
115 nfc_event_t event = pcb_data->event; in async_callback_thread_fct()
234 static void async_callback_post(nfc_event_t event, nfc_status_t event_status) { in async_callback_post()
/hardware/samsung/nfc/halimpl/include/
Dhal.h173 bool nfc_stack_cback(nfc_event_t event, nfc_status_t event_status);
/hardware/samsung/nfc/halimpl/src/
Dhal.cc39 bool nfc_stack_cback(nfc_event_t event, nfc_status_t event_status) { in nfc_stack_cback()