Home
last modified time | relevance | path

Searched defs:BE_STREAM_TO_UINT16 (Results 1 – 3 of 3) sorted by relevance

/external/libnfc-nci/src/hal/include/
Dnfc_types.h103 #define BE_STREAM_TO_UINT16(u16, p) {u16 = (UINT16)(((UINT16)(*(p)) << 8) + (UINT16)(*((p) + 1))); … macro
/external/bluetooth/bluedroid/stack/include/
Dbt_types.h285 #define BE_STREAM_TO_UINT16(u16, p) {u16 = (UINT16)(((UINT16)(*(p)) << 8) + (UINT16)(*((p) + 1))); … macro
/external/libnfc-nci/src/include/
Dbt_types.h269 #define BE_STREAM_TO_UINT16(u16, p) {u16 = (UINT16)(((UINT16)(*(p)) << 8) + (UINT16)(*((p) + 1))); … macro