| /system/chre/platform/slpi/include/chre/target_platform/ | 
| D | log.h | 57 #define LOGI(fmt, ...) CHRE_BUFFER_LOG(CHRE_LOG_INFO, fmt, ##__VA_ARGS__)  macro 74 #define LOGI(fmt, ...) \  macro 121 #define LOGI(fmt, ...) CHRE_SLPI_LOG(MEDIUM, fmt, ##__VA_ARGS__)  macro 137 #define LOGI(fmt, ...) CHRE_SLPI_LOG(ASH_LOG_INFO, fmt, ##__VA_ARGS__)  macro
  | 
| /system/chre/platform/tinysys/include/chre/target_platform/ | 
| D | log.h | 67 #define LOGI(fmt, arg...)                                \  macro 97 #define LOGI(fmt, arg...)              \  macro
  | 
| /system/chre/platform/zephyr/include/chre/target_platform/ | 
| D | log.h | 28 #define LOGI(...) LOG_INF(__VA_ARGS__)  macro
  | 
| /system/chre/apps/wifi_offload/include/chre/apps/wifi_offload/ | 
| D | wifi_offload.h | 51 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO, LOG_TAG, __VA_ARGS__)  macro
  | 
| /system/chre/platform/include/chre/platform/ | 
| D | log.h | 85 #define LOGI(format, ...) CHRE_LOG_NULL(format, ##__VA_ARGS__)  macro
  | 
| /system/chre/platform/android/include/chre/target_platform/ | 
| D | log.h | 37 #define LOGI(fmt, ...) CHRE_ANDROID_LOG(ANDROID_LOG_INFO, fmt, ##__VA_ARGS__)  macro
  | 
| /system/chre/platform/exynos/include/chre/target_platform/ | 
| D | log.h | 30 #define LOGI(fmt, ...) CHRE_EXYNOS_LOG(CHRE_LOG_INFO, fmt, ##__VA_ARGS__)  macro
  | 
| /system/chre/host/common/include/chre_host/ | 
| D | log.h | 49 #define LOGI(format, ...)                                                    \  macro
  | 
| /system/chre/platform/linux/include/chre/target_platform/ | 
| D | log.h | 50 #define LOGI(fmt, ...) \  macro
  | 
| /system/chre/apps/nearby/third_party/contexthub/chre/util/include/chre/util/nanoapp/ | 
| D | log.h | 93 #define LOGI(fmt, ...) LOGI_TAG(LOG_TAG, fmt, ##__VA_ARGS__)  macro
  | 
| /system/chre/util/include/chre/util/nanoapp/ | 
| D | log.h | 93 #define LOGI(fmt, ...) LOGI_TAG(LOG_TAG, fmt, ##__VA_ARGS__)  macro
  | 
| /system/chre/platform/tinysys/ | 
| D | host_link.cc | 56 #define LOGI(fmt, arg...) PRINTF_I("[CHRE]" fmt "\n", ##arg)  macro
  |