Home
last modified time | relevance | path

Searched defs:LOGI (Results 1 – 8 of 8) sorted by relevance

/system/chre/util/include/chre/util/nanoapp/
Dlog.h64 #define LOGI(fmt, ...) CHRE_LOG(CHRE_LOG_INFO, fmt, ##__VA_ARGS__) macro
66 #define LOGI(fmt, ...) CHRE_LOG_NULL(fmt, ##__VA_ARGS__) macro
/system/chre/platform/slpi/include/chre/target_platform/
Dlog.h42 #define LOGI(fmt, ...) CHRE_SLPI_LOG(ALWAYS, fmt, ##__VA_ARGS__) macro
53 #define LOGI(fmt, ...) CHRE_SLPI_LOG(ASH_LOG_INFO, fmt, ##__VA_ARGS__) macro
/system/chre/apps/wifi_offload/include/chre/apps/wifi_offload/
Dwifi_offload.h51 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO, LOG_TAG, __VA_ARGS__) macro
/system/chre/platform/include/chre/platform/
Dlog.h79 #define LOGI(format, ...) chreLogNull(format, ##__VA_ARGS__) macro
/system/chre/platform/android/include/chre/target_platform/
Dlog.h39 #define LOGI(fmt, ...) \ macro
/system/chre/platform/linux/include/chre/target_platform/
Dlog.h45 #define LOGI(fmt, ...) CHRE_LINUX_LOG("I", "96", fmt, ##__VA_ARGS__) macro
/system/chre/host/common/include/chre_host/
Dlog.h43 #define LOGI(format, ...) CHRE_LOG(LOG_INFO, format, ##__VA_ARGS__) macro
/system/nfc/src/gki/ulinux/
Dgki_ulinux.cc37 #define LOGI(format, ...) fprintf(stdout, LOG_TAG format, ##__VA_ARGS__) macro