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

/external/libnfc-nci/src/hal/include/
H A Dnfc_types.h64 #define DEVCLASS_TO_STREAM(p, a) {register int ijk; for (ijk = 0; ijk < DEV_CLASS_LEN;ijk++) *(p)++ = (UINT8) a[DEV_CLASS_LEN - 1 - ijk];} macro
/external/bluetooth/bluedroid/stack/include/
H A Dbt_types.h255 #define DEVCLASS_TO_STREAM(p, a) {register int ijk; for (ijk = 0; ijk < DEV_CLASS_LEN;ijk++) *(p)++ = (UINT8) a[DEV_CLASS_LEN - 1 - ijk];} macro
/external/libnfc-nci/src/include/
H A Dbt_types.h232 #define DEVCLASS_TO_STREAM(p, a) {register int ijk; for (ijk = 0; ijk < DEV_CLASS_LEN;ijk++) *(p)++ = (UINT8) a[DEV_CLASS_LEN - 1 - ijk];} macro

Completed in 759 milliseconds