Searched defs:INT8_TO_STREAM (Results 1 - 3 of 3) sorted by relevance

/external/libnfc-nci/src/hal/include/
H A Dnfc_types.h58 #define INT8_TO_STREAM(p, u8) {*(p)++ = (INT8)(u8);} macro
/external/bluetooth/bluedroid/stack/include/
H A Dbt_types.h249 #define INT8_TO_STREAM(p, u8) {*(p)++ = (INT8)(u8);} macro
/external/libnfc-nci/src/include/
H A Dbt_types.h226 #define INT8_TO_STREAM(p, u8) {*(p)++ = (INT8)(u8);} macro

Completed in 832 milliseconds