Home
last modified time | relevance | path

Searched refs:DEVCLASS_TO_STREAM (Results 1 – 3 of 3) sorted by relevance

/external/libnfc-nci/src/hal/include/
Dnfc_types.h64 #define DEVCLASS_TO_STREAM(p, a) {register int ijk; for (ijk = 0; ijk < DEV_CLASS_LEN;ijk++) *(p)++… macro
/external/libnfc-nci/src/nfc/ndef/
Dndef_cho_utils.c349 DEVCLASS_TO_STREAM (p, cod); in NDEF_MsgAppendMediaBtOobCod()
/external/libnfc-nci/src/include/
Dbt_types.h232 #define DEVCLASS_TO_STREAM(p, a) {register int ijk; for (ijk = 0; ijk < DEV_CLASS_LEN;ijk++) *(p)++… macro