HomeSort by relevance Sort by last modified time
    Searched defs:ARRAY_TO_BE_STREAM (Results 1 - 3 of 3) sorted by null

  /external/libnfc-nci/src/hal/include/
nfc_types.h 100 #define ARRAY_TO_BE_STREAM(p, a, len) {register int ijk; for (ijk = 0; ijk < len; ijk++) *(p)++ = (UINT8) a[ijk];}
  /external/bluetooth/bluedroid/stack/include/
bt_types.h 289 #define ARRAY_TO_BE_STREAM(p, a, len) {register int ijk; for (ijk = 0; ijk < len; ijk++) *(p)++ = (UINT8) a[ijk];}
  /external/libnfc-nci/src/include/
bt_types.h 266 #define ARRAY_TO_BE_STREAM(p, a, len) {register int ijk; for (ijk = 0; ijk < len; ijk++) *(p)++ = (UINT8) a[ijk];}

Completed in 117 milliseconds