OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TRACE_GET_LAYER
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/main/
bte_logmsg.c
221
int trace_layer =
TRACE_GET_LAYER
(trace_set_mask);
283
int trace_layer =
TRACE_GET_LAYER
(trace_set_mask);
/external/bluetooth/bluedroid/stack/include/
bt_types.h
541
#define
TRACE_GET_LAYER
(x) ((((UINT32)(x)) & TRACE_LAYER_MASK) >> 16)
/external/libnfc-nci/src/include/
bt_types.h
544
#define
TRACE_GET_LAYER
(x) ((((UINT32)(x)) & TRACE_LAYER_MASK) >> 16)
Completed in 295 milliseconds