Searched defs:TRACE_ORG_MASK (Results 1 - 3 of 3) sorted by relevance

/external/bluetooth/bluedroid/stack/include/
H A Dbt_types.h596 #define TRACE_ORG_MASK 0x0000ff00 macro
597 #define TRACE_GET_ORG(x) ((((UINT32)(x)) & TRACE_ORG_MASK) >> 8)
/external/libnfc-nci/halimpl/bcm2079x/include/
H A Dbt_types.h600 #define TRACE_ORG_MASK 0x0000ff00 macro
601 #define TRACE_GET_ORG(x) ((((UINT32)(x)) & TRACE_ORG_MASK) >> 8)
/external/libnfc-nci/src/include/
H A Dbt_types.h600 #define TRACE_ORG_MASK 0x0000ff00 macro
601 #define TRACE_GET_ORG(x) ((((UINT32)(x)) & TRACE_ORG_MASK) >> 8)

Completed in 22 milliseconds