Home
last modified time | relevance | path

Searched refs:OSI_loge (Results 1 – 9 of 9) sorted by relevance

/hardware/samsung/nfc/halimpl/src/
Dutil.cc99 OSI_loge("Cannot open config file %s", CFG_FILE_1); in __get_config_int()
101 OSI_loge("Cannot open config file %s", CFG_FILE_2); in __get_config_int()
108 OSI_loge("Cannot find the field name [%s]", field); in __get_config_int()
113 OSI_loge("Read failed"); in __get_config_int()
121 OSI_loge("It is too long data [%s~]; max", buffer); in __get_config_int()
128 OSI_loge("It is empty data"); in __get_config_int()
138 OSI_loge("Read failed [%s]", buffer); in __get_config_int()
170 OSI_loge("Cannot open config file %s", CFG_FILE_1); in get_config_string()
172 OSI_loge("Cannot open config file %s", CFG_FILE_2); in get_config_string()
190 OSI_loge("Read failed"); in get_config_string()
[all …]
Ddevice.cc58 OSI_loge("Failed to allocate task for read thread!!"); in device_init()
88 OSI_loge("Failed to open device driver: %s, pw_driver : 0x%x, errno = %d", in device_open()
95 OSI_loge("pw_driver: %d, tr_driver: %d", pw_driver, tr_driver); in device_open()
99 OSI_loge("Failed to run read task!!"); in device_open()
181 OSI_loge("write error ret = %d, errno = %d, retry = %d", ret, errno, in device_write()
220 OSI_loge("Read error ret = %d, errno = %d", ret, errno); in device_read()
247 OSI_loge("Not find %s queue!! exit read thread", "msg_q"); in read_thread()
253 OSI_loge("pipe open error for closing read thread"); in read_thread()
292 OSI_loge("Polling error"); in read_thread()
302 OSI_loge("Reading NCI header failed"); in read_thread()
[all …]
Dhal_nci.cc36 OSI_loge("NCI message send failed"); in hal_nci_send()
120 OSI_loge("Set a different value! Current Clock Speed Value : 0x%x", in hal_nci_send_prop_fw_cfg()
134 OSI_loge("Failed to read payload"); in nci_read_payload()
143 OSI_loge("need to F/W update!"); in fw_force_update()
147 OSI_loge("need to retry!"); in nci_init_timeout()
Dhal_task.cc42 OSI_loge("Failed to memory allocate!"); in nfc_hal_state_switch()
100 OSI_loge("Failed to config FW, status: %d", NCI_STATUS(pkt)); in nfc_hal_open_sm()
108 OSI_loge("Failed to config FW, status: %d", NCI_STATUS(pkt)); in nfc_hal_open_sm()
218 OSI_loge("Unexpected event [%d]", msg->event); in nfc_hal_vs_sm()
238 OSI_loge("Unexpected event [%d]", msg->event); in nfc_hal_vs_sm()
309 OSI_loge("HAL is in granted mode!"); in nfc_hal_grant_sm()
341 OSI_loge("msg_task = %p, nci_timer = %p, msg_q = %p, nci_q = %p", in nfc_hal_task()
346 OSI_loge("nfc_hal initialization is not succeeded."); in nfc_hal_task()
/hardware/samsung/nfc/halimpl/osi/
Dosi_memory.cc39 OSI_loge("%s : memory getting failed. Max size=%d, Requested size=%d", in OSI_mem_get()
60 OSI_loge("%s : Failed to find free memory pool(max: %d)", __func__, in OSI_mem_get()
69 OSI_loge("%s : get a new buffer (max: %d)", __func__, in OSI_mem_get()
74 OSI_loge("%s : try %d time(s) more!", __func__, err_cnt + 1); in OSI_mem_get()
111 OSI_loge("%s : %s queue is already allocated [%d]", __func__, que_name, in OSI_queue_allocate()
120 OSI_loge("%s : Failed to find free queue(max: %d)", __func__, in OSI_queue_allocate()
140 OSI_loge("%s : queue is not allocated", __func__); in OSI_queue_put()
145 OSI_loge("%s : queue is overflower (max: %d)", __func__, OSI_QUEUE_SIZE); in OSI_queue_put()
167 OSI_loge("%s : queue is not allocated", __func__); in queue_get()
208 OSI_loge("%s : queue is not allocated", __func__); in OSI_queue_get_wait()
Dosi_timer.cc50 OSI_loge("%s : %s timer is already allocated [%d]", __func__, in OSI_timer_allocate()
59 OSI_loge("%s : Failed to find free timer(max: %d)", __func__, in OSI_timer_allocate()
79 OSI_loge("%s : Invalid parameters", __func__); in OSI_timer_start()
82 OSI_loge("%s : The timer is not allocated", __func__); in OSI_timer_start()
104 OSI_loge("%s : Error pthread_attr_init! ,erron: %d", __func__, in OSI_timer_start()
112 OSI_loge("%s : Error to create timer_thread! ,erron: %d", __func__, in OSI_timer_start()
117 OSI_loge("%s : Error pthread_arrt_destroy ,erron: %d", __func__, in OSI_timer_start()
131 OSI_loge("%s : Invalid parameters", __func__); in OSI_timer_stop()
252 if (err < 0) OSI_loge("%s:Fail nanosleep", __func__); in timer_thread()
Dosi_task.cc62 OSI_loge("%s : %s task is already allocated [%d]", __func__, task_name, in OSI_task_allocate()
71 OSI_loge("%s : Failed to find free task(max: %d)", __func__, OSI_MAX_TASK); in OSI_task_allocate()
87 OSI_loge("%s : task handler is not exist!!", __func__); in OSI_task_run()
89 OSI_loge("%s : task state is not ALLOCATED!! (%d)", __func__, in OSI_task_run()
100 OSI_loge("%s : pthread_create failed(%d), %s", __func__, ret, in OSI_task_run()
Dosi.h337 #define OSI_loge(format, ...) \ macro
345 #define OSI_loge(...) macro
Dosi_main.cc49 OSI_loge("%s : maximum conut of buffer is set to %d, (expected: %d)", in OSI_init()