Home
last modified time | relevance | path

Searched refs:OSP_DLOG_INFO (Results 1 – 7 of 7) sorted by relevance

/external/openscreen/cast/standalone_receiver/
Dsimple_remoting_receiver.cc94 OSP_DLOG_INFO << "Received an initialization callback message but no " in OnInitializeCallbackMessage()
110 OSP_DLOG_INFO << "Initializing remoting with audio codec " in OnInitializeCallbackMessage()
/external/openscreen/platform/impl/
Dlogging_unittest.cc139 OSP_DLOG_INFO << "Info"; in TEST_F()
156 OSP_DLOG_INFO << "Info"; in TEST_F()
/external/openscreen/cast/standalone_sender/
Dlooping_file_sender.cc178 OSP_DLOG_INFO << "Starting the media stream over again."; in OnEndOfFile()
181 OSP_DLOG_INFO << "Video complete. Exiting..."; in OnEndOfFile()
Dremoting_sender.cc100 OSP_DLOG_INFO << "Initializing receiver handle " << receiver_handle_ in OnInitializeMessage()
/external/openscreen/cast/streaming/
Dsession_messenger.cc166 OSP_DLOG_INFO << "Received RTP message but no callback, dropping"; in OnMessage()
267 OSP_DLOG_INFO << "Received message without a callback, dropping"; in OnMessage()
Dreceiver_session.cc376 OSP_DLOG_INFO << "Received an RPC message without having a messenger."; in OnRpcMessage()
/external/openscreen/util/
Dosp_logging.h115 #define OSP_DLOG_INFO OSP_LOG_IF(INFO, OSP_DCHECK_IS_ON()) macro