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

  /system/bt/hci/src/
hci_packet_factory.c 102 ARRAY8_TO_STREAM(stream, event_mask->as_array);
145 ARRAY8_TO_STREAM(stream, event_mask->as_array);
  /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/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];}
  /system/bt/stack/include/
bt_types.h 248 #define ARRAY8_TO_STREAM(p, a) {register int ijk; for (ijk = 0; ijk < 8; ijk++) *(p)++ = (UINT8) a[7 - ijk];}
    [all...]
  /external/libnfc-nci/src/nfa/rw/
nfa_rw_act.c     [all...]

Completed in 282 milliseconds