HomeSort by relevance Sort by last modified time
    Searched refs:wfc_util_log_info (Results 1 - 4 of 4) sorted by null

  /device/asus/flo/conn_init/
wfc_util_log.h 24 #define wfc_util_log_info(...) ALOGI(__VA_ARGS__) macro
27 #define wfc_util_log_info(...) printf(__VA_ARGS__);printf("\n") macro
wfc_util_qcom.c 374 wfc_util_log_info("We don't need to write the default value for NvFilelds");
510 wfc_util_log_info("wfc_util_qcom_create_random_mac");
583 wfc_util_log_info("%s%s", WFC_UTIL_CFG_TAG_MAC_ADDRESS, mac_add_buff);
680 //wfc_util_log_info("%s%s", WFC_UTIL_CFG_TAG_L2Roaming, string_buff);
681 wfc_util_log_info("%s%s", WFC_UTIL_CFG_TAG_POWER_SAVE, string_buff);
  /device/lge/mako/conn_init/
wfc_util_log.h 24 #define wfc_util_log_info(...) ALOGI(__VA_ARGS__) macro
27 #define wfc_util_log_info(...) printf(__VA_ARGS__);printf("\n") macro
wfc_util_qcom.c 372 wfc_util_log_info("We don't need to write the default value for NvFilelds");
508 wfc_util_log_info("wfc_util_qcom_create_random_mac");
569 wfc_util_log_info("%s%s", WFC_UTIL_CFG_TAG_MAC_ADDRESS, mac_add_buff);
666 //wfc_util_log_info("%s%s", WFC_UTIL_CFG_TAG_L2Roaming, string_buff);
667 wfc_util_log_info("%s%s", WFC_UTIL_CFG_TAG_POWER_SAVE, string_buff);

Completed in 414 milliseconds