OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wfc_util_log_error
(Results
1 - 8
of
8
) sorted by null
/device/asus/flo/conn_init/
wfc_util_log.h
25
#define
wfc_util_log_error
(...) ALOGE(__VA_ARGS__)
macro
28
#define
wfc_util_log_error
(...) printf(__VA_ARGS__);printf("\n")
macro
wfc_util_fctrl.c
34
wfc_util_log_error
("wfc_util_printf : unvalid parameters");
38
wfc_util_log_error
("wfc_util_printf : lenght is (%d)", length);
45
wfc_util_log_error
("wfc_util_printf : %s", pPrintBuff);
49
wfc_util_log_error
("wfc_util_printf : can not malloc(%d)", (length+1));
63
wfc_util_log_error
("wfc_util_finsert_new_string : unvalid parameters");
126
wfc_util_log_error
("wfc_util_finsert_new_string : can not malloc(%d)", sz_backupBuff);
140
wfc_util_log_error
("wfc_util_fupdate_string : unvalid parameters");
191
wfc_util_log_error
("wfc_util_fupdate_string : can not malloc(%d)", (int)sz_newReadBuff);
236
wfc_util_log_error
("wfc_util_fset_buffer : file size(%d) is less than to write position(%d)", (int)sz_file, (positionStart+newValueLength));
242
wfc_util_log_error
("wfc_util_fset_buffer : can not malloc(%d)", (int)sz_file)
[
all
...]
wfc_util_common.c
33
wfc_util_log_error
("wfc_util_htoa : not enough buffer size(%d)", szAsciiStringBuff);
56
wfc_util_log_error
("wfc_util_atoh : not enough buffer size(%d)", szHexaBuff);
115
wfc_util_log_error
("wfc_util_random_mac : buffer is NULL");
wfc_util_qcom.c
195
wfc_util_log_error
("This is default MAC address [%s]", mac_add_buff[i]);
202
wfc_util_log_error
("This is Random MAC address");
208
wfc_util_log_error
("This is RFT MAC address [%s]", WFC_UTIL_CFG_DEFAULT_MAC_RFT);
284
wfc_util_log_error
("%s is not exist", WFC_UTIL_CFG_TAG_HEARTBEAT24);
336
wfc_util_log_error
("%s is not exist", WFC_UTIL_CFG_TAG_HEARTBEAT24);
348
wfc_util_log_error
("We don't access file [%s]", WFC_UTIL_NV_BIN_FILE_NAME);
394
wfc_util_log_error
("Read Fail nvValidityBitmap");
413
wfc_util_log_error
("We don't access file [%s]", WFC_UTIL_NV_BIN_FILE_NAME);
474
wfc_util_log_error
("Change %s%s", WFC_UTIL_CFG_TAG_MAC_ADDRESS, nv_mac_add_buff);
546
wfc_util_log_error
("Fail to Access [%s]", WFC_UTIL_CFG_FILE_NAME)
[
all
...]
/device/lge/mako/conn_init/
wfc_util_log.h
25
#define
wfc_util_log_error
(...) ALOGE(__VA_ARGS__)
macro
28
#define
wfc_util_log_error
(...) printf(__VA_ARGS__);printf("\n")
macro
wfc_util_fctrl.c
34
wfc_util_log_error
("wfc_util_printf : unvalid parameters");
38
wfc_util_log_error
("wfc_util_printf : lenght is (%d)", length);
45
wfc_util_log_error
("wfc_util_printf : %s", pPrintBuff);
49
wfc_util_log_error
("wfc_util_printf : can not malloc(%d)", (length+1));
63
wfc_util_log_error
("wfc_util_finsert_new_string : unvalid parameters");
126
wfc_util_log_error
("wfc_util_finsert_new_string : can not malloc(%d)", sz_backupBuff);
140
wfc_util_log_error
("wfc_util_fupdate_string : unvalid parameters");
191
wfc_util_log_error
("wfc_util_fupdate_string : can not malloc(%d)", (int)sz_newReadBuff);
236
wfc_util_log_error
("wfc_util_fset_buffer : file size(%d) is less than to write position(%d)", (int)sz_file, (positionStart+newValueLength));
242
wfc_util_log_error
("wfc_util_fset_buffer : can not malloc(%d)", (int)sz_file)
[
all
...]
wfc_util_common.c
33
wfc_util_log_error
("wfc_util_htoa : not enough buffer size(%d)", szAsciiStringBuff);
56
wfc_util_log_error
("wfc_util_atoh : not enough buffer size(%d)", szHexaBuff);
115
wfc_util_log_error
("wfc_util_random_mac : buffer is NULL");
wfc_util_qcom.c
193
wfc_util_log_error
("This is default MAC address [%s]", mac_add_buff[i]);
200
wfc_util_log_error
("This is Random MAC address");
206
wfc_util_log_error
("This is RFT MAC address [%s]", WFC_UTIL_CFG_DEFAULT_MAC_RFT);
282
wfc_util_log_error
("%s is not exist", WFC_UTIL_CFG_TAG_HEARTBEAT24);
334
wfc_util_log_error
("%s is not exist", WFC_UTIL_CFG_TAG_HEARTBEAT24);
346
wfc_util_log_error
("We don't access file [%s]", WFC_UTIL_NV_BIN_FILE_NAME);
392
wfc_util_log_error
("Read Fail nvValidityBitmap");
411
wfc_util_log_error
("We don't access file [%s]", WFC_UTIL_NV_BIN_FILE_NAME);
472
wfc_util_log_error
("Change %s%s", WFC_UTIL_CFG_TAG_MAC_ADDRESS, nv_mac_add_buff);
544
wfc_util_log_error
("Fail to Access [%s]", WFC_UTIL_CFG_FILE_NAME)
[
all
...]
Completed in 149 milliseconds