Home
last modified time | relevance | path

Searched refs:StringPrintf (Results 1 – 25 of 391) sorted by relevance

12345678910>>...16

/system/nfc/src/adaptation/
Dlibmain.cc27 using android::base::StringPrintf;
35 return StringPrintf("%s/%s%u", nfc_storage_path.c_str(), bin.c_str(), block); in getFilenameForBlock()
87 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf( in nfa_nv_co_read()
94 LOG(ERROR) << StringPrintf("%s: failed to read checksum, errno = 0x%02x", in nfa_nv_co_read()
101 << StringPrintf("%s: data size=%zu", __func__, actualReadData); in nfa_nv_co_read()
104 LOG(ERROR) << StringPrintf("%s: fail to read", __func__); in nfa_nv_co_read()
109 << StringPrintf("%s: fail to open", __func__); in nfa_nv_co_read()
137 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf( in nfa_nv_co_write()
147 << StringPrintf("%s: %zu bytes written", __func__, actualWrittenData); in nfa_nv_co_write()
152 LOG(ERROR) << StringPrintf("%s: fail to write", __func__); in nfa_nv_co_write()
[all …]
DNfcAdaptation.cc41 using android::base::StringPrintf;
102 << StringPrintf("%s: level=%u", __func__, nfc_debug_enabled); in initializeGlobalDebugEnabledFlag()
293 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("%s: enter", func); in Initialize()
312 << StringPrintf("%s: Overriding NFA_EE_MAX_EE_SUPPORTED to use %d", in Initialize()
320 << StringPrintf("%s: Overriding NFA_POLL_BAIL_OUT_MODE to use %d", func, in Initialize()
358 << StringPrintf("%s: preserve stack NV store", __func__); in Initialize()
375 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("%s: exit", func); in Initialize()
391 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("%s: enter", func); in Finalize()
396 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("%s: exit", func); in Finalize()
452 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("%s: enter", func); in NFCA_TASK()
[all …]
DCrcChecksum.cc27 using android::base::StringPrintf;
95 << StringPrintf("%s: filename=%s", __func__, filename); in crcChecksumVerifyIntegrity()
113 << StringPrintf("%s: data size=%zu", __func__, data.size()); in crcChecksumVerifyIntegrity()
118 LOG(ERROR) << StringPrintf("%s: checksum mismatch", __func__); in crcChecksumVerifyIntegrity()
120 LOG(ERROR) << StringPrintf("%s: invalid length", __func__); in crcChecksumVerifyIntegrity()
/system/nfc/src/nfa/hci/
Dnfa_hci_api.cc31 using android::base::StringPrintf;
59 << StringPrintf("Invalid Application name"); in NFA_HciRegister()
64 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf( in NFA_HciRegister()
71 << StringPrintf("Application Name: %s", p_app_name); in NFA_HciRegister()
116 << StringPrintf("Invalid hci_handle:0x%04x", hci_handle); in NFA_HciGetGateAndPipeList()
121 << StringPrintf("hci_handle:0x%04x", hci_handle); in NFA_HciGetGateAndPipeList()
159 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("Invalid Application"); in NFA_HciDeregister()
164 << StringPrintf("Application Name: %s", p_app_name); in NFA_HciDeregister()
178 LOG(ERROR) << StringPrintf("Application Name: %s NOT FOUND", p_app_name); in NFA_HciDeregister()
220 << StringPrintf("Invalid hci_handle:0x%04x", hci_handle); in NFA_HciAllocGate()
[all …]
/system/nfc/src/nfc/llcp/
Dllcp_api.cc32 using android::base::StringPrintf;
54 << StringPrintf("version:0x%02X, wks:0x%04X", version, wks); in LLCP_SetTestParams()
102 << StringPrintf("link_miu:%d, opt:0x%02X, wt:%d, link_timeout:%d", 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()
112 LOG(ERROR) << StringPrintf( in LLCP_SetConfig()
118 LOG(ERROR) << StringPrintf( in LLCP_SetConfig()
127 LOG(ERROR) << StringPrintf( in LLCP_SetConfig()
137 LOG(ERROR) << StringPrintf( in LLCP_SetConfig()
143 LOG(ERROR) << StringPrintf( in LLCP_SetConfig()
[all …]
Dllcp_util.cc37 using android::base::StringPrintf;
58 LOG(ERROR) << StringPrintf("Bad TLV's"); in llcp_util_parse_link_params()
67 LOG(ERROR) << StringPrintf("Bad TLV's"); in llcp_util_parse_link_params()
72 << StringPrintf("Peer Version - 0x%02X", llcp_cb.lcb.peer_version); in llcp_util_parse_link_params()
78 LOG(ERROR) << StringPrintf("Bad TLV's"); in llcp_util_parse_link_params()
85 << StringPrintf("Peer MIU - %d bytes", llcp_cb.lcb.peer_miu); in llcp_util_parse_link_params()
91 LOG(ERROR) << StringPrintf("Bad TLV's"); in llcp_util_parse_link_params()
96 << StringPrintf("Peer WKS - 0x%04X", llcp_cb.lcb.peer_wks); in llcp_util_parse_link_params()
102 LOG(ERROR) << StringPrintf("Bad TLV's"); in llcp_util_parse_link_params()
108 << StringPrintf("Peer LTO - %d ms", llcp_cb.lcb.peer_lto); in llcp_util_parse_link_params()
[all …]
Dllcp_dlc.cc36 using android::base::StringPrintf;
71 << StringPrintf("DLC (0x%02X) - state: %s, evt: %s", p_dlcb->local_sap, in llcp_dlsm_execute()
147 LOG(WARNING) << StringPrintf( in llcp_dlsm_idle()
164 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf( in llcp_dlsm_idle()
180 LOG(ERROR) << StringPrintf("Unexpected event"); in llcp_dlsm_idle()
215 LOG(WARNING) << StringPrintf( in llcp_dlsm_w4_remote_resp()
224 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf( in llcp_dlsm_w4_remote_resp()
274 LOG(ERROR) << StringPrintf("Unexpected event"); in llcp_dlsm_w4_remote_resp()
362 LOG(ERROR) << StringPrintf("Unexpected event"); in llcp_dlsm_w4_local_resp()
447 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf( in llcp_dlsm_connected()
[all …]
/system/nfc/src/nfa/p2p/
Dnfa_p2p_api.cc30 using android::base::StringPrintf;
70 << StringPrintf("server_sap:0x%02x, link_type:0x%x, SN:<%s>", server_sap, in NFA_P2pRegisterServer()
76 LOG(ERROR) << StringPrintf("server_sap must be between %d and %d", in NFA_P2pRegisterServer()
81 LOG(ERROR) << StringPrintf("link type (0x%x) must be specified", link_type); in NFA_P2pRegisterServer()
125 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("link_type:0x%x", link_type); in NFA_P2pRegisterClient()
129 LOG(ERROR) << StringPrintf("link type (0x%x) must be specified", link_type); in NFA_P2pRegisterClient()
169 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("handle:0x%02X", handle); in NFA_P2pDeregister()
174 LOG(ERROR) << StringPrintf("Handle is invalid or not registered"); in NFA_P2pDeregister()
210 << StringPrintf("handle:0x%02X, MIU:%d, RW:%d", handle, miu, rw); in NFA_P2pAcceptConn()
215 LOG(ERROR) << StringPrintf("Connection Handle is not valid"); in NFA_P2pAcceptConn()
[all …]
/system/netd/server/
DStrictController.cpp45 using android::base::StringPrintf;
69 #define CMD_V4(...) { auto cmd = StringPrintf(__VA_ARGS__); v4.push_back(cmd); } in setupIptablesHooks()
70 #define CMD_V6(...) { auto cmd = StringPrintf(__VA_ARGS__); v6.push_back(cmd); } in setupIptablesHooks()
144 #define CLEAR_CHAIN(x) StringPrintf(":%s -", (x)) in resetChains()
165 std::string perUidChain = StringPrintf("st_clear_caught_%u", uid); in setUidCleartextPenalty()
172 StringPrintf("-D %s -m owner --uid-owner %d -j %s", in setUidCleartextPenalty()
174 StringPrintf("-D %s -m owner --uid-owner %d -j %s", in setUidCleartextPenalty()
176 StringPrintf("-F %s", perUidChain.c_str()), in setUidCleartextPenalty()
177 StringPrintf("-X %s", perUidChain.c_str()), in setUidCleartextPenalty()
182 commands.push_back(StringPrintf(":%s -", perUidChain.c_str())); in setUidCleartextPenalty()
[all …]
DBandwidthControllerTest.cpp48 using android::base::StringPrintf;
270 StringPrintf(":%s -", c_chain), in makeInterfaceQuotaCommands()
271 StringPrintf("-A %s -j bw_penalty_box", c_chain), in makeInterfaceQuotaCommands()
272 StringPrintf("-I bw_INPUT %d -i %s -j %s", ruleIndex, c_iface, c_chain), in makeInterfaceQuotaCommands()
273 StringPrintf("-I bw_OUTPUT %d -o %s -j %s", ruleIndex, c_iface, c_chain), in makeInterfaceQuotaCommands()
274 StringPrintf("-A bw_FORWARD -i %s -j %s", c_iface, c_chain), in makeInterfaceQuotaCommands()
275 StringPrintf("-A bw_FORWARD -o %s -j %s", c_iface, c_chain), in makeInterfaceQuotaCommands()
276 StringPrintf("-A %s -m quota2 ! --quota %" PRIu64 " --name %s -j REJECT", c_chain, in makeInterfaceQuotaCommands()
289 StringPrintf("-D bw_INPUT -i %s -j %s", c_iface, c_chain), in removeInterfaceQuotaCommands()
290 StringPrintf("-D bw_OUTPUT -o %s -j %s", c_iface, c_chain), in removeInterfaceQuotaCommands()
[all …]
DBandwidthController.cpp75 using android::base::StringPrintf;
150 const std::string BPF_PENALTY_BOX_MATCH_DENYLIST_COMMAND = StringPrintf(
217 StringPrintf("-A bw_INPUT -m mark --mark 0x%x/0x%x -j RETURN", uidBillingMask, in getBasicAccountingCommands()
219 StringPrintf("-A bw_INPUT -j MARK --or-mark 0x%x", uidBillingMask), in getBasicAccountingCommands()
254 StringPrintf("-A bw_mangle_POSTROUTING -j MARK --set-mark 0x0/0x%x", uidBillingMask), in getBasicAccountingCommands()
375 StringPrintf("-I bw_INPUT %d -i %s -j %s", ruleInsertPos, iface.c_str(), chain), in setInterfaceSharedQuota()
376 StringPrintf("-I bw_OUTPUT %d -o %s -j %s", ruleInsertPos, iface.c_str(), chain), in setInterfaceSharedQuota()
377 StringPrintf("-A bw_FORWARD -i %s -j %s", iface.c_str(), chain), in setInterfaceSharedQuota()
378 StringPrintf("-A bw_FORWARD -o %s -j %s", iface.c_str(), chain), in setInterfaceSharedQuota()
381 cmds.push_back(StringPrintf("-I %s -m quota2 ! --quota %" PRId64 " --name %s -j REJECT", in setInterfaceSharedQuota()
[all …]
DTetherControllerTest.cpp40 using android::base::StringPrintf;
114 std::string v4Cmd = StringPrintf( in firstIPv4UpstreamCommands()
140 std::string rpfilterCmd = StringPrintf( in startNatCommands()
147 StringPrintf( in startNatCommands()
150 StringPrintf("-A tetherctrl_raw_PREROUTING -p tcp --dport 1723 -i %s -j CT " in startNatCommands()
155 StringPrintf("-A tetherctrl_FORWARD -i %s -o %s -m state --state" in startNatCommands()
158 StringPrintf("-A tetherctrl_FORWARD -i %s -o %s -m state --state INVALID -j DROP", in startNatCommands()
160 StringPrintf("-A tetherctrl_FORWARD -i %s -o %s -g tetherctrl_counters", intIf, in startNatCommands()
170 StringPrintf("-A tetherctrl_counters -i %s -o %s -j RETURN", intIf, extIf), in startNatCommands()
171 StringPrintf("-A tetherctrl_counters -i %s -o %s -j RETURN", extIf, intIf), in startNatCommands()
[all …]
/system/nfc/src/nfc/tags/
Dce_t4t.cc39 using android::base::StringPrintf;
60 LOG(ERROR) << StringPrintf("failed"); in ce_t4t_send_to_lower()
79 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("Status:0x%04X", status); in ce_t4t_send_status()
84 LOG(ERROR) << StringPrintf("Cannot allocate buffer"); 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()
136 LOG(ERROR) << StringPrintf("Cannot find file ID (0x%04X)", file_id); in ce_t4t_select_file()
159 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf( in ce_t4t_read_binary()
177 LOG(ERROR) << StringPrintf("Cannot allocate buffer"); in ce_t4t_read_binary()
[all …]
Drw_t4t.cc39 using android::base::StringPrintf;
134 LOG(ERROR) << StringPrintf("failed"); in rw_t4t_send_to_lower()
178 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf( in rw_t4t_set_ber_tlv()
186 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf( in rw_t4t_set_ber_tlv()
196 << StringPrintf("%s - Short Field Coding used", __func__); in rw_t4t_set_ber_tlv()
275 LOG(ERROR) << StringPrintf( in rw_t4t_set_ber_tlv()
313 LOG(ERROR) << StringPrintf("Cannot allocate buffer"); in rw_t4t_get_hw_version()
350 LOG(ERROR) << StringPrintf("Cannot allocate buffer"); in rw_t4t_get_sw_version()
386 LOG(ERROR) << StringPrintf("%s incorrect p_r_apdu length", __func__); in rw_t4t_update_version_details()
436 LOG(ERROR) << StringPrintf("Cannot allocate buffer"); in rw_t4t_get_uid_details()
[all …]
Dce_t3t.cc37 using android::base::StringPrintf;
98 LOG(ERROR) << StringPrintf("failed"); in ce_t3t_send_to_lower()
185 LOG(ERROR) << StringPrintf( in ce_t3t_send_rsp()
233 LOG(ERROR) << StringPrintf("CE: UPDATE request using read-only service"); in ce_t3t_handle_update_cmd()
241 LOG(ERROR) << StringPrintf( in ce_t3t_handle_update_cmd()
247 LOG(ERROR) << StringPrintf( in ce_t3t_handle_update_cmd()
252 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf( in ce_t3t_handle_update_cmd()
275 LOG(ERROR) << StringPrintf( in ce_t3t_handle_update_cmd()
294 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf( in ce_t3t_handle_update_cmd()
300 LOG(ERROR) << StringPrintf( in ce_t3t_handle_update_cmd()
[all …]
Drw_t1t.cc39 using android::base::StringPrintf;
80 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf( in rw_t1t_data_cback()
100 LOG(ERROR) << StringPrintf( in rw_t1t_data_cback()
137 LOG(ERROR) << StringPrintf( in rw_t1t_data_cback()
147 LOG(ERROR) << StringPrintf( in rw_t1t_data_cback()
160 << StringPrintf("RW RECV [%s]:0x%x RSP", t1t_info_to_str(p_cmd_rsp_info), in rw_t1t_data_cback()
208 << StringPrintf("RW T1T state changed:<%s> -> <%s>", in rw_t1t_data_cback()
227 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf( in rw_t1t_conn_cback()
231 LOG(WARNING) << StringPrintf( in rw_t1t_conn_cback()
357 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf( in rw_t1t_send_static_cmd()
[all …]
/system/bt/audio_bluetooth_hw/
Ddevice_port_proxy.cc35 using ::android::base::StringPrintf;
133 … LOG(ERROR) << "control_result_cb: proxy of device port (cookie=" << StringPrintf("%#hx", cookie) in SetUp()
145 … LOG(ERROR) << "session_changed_cb: proxy of device port (cookie=" << StringPrintf("%#hx", cookie) in SetUp()
156 …c__ << ": session_type=" << toString(session_type_) << ", cookie=" << StringPrintf("%#hx", cookie_… in SetUp()
167 << StringPrintf("%#x", device) << ")"; in init_session_type()
171 … __func__ << ": device=AUDIO_DEVICE_OUT_HEARING_AID (MEDIA/VOICE) (" << StringPrintf("%#x", device) in init_session_type()
178 << StringPrintf("%#x", device) << ")"; in init_session_type()
184 << StringPrintf("%#x", device) << ")"; in init_session_type()
190 << StringPrintf("%#x", device) << ")"; in init_session_type()
194 LOG(ERROR) << __func__ << ": unknown device=" << StringPrintf("%#x", device); in init_session_type()
[all …]
/system/nfc/src/gki/ulinux/
Dgki_ulinux.cc27 using android::base::StringPrintf;
89 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf( in gki_task_entry()
98 LOG(WARNING) << StringPrintf("gki_task task_id=%i terminating", in gki_task_entry()
192 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf( in GKI_create_task()
198 << StringPrintf("Error! task ID > max task allowed"); in GKI_create_task()
218 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf( in GKI_create_task()
222 << StringPrintf("GKI creating JOINABLE task %i", task_id); in GKI_create_task()
240 << StringPrintf("pthread_create failed(%d), %s!", ret, taskname); in GKI_create_task()
249 << StringPrintf("PBS SQL lowest priority task"); in GKI_create_task()
260 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf( in GKI_create_task()
[all …]
/system/vold/model/
DEmulatedVolume.cpp39 using android::base::StringPrintf;
48 setId(StringPrintf("emulated;%u", userId)); in EmulatedVolume()
59 setId(StringPrintf("emulated:%u,%u;%u", major(device), minor(device), userId)); in EmulatedVolume()
113 androidSource = StringPrintf("/mnt/runtime/default/%s/%d/Android", label.c_str(), userId); in mountFuseBindMounts()
115 androidSource = StringPrintf("/%s/%d/Android", mRawPath.c_str(), userId); in mountFuseBindMounts()
121 std::string androidDataSource = StringPrintf("%s/data", androidSource.c_str()); in mountFuseBindMounts()
123 StringPrintf("/mnt/user/%d/%s/%d/Android/data", userId, label.c_str(), userId)); in mountFuseBindMounts()
129 std::string androidObbSource = StringPrintf("%s/obb", androidSource.c_str()); in mountFuseBindMounts()
131 StringPrintf("/mnt/user/%d/%s/%d/Android/obb", userId, label.c_str(), userId)); in mountFuseBindMounts()
142 std::string obbSource(StringPrintf("/mnt/runtime/write/%s/%d/Android/obb", in mountFuseBindMounts()
[all …]
/system/memory/libmeminfo/tools/
Dprocrank.cpp57 std::string fname = ::android::base::StringPrintf("/proc/%d/oom_score_adj", pid); in ProcessRecord()
70 fname = ::android::base::StringPrintf("/proc/%d/cmdline", pid); in ProcessRecord()
205 ss << ::android::base::StringPrintf("%5s ", "PID"); in print_header()
207 ss << ::android::base::StringPrintf("%5s ", "oom"); in print_header()
211 ss << ::android::base::StringPrintf("%7s %7s %7s ", "WRss", "WPss", "WUss"); in print_header()
214 ss << ::android::base::StringPrintf("%8s %7s %7s %7s ", "Vss", "Rss", "Pss", "Uss"); in print_header()
216 ss << ::android::base::StringPrintf("%7s %7s %7s ", "Swap", "PSwap", "USwap"); in print_header()
218 ss << ::android::base::StringPrintf("%7s ", "ZSwap"); in print_header()
227 ss << ::android::base::StringPrintf("%5d ", proc.pid()); in print_process_record()
229 ss << ::android::base::StringPrintf("%5d ", proc.oomadj()); in print_process_record()
[all …]
/system/nfc/src/nfa/ee/
Dnfa_ee_api.cc32 using android::base::StringPrintf;
61 LOG(ERROR) << StringPrintf("NFA_EeDiscover bad em state: %d", in NFA_EeDiscover()
65 LOG(ERROR) << StringPrintf("in progress or NULL callback function"); in NFA_EeDiscover()
102 << StringPrintf("NFA_EeGetInfo em_state:%d cur_ee:%d", nfa_ee_cb.em_state, in NFA_EeGetInfo()
106 LOG(ERROR) << StringPrintf("NFA_EeGetInfo bad parameter"); in NFA_EeGetInfo()
112 LOG(ERROR) << StringPrintf("NFA_EeGetInfo bad em state: %d", in NFA_EeGetInfo()
120 << StringPrintf("xx:%d max_ret:%d, num_ret:%d ee_status:0x%x", xx, in NFA_EeGetInfo()
136 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("num_ret:%d", num_ret); in NFA_EeGetInfo()
160 LOG(ERROR) << StringPrintf("with NULL callback function"); in NFA_EeRegister()
203 << StringPrintf("%d, status:%d", index, status); in NFA_EeDeregister()
[all …]
/system/vold/
DVoldNativeServiceValidation.cpp28 using android::base::StringPrintf;
49 StringPrintf("UID %d / PID %d lacks permission %s", uid, pid, permission)); in CheckPermission()
59 StringPrintf("UID %d is not expected UID %d", uid, expectedUid)); in CheckUidOrRoot()
70 StringPrintf("ID %s is malformed", id.c_str())); in CheckArgumentId()
82 StringPrintf("Path %s is relative", path.c_str())); in CheckArgumentPath()
86 StringPrintf("Path %s is shady", path.c_str())); in CheckArgumentPath()
91 StringPrintf("Path %s is malformed", path.c_str())); in CheckArgumentPath()
102 StringPrintf("Hex %s is malformed", hex.c_str())); in CheckArgumentHex()
/system/nfc/src/nfa/ce/
Dnfa_ce_api.cc32 using android::base::StringPrintf;
56 LOG(ERROR) << StringPrintf("nfa_ce_api_reregister_listen: Invalid handle"); in nfa_ce_api_deregister_listen()
70 LOG(ERROR) << StringPrintf("nfa_ce_api_reregister_listen: Out of buffers"); in nfa_ce_api_deregister_listen()
134 LOG(ERROR) << StringPrintf( in NFA_CeConfigureLocalTag()
141 LOG(ERROR) << StringPrintf( in NFA_CeConfigureLocalTag()
147 LOG(ERROR) << StringPrintf( in NFA_CeConfigureLocalTag()
206 << StringPrintf("ee_handle = 0x%x", ee_handle); in NFA_CeConfigureUiccListenTech()
228 LOG(ERROR) << StringPrintf( in NFA_CeConfigureUiccListenTech()
304 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("handle:0x%X", handle); in NFA_CeDeregisterFelicaSystemCodeOnDH()
377 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("handle:0x%X", handle); in NFA_CeDeregisterAidOnDH()
[all …]
/system/nfc/src/nfa/sys/
Dnfa_sys_ptim.cc30 using android::base::StringPrintf;
93 << StringPrintf("nfa_sys_ptim_timer_update expired: %p", p_tle); in nfa_sys_ptim_timer_update()
111 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("ptim timer stop"); in nfa_sys_ptim_timer_update()
129 << StringPrintf("nfa_sys_ptim_start_timer %p", p_tle); in nfa_sys_ptim_start_timer()
133 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("ptim timer start"); in nfa_sys_ptim_start_timer()
157 << StringPrintf("nfa_sys_ptim_stop_timer %p", p_tle); in nfa_sys_ptim_stop_timer()
163 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("ptim timer stop"); in nfa_sys_ptim_stop_timer()
/system/nfc/src/nfa/dm/
Dnfa_dm_api.cc34 using android::base::StringPrintf;
106 LOG(ERROR) << StringPrintf("error null callback"); in NFA_Enable()
148 << StringPrintf("NFA_Disable (graceful=%i)", graceful); in NFA_Disable()
188 << StringPrintf("%s: state:0x%X", __func__, screenState); in NFA_SetPowerSubStateForScreenState()
213 << StringPrintf("%s, unknown screen state", __func__); 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()
347 LOG(ERROR) << StringPrintf("error null callback"); in NFA_RequestExclusiveRfControl()
389 LOG(ERROR) << StringPrintf( in NFA_ReleaseExclusiveRfControl()
[all …]

12345678910>>...16