Home
last modified time | relevance | path

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

/system/extras/perfprofd/quipper/base/
Dlogging.h175 #define LAZY_STREAM(stream, condition) \ argument
189 #define LOG_IF(severity, condition) \ argument
199 #define VLOG_IF(verbose_level, condition) \ argument
205 #define LOG_ASSERT(condition) \ argument
207 #define SYSLOG_ASSERT(condition) \ argument
213 #define PLOG_IF(severity, condition) \ argument
227 #define CHECK(condition) \ argument
231 #define PCHECK(condition) \ argument
325 #define DLOG_IF(severity, condition) LOG_IF(severity, condition) argument
326 #define DLOG_ASSERT(condition) LOG_ASSERT(condition) argument
[all …]
/system/bt/embdrv/sbc/decoder/include/
Doi_assert.h50 #define OI_ASSERT(condition) \ argument
/system/bt/osi/src/
Dnon_repeating_timer.c63 void non_repeating_timer_restart_if(non_repeating_timer_t *timer, bool condition) { in non_repeating_timer_restart_if()