Searched defs:LOGI (Results 1 – 9 of 9) sorted by relevance
/system/chre/platform/slpi/include/chre/target_platform/ |
D | log.h | 44 #define LOGI(fmt, ...) \ macro 60 #define LOGI(fmt, ...) CHRE_SLPI_LOG(ALWAYS, fmt, ##__VA_ARGS__) macro 72 #define LOGI(fmt, ...) CHRE_SLPI_LOG(ASH_LOG_INFO, fmt, ##__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 | 79 #define LOGI(format, ...) chreLogNull(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/chpp/platform/linux/include/chpp/platform/ |
D | log.h | 37 #define LOGI(fmt, ...) CHPP_LINUX_LOG("I", "96", fmt, ##__VA_ARGS__) macro
|
/system/chre/platform/linux/include/chre/target_platform/ |
D | log.h | 44 #define LOGI(fmt, ...) CHRE_LINUX_LOG("I", "96", fmt, ##__VA_ARGS__) macro
|
/system/chre/host/common/include/chre_host/ |
D | log.h | 42 #define LOGI(format, ...) CHRE_LOG(LOG_INFO, stdout, format, ##__VA_ARGS__) macro
|
/system/chre/util/include/chre/util/nanoapp/ |
D | log.h | 77 #define LOGI(fmt, ...) LOGI_TAG(LOG_TAG, fmt, ##__VA_ARGS__) macro
|
/system/nfc/src/gki/ulinux/ |
D | gki_ulinux.cc | 37 #define LOGI(format, ...) fprintf(stdout, LOG_TAG format, ##__VA_ARGS__) macro
|