Searched defs:LOG_INF (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/sdv/vsomeip/examples/hello_world/ |
D | hello_world_client.hpp | 10 #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
|
D | hello_world_service.hpp | 14 #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 D | zephyr_custom_log.h | 43 #define LOG_INF(format, ...) \ macro
|