Home
last modified time | relevance | path

Searched defs:STREAM_TO_ARRAY (Results 1 – 3 of 3) sorted by relevance

/external/libnfc-nci/src/hal/include/
Dnfc_types.h78 #define STREAM_TO_ARRAY(a, p, len) {register int ijk; for (ijk = 0; ijk < len; ijk++) ((UINT8 *) a)… macro
/external/bluetooth/bluedroid/stack/include/
Dbt_types.h269 #define STREAM_TO_ARRAY(a, p, len) {register int ijk; for (ijk = 0; ijk < len; ijk++) ((UINT8 *) a)… macro
/external/libnfc-nci/src/include/
Dbt_types.h246 #define STREAM_TO_ARRAY(a, p, len) {register int ijk; for (ijk = 0; ijk < len; ijk++) ((UINT8 *) a)… macro