Home
last modified time | relevance | path

Searched refs:TRACE_GET_LAYER (Results 1 – 2 of 2) sorted by relevance

/system/bt/main/
Dbte_logmsg.cc176 int trace_layer = TRACE_GET_LAYER(trace_set_mask); in LogMsg()
/system/bt/stack/include/
Dbt_types.h799 #define TRACE_GET_LAYER(x) ((((uint32_t)(x)) & TRACE_LAYER_MASK) >> 16) macro