Home
last modified time | relevance | path

Searched refs:SLOGV_IF (Results 1 – 4 of 4) sorted by relevance

/system/core/liblog/include/log/
Dlog_system.h60 #ifndef SLOGV_IF
62 #define SLOGV_IF(cond, ...) ((void)0) macro
64 #define SLOGV_IF(cond, ...) \ macro
/system/core/liblog/include_vndk/log/
Dlog_system.h60 #ifndef SLOGV_IF
62 #define SLOGV_IF(cond, ...) ((void)0) macro
64 #define SLOGV_IF(cond, ...) \ macro
/system/core/liblog/tests/
Dlog_system_test.cpp58 SLOGV_IF(true, content); in TEST()
60 SLOGV_IF(false, content_false); in TEST()
/system/core/liblog/
DREADME.md24 SLOGV_IF(cond, format, ...)