/system/nfc/src/nfa/hci/ |
D | nfa_hci_api.cc | 33 extern bool nfc_debug_enabled; 58 DLOG_IF(INFO, nfc_debug_enabled) in NFA_HciRegister() 64 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf( in NFA_HciRegister() 70 DLOG_IF(INFO, nfc_debug_enabled) in NFA_HciRegister() 115 DLOG_IF(INFO, nfc_debug_enabled) in NFA_HciGetGateAndPipeList() 120 DLOG_IF(INFO, nfc_debug_enabled) in NFA_HciGetGateAndPipeList() 159 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("Invalid Application"); in NFA_HciDeregister() 163 DLOG_IF(INFO, nfc_debug_enabled) in NFA_HciDeregister() 219 DLOG_IF(INFO, nfc_debug_enabled) in NFA_HciAllocGate() 227 DLOG_IF(INFO, nfc_debug_enabled) in NFA_HciAllocGate() [all …]
|
/system/nfc/src/adaptation/ |
D | NfcAdaptation.cc | 50 extern bool nfc_debug_enabled; 67 bool nfc_debug_enabled = false; variable 85 nfc_debug_enabled = in initializeGlobalDebugEnabledFlag() 94 nfc_debug_enabled = (debug_enabled == 0) ? false : true; in initializeGlobalDebugEnabledFlag() 97 DLOG_IF(INFO, nfc_debug_enabled) in initializeGlobalDebugEnabledFlag() 98 << StringPrintf("%s: level=%u", __func__, nfc_debug_enabled); in initializeGlobalDebugEnabledFlag() 267 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("%s: enter", func); in Initialize() 285 DLOG_IF(INFO, nfc_debug_enabled) in Initialize() 293 DLOG_IF(INFO, nfc_debug_enabled) in Initialize() 331 DLOG_IF(INFO, nfc_debug_enabled) in Initialize() [all …]
|
D | libmain.cc | 30 extern bool nfc_debug_enabled; 87 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf( in nfa_nv_co_read() 96 DLOG_IF(INFO, nfc_debug_enabled) in nfa_nv_co_read() 104 DLOG_IF(INFO, nfc_debug_enabled) in nfa_nv_co_read() 133 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf( in nfa_nv_co_write() 142 DLOG_IF(INFO, nfc_debug_enabled) in nfa_nv_co_write() 175 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("%s", __func__); in delete_stack_non_volatile_store() 196 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("%s", __func__); in verify_stack_non_volatile_store()
|
D | CrcChecksum.cc | 29 extern bool nfc_debug_enabled; 94 DLOG_IF(INFO, nfc_debug_enabled) in crcChecksumVerifyIntegrity() 112 DLOG_IF(INFO, nfc_debug_enabled) in crcChecksumVerifyIntegrity()
|
/system/nfc/src/nfa/dm/ |
D | nfa_dm_api.cc | 36 extern bool nfc_debug_enabled; 60 DLOG_IF(INFO, nfc_debug_enabled) << __func__; in NFA_Init() 102 DLOG_IF(INFO, nfc_debug_enabled) << __func__; in NFA_Enable() 147 DLOG_IF(INFO, nfc_debug_enabled) in NFA_Disable() 187 DLOG_IF(INFO, nfc_debug_enabled) in NFA_SetPowerSubStateForScreenState() 212 DLOG_IF(INFO, nfc_debug_enabled) in NFA_SetPowerSubStateForScreenState() 245 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("param_id:0x%X", param_id); in NFA_SetConfig() 282 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("num_ids: %i", num_ids); in NFA_GetConfig() 344 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("poll_mask=0x%x", poll_mask); in NFA_RequestExclusiveRfControl() 386 DLOG_IF(INFO, nfc_debug_enabled) << __func__; in NFA_ReleaseExclusiveRfControl() [all …]
|
D | nfa_dm_act.cc | 48 extern bool nfc_debug_enabled; 96 DLOG_IF(INFO, nfc_debug_enabled) in nfa_dm_nfcc_power_mode_proc_complete_cback() 211 DLOG_IF(INFO, nfc_debug_enabled) in nfa_dm_proc_nfcc_power_mode() 217 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf( in nfa_dm_proc_nfcc_power_mode() 268 DLOG_IF(INFO, nfc_debug_enabled) in nfa_dm_nfc_response_cback() 395 DLOG_IF(INFO, nfc_debug_enabled) in nfa_dm_nfc_response_cback() 433 DLOG_IF(INFO, nfc_debug_enabled) << __func__; in nfa_dm_enable() 468 DLOG_IF(INFO, nfc_debug_enabled) in nfa_dm_disable() 518 DLOG_IF(INFO, nfc_debug_enabled) << __func__; in nfa_dm_disable_complete() 521 DLOG_IF(INFO, nfc_debug_enabled) in nfa_dm_disable_complete() [all …]
|
D | nfa_dm_discover.cc | 44 extern bool nfc_debug_enabled; 97 DLOG_IF(INFO, nfc_debug_enabled) in nfa_dm_get_rf_discover_config() 281 DLOG_IF(INFO, nfc_debug_enabled) in nfa_dm_set_rf_listen_mode_config() 371 DLOG_IF(INFO, nfc_debug_enabled) << __func__; in nfa_dm_set_total_duration() 400 DLOG_IF(INFO, nfc_debug_enabled) << __func__; in nfa_dm_set_rf_listen_mode_raw_config() 580 DLOG_IF(INFO, nfc_debug_enabled) in nfa_dm_set_rf_listen_mode_raw_config() 675 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf( in nfa_dm_disc_get_disc_mask() 695 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("event:0x%X", event); in nfa_dm_disc_discovery_cback() 796 DLOG_IF(INFO, nfc_debug_enabled) in nfa_dm_disc_force_to_idle() 885 DLOG_IF(INFO, nfc_debug_enabled) << __func__; in nfa_dm_start_rf_discover() [all …]
|
/system/nfc/src/gki/ulinux/ |
D | gki_ulinux.cc | 29 extern bool nfc_debug_enabled; 89 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf( in gki_task_entry() 194 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf( in GKI_create_task() 199 DLOG_IF(INFO, nfc_debug_enabled) in GKI_create_task() 220 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf( in GKI_create_task() 223 DLOG_IF(INFO, nfc_debug_enabled) in GKI_create_task() 241 DLOG_IF(INFO, nfc_debug_enabled) in GKI_create_task() 250 DLOG_IF(INFO, nfc_debug_enabled) in GKI_create_task() 262 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf( in GKI_create_task() 313 DLOG_IF(INFO, nfc_debug_enabled) in GKI_shutdown() [all …]
|
/system/nfc/src/nfa/sys/ |
D | nfa_sys_ptim.cc | 32 extern bool nfc_debug_enabled; 92 DLOG_IF(INFO, nfc_debug_enabled) in nfa_sys_ptim_timer_update() 111 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("ptim timer stop"); in nfa_sys_ptim_timer_update() 128 DLOG_IF(INFO, nfc_debug_enabled) in nfa_sys_ptim_start_timer() 133 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("ptim timer start"); in nfa_sys_ptim_start_timer() 156 DLOG_IF(INFO, nfc_debug_enabled) in nfa_sys_ptim_stop_timer() 163 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("ptim timer stop"); in nfa_sys_ptim_stop_timer()
|
D | nfa_sys_main.cc | 35 extern bool nfc_debug_enabled; 77 DLOG_IF(INFO, nfc_debug_enabled) in nfa_sys_event() 133 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf( in nfa_sys_register() 178 DLOG_IF(INFO, nfc_debug_enabled) in nfa_sys_deregister() 236 DLOG_IF(INFO, nfc_debug_enabled) in nfa_sys_enable_subsystems() 267 DLOG_IF(INFO, nfc_debug_enabled) in nfa_sys_disable_subsystems() 305 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf( in nfa_sys_notify_nfcc_power_mode()
|
D | nfa_sys_cback.cc | 32 extern bool nfc_debug_enabled; 62 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf( in nfa_sys_cback_notify_enable_complete() 102 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf( in nfa_sys_cback_notify_nfcc_power_mode_proc_complete()
|
/system/nfc/src/nfc/llcp/ |
D | llcp_main.cc | 38 extern bool nfc_debug_enabled; 57 DLOG_IF(INFO, nfc_debug_enabled) << __func__; in llcp_init() 89 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf( in llcp_init() 102 DLOG_IF(INFO, nfc_debug_enabled) in llcp_init() 125 DLOG_IF(INFO, nfc_debug_enabled) << __func__; in llcp_cleanup() 151 DLOG_IF(INFO, nfc_debug_enabled) in llcp_process_timeout()
|
D | llcp_api.cc | 34 extern bool nfc_debug_enabled; 53 DLOG_IF(INFO, nfc_debug_enabled) in LLCP_SetTestParams() 73 DLOG_IF(INFO, nfc_debug_enabled) << __func__; in LLCP_RegisterDtaCback() 101 DLOG_IF(INFO, nfc_debug_enabled) in LLCP_SetConfig() 104 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf( in LLCP_SetConfig() 108 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf( in LLCP_SetConfig() 191 DLOG_IF(INFO, nfc_debug_enabled) in LLCP_GetConfig() 194 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf( in LLCP_GetConfig() 198 DLOG_IF(INFO, nfc_debug_enabled) in LLCP_GetConfig() 231 DLOG_IF(INFO, nfc_debug_enabled) << __func__; in LLCP_GetDiscoveryConfig() [all …]
|
D | llcp_util.cc | 39 extern bool nfc_debug_enabled; 71 DLOG_IF(INFO, nfc_debug_enabled) in llcp_util_parse_link_params() 84 DLOG_IF(INFO, nfc_debug_enabled) in llcp_util_parse_link_params() 95 DLOG_IF(INFO, nfc_debug_enabled) in llcp_util_parse_link_params() 107 DLOG_IF(INFO, nfc_debug_enabled) in llcp_util_parse_link_params() 118 DLOG_IF(INFO, nfc_debug_enabled) in llcp_util_parse_link_params() 166 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf( in llcp_util_adjust_ll_congestion() 204 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf( in llcp_util_adjust_dl_rx_congestion() 228 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf( in llcp_util_check_rx_congested_status() 351 DLOG_IF(INFO, nfc_debug_enabled) in llcp_util_allocate_data_link() [all …]
|
/system/nfc/src/nfa/rw/ |
D | nfa_rw_api.cc | 34 extern bool nfc_debug_enabled; 70 DLOG_IF(INFO, nfc_debug_enabled) << __func__; in NFA_RwDetectNDef() 115 DLOG_IF(INFO, nfc_debug_enabled) << __func__; in NFA_RwReadNDef() 154 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("ndef len: %i", len); in NFA_RwWriteNDef() 192 DLOG_IF(INFO, nfc_debug_enabled) << __func__; in NFA_RwPresenceCheck() 225 DLOG_IF(INFO, nfc_debug_enabled) << __func__; in NFA_RwFormatTag() 264 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf( in NFA_RwSetTagReadOnly() 273 DLOG_IF(INFO, nfc_debug_enabled) in NFA_RwSetTagReadOnly() 279 DLOG_IF(INFO, nfc_debug_enabled) in NFA_RwSetTagReadOnly() 338 DLOG_IF(INFO, nfc_debug_enabled) << __func__; in NFA_RwLocateTlv() [all …]
|
/system/nfc/src/nfc/tags/ |
D | ce_t4t.cc | 41 extern bool nfc_debug_enabled; 79 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("Status:0x%04X", status); in ce_t4t_send_status() 113 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("FileID:0x%04X", file_id); in ce_t4t_select_file() 116 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("Select CC file"); in ce_t4t_select_file() 125 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf( in ce_t4t_select_file() 159 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf( in ce_t4t_read_binary() 246 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf( in ce_t4t_update_binary() 281 DLOG_IF(INFO, nfc_debug_enabled) in ce_t4t_update_binary() 321 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("version = 0x%02X", version); in ce_t4t_set_version_in_cc() 341 DLOG_IF(INFO, nfc_debug_enabled) << __func__; in ce_t4t_process_select_file_cmd() [all …]
|
D | rw_main.cc | 41 extern bool nfc_debug_enabled; 148 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf( in rw_main_log_stats() 153 DLOG_IF(INFO, nfc_debug_enabled) in rw_main_log_stats() 156 DLOG_IF(INFO, nfc_debug_enabled) in rw_main_log_stats() 184 DLOG_IF(INFO, nfc_debug_enabled) in RW_SendRawFrame() 206 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf( in RW_SetActivatedTagType()
|
D | rw_t4t.cc | 41 extern bool nfc_debug_enabled; 613 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("File ID:0x%04X", file_id); in rw_t4t_select_file() 664 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf( in rw_t4t_read_file() 718 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("NLEN:%d", ndef_len); in rw_t4t_update_nlen() 760 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf( in rw_t4t_update_file() 816 DLOG_IF(INFO, nfc_debug_enabled) in rw_t4t_update_cc_to_readonly() 870 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("version:0x%X", version); in rw_t4t_select_application() 927 DLOG_IF(INFO, nfc_debug_enabled) << __func__; in rw_t4t_validate_cc_file() 1005 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf( in rw_t4t_handle_error() 1078 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf( in rw_t4t_sm_ndef_format() [all …]
|
/system/nfc/src/nfa/ee/ |
D | nfa_ee_api.cc | 34 extern bool nfc_debug_enabled; 58 DLOG_IF(INFO, nfc_debug_enabled) << __func__; in NFA_EeDiscover() 101 DLOG_IF(INFO, nfc_debug_enabled) in NFA_EeGetInfo() 119 DLOG_IF(INFO, nfc_debug_enabled) in NFA_EeGetInfo() 136 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("num_ret:%d", num_ret); in NFA_EeGetInfo() 157 DLOG_IF(INFO, nfc_debug_enabled) << __func__; in NFA_EeRegister() 202 DLOG_IF(INFO, nfc_debug_enabled) in NFA_EeDeregister() 247 DLOG_IF(INFO, nfc_debug_enabled) in NFA_EeModeSet() 303 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf( in NFA_EeSetDefaultTechRouting() 365 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf( in NFA_EeClearDefaultTechRouting() [all …]
|
D | nfa_ee_main.cc | 35 extern bool nfc_debug_enabled; 99 DLOG_IF(INFO, nfc_debug_enabled) << __func__; in nfa_ee_init() 125 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("%s", __func__); in nfa_ee_sys_enable() 133 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf( in nfa_ee_sys_enable() 164 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf( in nfa_ee_restore_one_ecb() 225 DLOG_IF(INFO, nfc_debug_enabled) in nfa_ee_proc_nfcc_power_mode() 286 DLOG_IF(INFO, nfc_debug_enabled) << __func__; in nfa_ee_proc_hci_info_cback() 359 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf( in nfa_ee_proc_evt() 403 DLOG_IF(INFO, nfc_debug_enabled) << __func__; in nfa_ee_find_ecb() 432 DLOG_IF(INFO, nfc_debug_enabled) << __func__; in nfa_ee_find_ecb_by_conn_id() [all …]
|
/system/nfc/src/nfa/p2p/ |
D | nfa_p2p_main.cc | 35 extern bool nfc_debug_enabled; 104 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("event:0x%02X", event); in nfa_p2p_discovery_cback() 191 DLOG_IF(INFO, nfc_debug_enabled) in nfa_p2p_update_active_listen() 249 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf( in nfa_p2p_update_active_listen() 284 DLOG_IF(INFO, nfc_debug_enabled) in nfa_p2p_llcp_link_cback() 331 DLOG_IF(INFO, nfc_debug_enabled) in nfa_p2p_llcp_link_cback() 370 DLOG_IF(INFO, nfc_debug_enabled) in nfa_p2p_llcp_link_cback() 391 DLOG_IF(INFO, nfc_debug_enabled) << __func__; in nfa_p2p_activate_llcp() 459 DLOG_IF(INFO, nfc_debug_enabled) << __func__; in nfa_p2p_deactivate_llcp() 477 DLOG_IF(INFO, nfc_debug_enabled) << __func__; in nfa_p2p_init() [all …]
|
D | nfa_p2p_api.cc | 32 extern bool nfc_debug_enabled; 69 DLOG_IF(INFO, nfc_debug_enabled) in NFA_P2pRegisterServer() 125 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("link_type:0x%x", link_type); in NFA_P2pRegisterClient() 169 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("handle:0x%02X", handle); in NFA_P2pDeregister() 209 DLOG_IF(INFO, nfc_debug_enabled) in NFA_P2pAcceptConn() 262 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("handle:0x%02X", handle); in NFA_P2pRejectConn() 314 DLOG_IF(INFO, nfc_debug_enabled) in NFA_P2pDisconnect() 366 DLOG_IF(INFO, nfc_debug_enabled) in NFA_P2pConnectByName() 423 DLOG_IF(INFO, nfc_debug_enabled) in NFA_P2pConnectBySap() 481 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf( in NFA_P2pSendUI() [all …]
|
D | nfa_p2p_act.cc | 34 extern bool nfc_debug_enabled; 128 DLOG_IF(INFO, nfc_debug_enabled) in nfa_p2p_llcp_cback() 182 DLOG_IF(INFO, nfc_debug_enabled) in nfa_p2p_sdp_cback() 214 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("SN:<%s>", p_service_name); in nfa_p2p_start_sdp() 247 DLOG_IF(INFO, nfc_debug_enabled) << __func__; in nfa_p2p_proc_llcp_data_ind() 289 DLOG_IF(INFO, nfc_debug_enabled) in nfa_p2p_proc_llcp_connect_ind() 334 DLOG_IF(INFO, nfc_debug_enabled) << __func__; in nfa_p2p_proc_llcp_connect_resp() 375 DLOG_IF(INFO, nfc_debug_enabled) << __func__; in nfa_p2p_proc_llcp_disconnect_ind() 422 DLOG_IF(INFO, nfc_debug_enabled) << __func__; in nfa_p2p_proc_llcp_disconnect_resp() 492 DLOG_IF(INFO, nfc_debug_enabled) in nfa_p2p_proc_llcp_congestion() [all …]
|
/system/nfc/src/nfa/ce/ |
D | nfa_ce_api.cc | 34 extern bool nfc_debug_enabled; 128 DLOG_IF(INFO, nfc_debug_enabled) << __func__; in NFA_CeConfigureLocalTag() 205 DLOG_IF(INFO, nfc_debug_enabled) in NFA_CeConfigureUiccListenTech() 259 DLOG_IF(INFO, nfc_debug_enabled) << __func__; in NFA_CeRegisterFelicaSystemCodeOnDH() 304 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("handle:0x%X", handle); in NFA_CeDeregisterFelicaSystemCodeOnDH() 334 DLOG_IF(INFO, nfc_debug_enabled) << __func__; in NFA_CeRegisterAidOnDH() 377 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("handle:0x%X", handle); in NFA_CeDeregisterAidOnDH() 412 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("0x%x", tech_mask); in NFA_CeSetIsoDepListenTech()
|
/system/nfc/src/nfc/nfc/ |
D | nfc_task.cc | 47 extern bool nfc_debug_enabled; 130 DLOG_IF(INFO, nfc_debug_enabled) in nfc_process_timer_evt() 133 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf( in nfc_process_timer_evt() 283 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf( in nfc_process_quick_timer_evt() 352 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("NFC_TASK started."); in nfc_task() 362 DLOG_IF(INFO, nfc_debug_enabled) in nfc_task() 398 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf( in nfc_task() 430 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("nfc_task terminated"); in nfc_task()
|