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

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

Completed in 49 milliseconds