Home
last modified time | relevance | path

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

/external/libnfc-nci/src/hal/include/
Dnfc_types.h77 #define STREAM_TO_ARRAY(a, p, len) {register int ijk; for (ijk = 0; ijk < len; ijk++) ((UINT8 *) a)… macro
/external/libnfc-nci/halimpl/bcm2079x/hal/include/
Dnfc_types.h77 #define STREAM_TO_ARRAY(a, p, len) {register int ijk; for (ijk = 0; ijk < len; ijk++) ((UINT8 *) a)… macro
/external/libnfc-nci/halimpl/bcm2079x/include/
Dbt_types.h245 #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.h245 #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.h259 #define STREAM_TO_ARRAY(a, p, len) {register int ijk; for (ijk = 0; ijk < len; ijk++) ((UINT8 *) a)… macro