Searched refs:OSP_LOG_IF (Results 1 – 8 of 8) sorted by relevance
/external/openscreen/util/ |
D | osp_logging.h | 74 #define OSP_LOG_IF(level, condition) !(condition) ? (void)0 : OSP_LOG_##level macro 77 OSP_LOG_IF(FATAL, !(condition)) << "OSP_CHECK(" << #condition << ") failed: " 104 #define OSP_EAT_STREAM OSP_LOG_IF(FATAL, false) 115 #define OSP_DLOG_INFO OSP_LOG_IF(INFO, OSP_DCHECK_IS_ON()) 116 #define OSP_DLOG_WARN OSP_LOG_IF(WARN, OSP_DCHECK_IS_ON()) 117 #define OSP_DLOG_ERROR OSP_LOG_IF(ERROR, OSP_DCHECK_IS_ON()) 118 #define OSP_DLOG_FATAL OSP_LOG_IF(FATAL, OSP_DCHECK_IS_ON()) 121 OSP_LOG_IF(level, OSP_DCHECK_IS_ON() && (condition))
|
/external/openscreen/platform/impl/ |
D | logging_unittest.cc | 124 OSP_LOG_IF(INFO, true) << "Info"; in TEST_F() 125 OSP_LOG_IF(WARN, true) << "Warning"; in TEST_F() 126 OSP_LOG_IF(ERROR, true) << "Error"; in TEST_F() 130 OSP_LOG_IF(INFO, false) << "Info"; in TEST_F() 131 OSP_LOG_IF(WARN, false) << "Warning"; in TEST_F() 132 OSP_LOG_IF(ERROR, false) << "Error"; in TEST_F()
|
/external/openscreen/cast/standalone_sender/ |
D | streaming_opus_encoder.cc | 196 OSP_LOG_IF(WARN, backwards_amount >= approximate_cast_frame_duration_) in ResolveTimestampsAndMaybeSkip()
|
/external/openscreen/cast/common/certificate/ |
D | cast_crl_unittest.cc | 193 OSP_LOG_IF(ERROR, successes != test_suite.tests().size()) in RunTestSuite()
|
/external/openscreen/cast/standalone_receiver/ |
D | sdl_player_base.cc | 80 OSP_LOG_IF(INFO, frame.frame_id != FrameId::first()) in ResyncAndDeterminePresentationTime()
|
/external/openscreen/cast/sender/channel/ |
D | cast_auth_util_unittest.cc | 477 OSP_LOG_IF(ERROR, successes != test_suite.tests().size()) in RunTestSuite()
|
/external/openscreen/osp/demo/ |
D | osp_demo.cc | 532 OSP_LOG_IF(WARN, server_config.connection_endpoints.empty()) in PublisherDemo()
|
/external/openscreen/osp/impl/presentation/ |
D | presentation_controller.cc | 269 OSP_LOG_IF(INFO, in OnMatchedResponse()
|