Searched refs:OSI_logd (Results 1 – 7 of 7) sorted by relevance
/hardware/samsung/nfc/halimpl/src/ |
D | hal_task.cc | 93 OSI_logd("Not matched rsponse!! we expect NCI_PROP_FW_CFG_RSP"); in nfc_hal_open_sm() 142 OSI_logd("set flag to 0x%06X", nfc_hal_info.flag); in nfc_hal_postinit_sm() 150 OSI_logd("set flag to 0x%06X", nfc_hal_info.flag); in nfc_hal_postinit_sm() 160 OSI_logd("Respond CORE_RESET_RSP"); in nfc_hal_postinit_sm() 173 OSI_logd("Respond CORE_INIT_RSP"); in nfc_hal_postinit_sm() 188 OSI_logd("Complete postinit sm"); in nfc_hal_postinit_sm() 233 OSI_logd("Vendor Specific is complete."); in nfc_hal_vs_sm() 355 OSI_logd("Got a event: %s(%d)", event_to_string(msg->event), msg->event); in nfc_hal_task() 358 OSI_logd("current state: %s", state_to_string(nfc_hal_info.state)); in nfc_hal_task() 389 OSI_logd("hal state is changed: %s -> %s", state_to_string(old_st), in nfc_hal_task()
|
D | util.cc | 142 OSI_logd("Get config %s: %ld(0x%lx)", field, val, val); in __get_config_int() 179 OSI_logd("Cannot find the field name [%s]", field); in get_config_string() 184 OSI_logd("Cannot allocate temporary buffer for [%s]", field); in get_config_string() 211 OSI_logd("Get config %s: %s", field, buffer); in get_config_string() 260 OSI_logd("%s enter;", __func__); in get_hw_rev() 262 OSI_logd("%s exit; rev = %d", __func__, rev); in get_hw_rev()
|
D | hal_nci.cc | 37 OSI_logd("set flag to 0x%06X", nfc_hal_info.flag); in hal_nci_send() 156 OSI_logd("NFC requests sending last message again!"); in nfc_hal_prehandler()
|
D | device.cc | 319 OSI_logd("Sent message to HAL message task, remind que: %d", ret); in read_thread() 345 if (log_ptr) OSI_logd(" %s(%3d) %s", head, i, trace_buffer); in data_trace()
|
D | hal.cc | 335 OSI_logd("Override timeout is %d ms", nfc_hal_info.cfg.override_timeout); in setSleepTimeout() 336 OSI_logd("Sleep timeout is %d ms", nfc_hal_info.cfg.sleep_timeout); in setSleepTimeout()
|
/hardware/samsung/nfc/halimpl/osi/ |
D | osi.h | 332 #define OSI_logd(format, ...) \ macro 344 #define OSI_logd(...) macro
|
D | osi_timer.cc | 133 OSI_logd("%s : This timer is not running", __func__); in OSI_timer_stop()
|