Home
last modified time | relevance | path

Searched defs:LOG_INF (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/examples/hello_world/
Dhello_world_client.hpp10 #define LOG_INF(...) fprintf(stdout, __VA_ARGS__), fprintf(stdout, "\n"), (void)__android_log_print… macro
14 #define LOG_INF(...) fprintf(stdout, __VA_ARGS__), fprintf(stdout, "\n") macro
Dhello_world_service.hpp14 #define LOG_INF(...) fprintf(stdout, __VA_ARGS__), fprintf(stdout, "\n"), (void)__android_log_print… macro
18 #define LOG_INF(...) fprintf(stdout, __VA_ARGS__), fprintf(stdout, "\n") macro
/aosp_15_r20/external/pigweed/pw_log_zephyr/zephyr_public_overrides/
H A Dzephyr_custom_log.h43 #define LOG_INF(format, ...) \ macro