Home
last modified time | relevance | path

Searched defs:UINT8_TO_STREAM (Results 1 – 4 of 4) sorted by relevance

/aosp12/hardware/nxp/nfc/snxxx/halimpl/hal/
H A DphNxpNciHal_ext.h43 #define UINT8_TO_STREAM(p, u8) \ macro
/aosp12/system/nfc/src/include/
H A Dnfc_types.h62 #define UINT8_TO_STREAM(p, u8) \ macro
/aosp12/hardware/broadcom/libbt/src/
H A Dhardware.c101 #define UINT8_TO_STREAM(p, u8) {*(p)++ = (uint8_t)(u8);} macro
/aosp12/system/bt/stack/include/
H A Dbt_types.h173 #define UINT8_TO_STREAM(p, u8) \ macro