Home
last modified time | relevance | path

Searched refs:OSI_logt (Results 1 – 6 of 6) sorted by relevance

/hardware/samsung/nfc/halimpl/src/
Dhal.cc40 OSI_logt("!"); in nfc_stack_cback()
51 OSI_logt("!"); in nfc_data_callback()
56 OSI_logt("clear sendig_nci_packet"); in nfc_data_callback()
74 OSI_logt("enter; ========================================"); in nfc_hal_init()
124 OSI_logt("succeed;"); in nfc_hal_init()
129 OSI_logt("enter;"); in nfc_hal_deinit()
147 OSI_logt("exit;"); in nfc_hal_deinit()
154 OSI_logt("enter;"); in nfc_hal_open()
158 OSI_logt("SAMSUNG Hal already open"); in nfc_hal_open()
182 OSI_logt("exit;"); in nfc_hal_open()
[all …]
Ddevice.cc129 OSI_logt("device mode chage: %d -> %d", dev_state, mode); in device_set_mode()
143 OSI_logt("NFC can be going to sleep"); in device_sleep()
162 OSI_logt("Wakeup! in %d ms", wakeup_delay); in device_wakeup()
165 OSI_logt("exit"); in device_wakeup()
171 OSI_logt("enter"); in device_write()
177 OSI_logt("before system call"); in device_write()
179 OSI_logt("after system call"); in device_write()
208 OSI_logt("exit"); in device_write()
243 OSI_logt("enter"); in read_thread()
328 OSI_logt("end;"); in read_thread()
Dhal_task.cc198 OSI_logt("HAL_EVT_POWER_CYCLE"); in nfc_hal_postinit_sm()
201 OSI_logt("HAL state change to POWERCYCLE"); in nfc_hal_postinit_sm()
318 OSI_logt("HAL_EVT_POWER_CYCLE"); in nfc_hal_power_sm()
337 OSI_logt("enter!"); in nfc_hal_task()
393 OSI_logt("exit!"); in nfc_hal_task()
/hardware/samsung/nfc/halimpl/osi/
Dosi_timer.cc86 OSI_logt("enter,osi_lock"); in OSI_timer_start()
107 OSI_logt("before pthread_create for timer thread"); in OSI_timer_start()
110 OSI_logt("after pthread_create for timer thread"); in OSI_timer_start()
122 OSI_logt("before osi_unlock"); in OSI_timer_start()
124 OSI_logt("exit"); in OSI_timer_start()
Dosi.h327 #define OSI_logt(format, ...) \ macro
343 #define OSI_logt(...) macro
Dosi_task.cc40 OSI_logt("%s : exit task", __func__); in osi_task_entry()