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

  /external/libnfc-nci/src/hal/include/
nfc_types.h 58 #define INT8_TO_STREAM(p, u8) {*(p)++ = (INT8)(u8);}
  /external/bluetooth/bluedroid/stack/include/
bt_types.h 249 #define INT8_TO_STREAM(p, u8) {*(p)++ = (INT8)(u8);}
  /external/libnfc-nci/src/include/
bt_types.h 226 #define INT8_TO_STREAM(p, u8) {*(p)++ = (INT8)(u8);}

Completed in 177 milliseconds