/aosp12/system/bt/internal_include/ |
H A D | bt_trace.h | 274 if (btm_cb.trace_level >= BT_TRACE_LEVEL_ERROR) \ 284 if (btm_cb.trace_level >= BT_TRACE_LEVEL_API) \ 289 if (btm_cb.trace_level >= BT_TRACE_LEVEL_EVENT) \ 338 if (sdp_cb.trace_level >= BT_TRACE_LEVEL_API) \ 392 if (hh_cb.trace_level >= BT_TRACE_LEVEL_API) \ 419 if (hd_cb.trace_level >= BT_TRACE_LEVEL_API) \ 478 if (pan_cb.trace_level >= BT_TRACE_LEVEL_API) \ 569 if (avct_cb.trace_level >= BT_TRACE_LEVEL_API) \ 596 if (avrc_cb.trace_level >= BT_TRACE_LEVEL_API) \ 613 if (smp_cb.trace_level >= BT_TRACE_LEVEL_API) \ [all …]
|
/aosp12/system/bt/main/ |
H A D | bte_logmsg.cc | 240 functions->trace_level = value; in load_levels_from_config() 245 functions->trace_level = BT_TRACE_LEVEL_VERBOSE; in load_levels_from_config() 248 functions->trace_level); in load_levels_from_config() 249 if (functions->p_f) functions->p_f(functions->trace_level); in load_levels_from_config()
|
/aosp12/system/bt/stack/a2dp/ |
H A D | a2dp_api.cc | 354 if (new_level != 0xFF) a2dp_cb.trace_level = new_level; in A2DP_SetTraceLevel() 356 return (a2dp_cb.trace_level); in A2DP_SetTraceLevel() 391 a2dp_cb.trace_level = A2DP_INITIAL_TRACE_LEVEL; in A2DP_Init() 393 a2dp_cb.trace_level = BT_TRACE_LEVEL_NONE; in A2DP_Init()
|
H A D | a2dp_int.h | 53 uint8_t trace_level; member
|
/aosp12/system/bt/stack/avrc/ |
H A D | avrc_sdp.cc | 369 if (new_level != 0xFF) avrc_cb.trace_level = new_level; in AVRC_SetTraceLevel() 371 return (avrc_cb.trace_level); in AVRC_SetTraceLevel() 389 avrc_cb.trace_level = AVRC_INITIAL_TRACE_LEVEL; in AVRC_Init() 391 avrc_cb.trace_level = BT_TRACE_LEVEL_NONE; in AVRC_Init()
|
H A D | avrc_int.h | 153 uint8_t trace_level; member
|
/aosp12/hardware/samsung/nfc/halimpl/src/ |
H A D | hal.cc | 68 int trace_level = 0; in nfc_hal_init() local 85 trace_level = 2; in nfc_hal_init() 89 if (!get_config_int(cfg_name_table[CFG_TRACE_LEVEL], &trace_level)) in nfc_hal_init() 90 trace_level = 0; in nfc_hal_init() 96 OSI_set_debug_level(trace_level); in nfc_hal_init()
|
/aosp12/system/bt/stack/smp/ |
H A D | smp_api.cc | 64 smp_cb.trace_level = SMP_INITIAL_TRACE_LEVEL; in SMP_Init() 66 smp_cb.trace_level = BT_TRACE_LEVEL_NONE; /* No traces */ in SMP_Init() 103 if (new_level != 0xFF) smp_cb.trace_level = new_level; in SMP_SetTraceLevel() 105 return (smp_cb.trace_level); in SMP_SetTraceLevel()
|
H A D | smp_utils.cc | 871 uint8_t trace_level = p_cb->trace_level; in smp_cb_cleanup() local 881 p_cb->trace_level = trace_level; in smp_cb_cleanup()
|
/aosp12/system/bt/stack/bnep/ |
H A D | bnep_api.cc | 48 bnep_cb.trace_level = BNEP_INITIAL_TRACE_LEVEL; in BNEP_Init() 50 bnep_cb.trace_level = BT_TRACE_LEVEL_NONE; /* No traces */ in BNEP_Init() 641 if (new_level != 0xFF) bnep_cb.trace_level = new_level; in BNEP_SetTraceLevel() 643 return (bnep_cb.trace_level); in BNEP_SetTraceLevel()
|
H A D | bnep_int.h | 155 uint8_t trace_level; member
|
/aosp12/system/bt/stack/pan/ |
H A D | pan_api.cc | 628 pan_cb.trace_level = new_level; in PAN_SetTraceLevel() 632 return (pan_cb.trace_level); in PAN_SetTraceLevel() 650 pan_cb.trace_level = PAN_INITIAL_TRACE_LEVEL; in PAN_Init() 652 pan_cb.trace_level = BT_TRACE_LEVEL_NONE; /* No traces */ in PAN_Init()
|
H A D | pan_int.h | 87 uint8_t trace_level; member
|
/aosp12/system/bt/stack/hid/ |
H A D | hidd_api.cc | 50 uint8_t log_level = hd_cb.trace_level; in HID_DevInit() 55 hd_cb.trace_level = log_level; in HID_DevInit() 70 if (new_level != 0xFF) hd_cb.trace_level = new_level; in HID_DevSetTraceLevel() 72 return (hd_cb.trace_level); in HID_DevSetTraceLevel()
|
H A D | hidh_api.cc | 231 uint8_t log_level = hh_cb.trace_level; in HID_HostInit() 233 hh_cb.trace_level = log_level; in HID_HostInit() 247 if (new_level != 0xFF) hh_cb.trace_level = new_level; in HID_HostSetTraceLevel() 249 return (hh_cb.trace_level); in HID_HostSetTraceLevel()
|
H A D | hidd_int.h | 62 uint8_t trace_level; member
|
H A D | hidh_int.h | 62 uint8_t trace_level; member
|
/aosp12/system/bt/stack/btm/ |
H A D | btm_int_types.h | 285 uint8_t trace_level; member 335 trace_level = BTM_INITIAL_TRACE_LEVEL; in Init() 337 trace_level = BT_TRACE_LEVEL_NONE; /* No traces */ in Init()
|
/aosp12/system/bt/stack/avct/ |
H A D | avct_api.cc | 75 avct_cb.trace_level = AVCT_INITIAL_TRACE_LEVEL; in AVCT_Register() 77 avct_cb.trace_level = BT_TRACE_LEVEL_NONE; in AVCT_Register()
|
H A D | avct_int.h | 134 uint8_t trace_level; /* trace level */ member
|
/aosp12/system/bt/stack/rfcomm/ |
H A D | port_api.cc | 1118 rfc_cb.trace_level = RFCOMM_INITIAL_TRACE_LEVEL; in RFCOMM_Init() 1120 rfc_cb.trace_level = BT_TRACE_LEVEL_NONE; /* No traces */ in RFCOMM_Init() 1137 if (new_level != 0xFF) rfc_cb.trace_level = new_level; in PORT_SetTraceLevel() 1139 return (rfc_cb.trace_level); in PORT_SetTraceLevel()
|
/aosp12/hardware/libhardware/tests/hwc/ |
H A D | cnativewindow.c | 37 static int trace_level = 1; variable 40 do { if (trace_level >= (n)) fprintf(stderr, "CNW: " fmt); } while (0) 563 trace_level = atoi(x); in cnw_create()
|
/aosp12/system/bt/bta/hd/ |
H A D | bta_hd_int.h | 139 uint8_t trace_level; member
|
/aosp12/system/bt/main/shim/ |
H A D | l2c_api.h | 267 uint8_t L2CA_SetTraceLevel(uint8_t trace_level);
|
/aosp12/system/bt/stack/sdp/ |
H A D | sdpint.h | 177 uint8_t trace_level; member
|