Searched defs:tUNV_STATUS (Results 1 - 1 of 1) sorted by relevance

/external/libnfc-nci/src/udrv/include/
H A Dunv.h47 typedef INT16 tUNV_STATUS; typedef
71 UDRV_API extern tUNV_STATUS UNV_Read(UINT16, UINT16, UINT16, UINT16, void *);
72 UDRV_API extern tUNV_STATUS UNV_Write(UINT16, UINT16, UINT16, UINT16, void *);
73 UDRV_API extern tUNV_STATUS UNV_ReadBlock(UINT16, UINT16, void *);
74 UDRV_API extern tUNV_STATUS UNV_WriteBlock(UINT16, void *);
77 UDRV_API extern tUNV_STATUS UNV_ReadPtr(UINT16, UINT16, UINT8 **);
78 UDRV_API extern tUNV_STATUS UNV_FreePtr(UINT16, UINT16);

Completed in 52 milliseconds