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

  /hardware/libhardware/include/hardware/
nfc.h 112 /* nfc_nci_device_t starts with a hw_device_t struct,
120 * nfc_nci_device_t as users of this structure will cast a hw_device_t to
121 * nfc_nci_device_t pointer in contexts where it's known the hw_device_t references a
122 * nfc_nci_device_t.
193 } nfc_nci_device_t; typedef in typeref:struct:nfc_nci_device
200 nfc_nci_device_t** dev) {
205 static inline int nfc_nci_close(nfc_nci_device_t* dev) {
  /hardware/libhardware/modules/nfc-nci/
nfc_nci_example.c 80 nfc_nci_device_t *dev = calloc(1, sizeof(nfc_nci_device_t));
  /external/libnfc-nci/src/include/
NfcAdaptation.h 81 static nfc_nci_device_t* mHalDeviceContext;
  /external/libnfc-nci/src/adaptation/
NfcAdaptation.cpp 38 nfc_nci_device_t* NfcAdaptation::mHalDeviceContext = NULL;

Completed in 218 milliseconds