OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:STREAM_TO_DEVCLASS
(Results
1 - 3
of
3
) sorted by null
/external/libnfc-nci/src/hal/include/
nfc_types.h
76
#define
STREAM_TO_DEVCLASS
(a, p) {register int ijk; register UINT8 *_pa = (UINT8 *)a + DEV_CLASS_LEN - 1; for (ijk = 0; ijk < DEV_CLASS_LEN; ijk++) *_pa-- = *p++;}
/external/bluetooth/bluedroid/stack/include/
bt_types.h
267
#define
STREAM_TO_DEVCLASS
(a, p) {register int ijk; register UINT8 *_pa = (UINT8 *)a + DEV_CLASS_LEN - 1; for (ijk = 0; ijk < DEV_CLASS_LEN; ijk++) *_pa-- = *p++;}
/external/libnfc-nci/src/include/
bt_types.h
244
#define
STREAM_TO_DEVCLASS
(a, p) {register int ijk; register UINT8 *_pa = (UINT8 *)a + DEV_CLASS_LEN - 1; for (ijk = 0; ijk < DEV_CLASS_LEN; ijk++) *_pa-- = *p++;}
Completed in 29 milliseconds