Home
last modified time | relevance | path

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

/hardware/libhardware/include/hardware/
Dnfc.h260 } nfc_pn544_device_t; typedef
263 nfc_pn544_device_t** dev) { in nfc_pn544_open()
268 static inline int nfc_pn544_close(nfc_pn544_device_t* dev) { in nfc_pn544_close()
/hardware/libhardware/modules/nfc/
Dnfc_pn544_example.c35 nfc_pn544_device_t *dev = calloc(1, sizeof(nfc_pn544_device_t)); in nfc_open()