Home
last modified time | relevance | path

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

/aosp12/system/bt/internal_include/
H A Dbt_trace.h70 #define TRACE_TYPE_ERROR 0x00000000 macro
253 BT_TRACE(TRACE_LAYER_HCI, TRACE_TYPE_ERROR, ##__VA_ARGS__); \
275 BT_TRACE(TRACE_LAYER_BTM, TRACE_TYPE_ERROR, ##__VA_ARGS__); \
329 BT_TRACE(TRACE_LAYER_SDP, TRACE_TYPE_ERROR, ##__VA_ARGS__); \
383 BT_TRACE(TRACE_LAYER_HID, TRACE_TYPE_ERROR, ##__VA_ARGS__); \
410 BT_TRACE(TRACE_LAYER_HID, TRACE_TYPE_ERROR, ##__VA_ARGS__); \
469 BT_TRACE(TRACE_LAYER_PAN, TRACE_TYPE_ERROR, ##__VA_ARGS__); \
523 BT_TRACE(TRACE_LAYER_AVP, TRACE_TYPE_ERROR, ##__VA_ARGS__); \
550 BT_TRACE(TRACE_LAYER_AVP, TRACE_TYPE_ERROR, ##__VA_ARGS__); \
577 BT_TRACE(TRACE_LAYER_AVP, TRACE_TYPE_ERROR, ##__VA_ARGS__); \
[all …]
/aosp12/system/bt/main/
H A Dbte_logmsg.cc190 case TRACE_TYPE_ERROR: in LogMsg()
206 CHECK(TRACE_GET_TYPE(trace_set_mask) == TRACE_TYPE_ERROR); in LogMsg()