OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INT8_TO_STREAM
(Results
1 - 4
of
4
) sorted by null
/external/libnfc-nci/src/hal/include/
nfc_types.h
58
#define
INT8_TO_STREAM
(p, u8) {*(p)++ = (INT8)(u8);}
/external/bluetooth/bluedroid/stack/include/
bt_types.h
242
#define
INT8_TO_STREAM
(p, u8) {*(p)++ = (INT8)(u8);}
/external/libnfc-nci/src/include/
bt_types.h
226
#define
INT8_TO_STREAM
(p, u8) {*(p)++ = (INT8)(u8);}
/external/bluetooth/bluedroid/stack/hcic/
hcicmds.c
[
all
...]
Completed in 977 milliseconds