OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nfc_pn544_device_t
(Results
1 - 6
of
6
) sorted by null
/hardware/libhardware/modules/nfc/
nfc_pn544_example.c
34
nfc_pn544_device_t
*dev = calloc(1, sizeof(
nfc_pn544_device_t
));
/hardware/libhardware/include/hardware/
nfc.h
251
*
nfc_pn544_device_t
as users of this structure will cast a hw_device_t to
252
*
nfc_pn544_device_t
pointer in contexts where it's known the hw_device_t references a
253
*
nfc_pn544_device_t
.
284
}
nfc_pn544_device_t
;
typedef in typeref:struct:__anon41419
287
nfc_pn544_device_t
** dev) {
292
static inline int nfc_pn544_close(
nfc_pn544_device_t
* dev) {
/external/libnfc-nxp/src/
phDal4Nfc.h
79
nfc_pn544_device_t
*pDev; /**<Android HAL reference*/
/device/asus/grouper/nfc/
nfc_hw.c
115
nfc_pn544_device_t
*dev = calloc(1, sizeof(
nfc_pn544_device_t
));
/external/libnfc-nxp/Linux_x86/
phDal4Nfc.c
538
nfc_pn544_device_t
* pn544_dev;
[
all
...]
/packages/apps/Nfc/nxp/jni/
com_android_nfc_NativeNfcManager.cpp
312
nfc_pn544_device_t
* pn544_dev = NULL;
[
all
...]
Completed in 760 milliseconds