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

  /external/libnfc-nci/src/hal/include/
nfc_types.h 60 #define ARRAY16_TO_STREAM(p, a) {register int ijk; for (ijk = 0; ijk < 16; ijk++) *(p)++ = (UINT8) a[15 - ijk];}
  /external/libnfc-nci/src/include/
bt_types.h 228 #define ARRAY16_TO_STREAM(p, a) {register int ijk; for (ijk = 0; ijk < 16; ijk++) *(p)++ = (UINT8) a[15 - ijk];}
  /system/bt/stack/include/
bt_types.h 243 #define ARRAY16_TO_STREAM(p, a) {register int ijk; for (ijk = 0; ijk < 16; ijk++) *(p)++ = (UINT8) a[15 - ijk];}
    [all...]

Completed in 149 milliseconds