HomeSort by relevance Sort by last modified time
    Searched refs:ARRAY8_TO_STREAM (Results 1 - 6 of 6) sorted by null

  /external/libnfc-nci/src/hal/include/
nfc_types.h 61 #define ARRAY8_TO_STREAM(p, a) {register int ijk; for (ijk = 0; ijk < 8; ijk++) *(p)++ = (UINT8) a[7 - ijk];}
  /external/bluetooth/bluedroid/stack/hcic/
hciblecmds.c 53 ARRAY8_TO_STREAM (pp, event_mask);
hcicmds.c 1083 ARRAY8_TO_STREAM (pp, event_mask);
1104 ARRAY8_TO_STREAM (pp, event_mask);
    [all...]
  /external/bluetooth/bluedroid/stack/include/
bt_types.h 252 #define ARRAY8_TO_STREAM(p, a) {register int ijk; for (ijk = 0; ijk < 8; ijk++) *(p)++ = (UINT8) a[7 - ijk];}
  /external/libnfc-nci/src/include/
bt_types.h 229 #define ARRAY8_TO_STREAM(p, a) {register int ijk; for (ijk = 0; ijk < 8; ijk++) *(p)++ = (UINT8) a[7 - ijk];}
  /external/libnfc-nci/src/nfa/rw/
nfa_rw_act.c     [all...]

Completed in 144 milliseconds