OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TRACE_ORG_MASK
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/bluedroid/stack/include/
bt_types.h
599
#define
TRACE_ORG_MASK
0x0000ff00
600
#define TRACE_GET_ORG(x) ((((UINT32)(x)) &
TRACE_ORG_MASK
) >> 8)
/external/libnfc-nci/src/include/
bt_types.h
602
#define
TRACE_ORG_MASK
0x0000ff00
603
#define TRACE_GET_ORG(x) ((((UINT32)(x)) &
TRACE_ORG_MASK
) >> 8)
Completed in 26 milliseconds