OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UINT8_TO_STREAM
(Results
1 - 3
of
3
) sorted by null
/external/libnfc-nci/src/hal/include/
nfc_types.h
57
#define
UINT8_TO_STREAM
(p, u8) {*(p)++ = (UINT8)(u8);}
/external/bluetooth/bluedroid/stack/include/
bt_types.h
241
#define
UINT8_TO_STREAM
(p, u8) {*(p)++ = (UINT8)(u8);}
/external/libnfc-nci/src/include/
bt_types.h
225
#define
UINT8_TO_STREAM
(p, u8) {*(p)++ = (UINT8)(u8);}
Completed in 405 milliseconds