HomeSort by relevance Sort by last modified time
    Searched refs:nfc_pn544_device_t (Results 1 - 2 of 2) sorted by null

  /hardware/libhardware/include/hardware/
nfc.h 227 * nfc_pn544_device_t as users of this structure will cast a hw_device_t to
228 * nfc_pn544_device_t pointer in contexts where it's known the hw_device_t references a
229 * nfc_pn544_device_t.
260 } nfc_pn544_device_t; typedef in typeref:struct:__anon48309
263 nfc_pn544_device_t** dev) {
268 static inline int nfc_pn544_close(nfc_pn544_device_t* dev) {
  /hardware/libhardware/modules/nfc/
nfc_pn544_example.c 35 nfc_pn544_device_t *dev = calloc(1, sizeof(nfc_pn544_device_t));

Completed in 58 milliseconds