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

  /external/libnfc-nci/src/hal/include/
nfc_types.h 65 #define ARRAY_TO_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 233 #define ARRAY_TO_STREAM(p, a, len) {register int ijk; for (ijk = 0; ijk < len; ijk++) *(p)++ = (UINT8) a[ijk];}
  /system/bt/stack/include/
bt_types.h 252 #define ARRAY_TO_STREAM(p, a, len) {register int ijk; for (ijk = 0; ijk < len; ijk++) *(p)++ = (UINT8) a[ijk];}
    [all...]

Completed in 50 milliseconds