Home
last modified time | relevance | path

Searched refs:OSP_VLOG (Results 1 – 18 of 18) sorted by relevance

/external/openscreen/osp/impl/quic/
Dquic_service_common.cc21 OSP_VLOG << "QUIC stream created for endpoint " << endpoint_id; in FromExisting()
101 OSP_VLOG << "QUIC connection handshake complete for endpoint " in OnCryptoHandshakeComplete()
108 OSP_VLOG << "Incoming QUIC stream from endpoint " << endpoint_id_; in OnIncomingStream()
116 OSP_VLOG << "QUIC connection closed for endpoint " << endpoint_id_; in OnConnectionClosed()
141 OSP_VLOG << "QUIC stream closed for endpoint " << endpoint_id_; in OnClose()
Dquic_connection_factory_impl.cc124 OSP_VLOG << __func__ << ": spawning connection from " << packet.source(); in OnRead()
142 OSP_VLOG << __func__ << ": data for existing connection from " in OnRead()
/external/openscreen/osp/impl/
Dmessage_demuxer.cc99 OSP_VLOG << "dropping default handler for type: " in ~MessageWatch()
103 OSP_VLOG << "dropping handler for type: " in ~MessageWatch()
184 OSP_VLOG << __func__ << ": [" << endpoint_id << ", " << connection_id in OnStreamData()
224 OSP_VLOG << "attempting endpoint-specific handling"; in HandleStreamBufferLoop()
230 OSP_VLOG << "attempting generic message handling"; in HandleStreamBufferLoop()
262 OSP_VLOG << "handling message type " in HandleStreamBuffer()
Dinternal_services.cc106 OSP_VLOG << "Found interface: " << interface; in RegisterInterfaces()
110 OSP_VLOG << "Ignoring interface not in allowed list: " << interface; in RegisterInterfaces()
/external/openscreen/platform/impl/
Dscoped_wake_lock_linux.cc50 OSP_VLOG << "Acquired wake lock: currently a noop"; in AcquireWakeLock()
55 OSP_VLOG << "Released wake lock: currently a noop"; in ReleaseWakeLock()
Dlogging_unittest.cc96 OSP_VLOG << "Verbose"; in TEST_F()
107 OSP_VLOG << "Verbose"; in TEST_F()
Dudp_socket_posix.cc563 OSP_VLOG << "BAD SOCKET PROVIDED. CODE: " << code; in SetDscp()
566 OSP_VLOG << "INVALID DSCP INFO PROVIDED"; in SetDscp()
569 OSP_VLOG << "INVALID DSCP SETTING LEVEL PROVIDED: " << kSettingLevel; in SetDscp()
/external/openscreen/util/
Dosp_logging.h62 #define OSP_VLOG \ macro
73 #define OSP_VLOG_IF(condition) !(condition) ? (void)0 : OSP_VLOG
/external/openscreen/osp/impl/presentation/
Dpresentation_receiver.cc114 OSP_VLOG << "got presentation-url-availability-request"; in OnStreamMessage()
139 OSP_VLOG << "got presentation-start-request"; in OnStreamMessage()
201 OSP_VLOG << "Got a presentation-connection-open-request"; in OnStreamMessage()
269 OSP_VLOG << "got presentation-termination-request"; in OnStreamMessage()
394 OSP_VLOG << "presentation started with protocol_connection id: " in OnPresentationStarted()
Durl_availability_requester.cc234 OSP_VLOG << "writing presentation-url-availability-request"; in SendRequest()
Dpresentation_controller.cc296 OSP_VLOG << "got presentation-termination-response for " in OnMatchedResponse()
/external/openscreen/cast/standalone_receiver/
Dsdl_glue.cc29 OSP_VLOG << "SDL_QUIT received, invoking quit callback..."; in ProcessPendingEvents()
/external/openscreen/cast/standalone_sender/
Dlooping_file_cast_agent.cc132 OSP_VLOG << "Cast agent socket closed."; in OnClose()
290 OSP_VLOG << "Starting session negotiation."; in CreateAndStartSession()
Dreceiver_chooser.cc67 OSP_VLOG << "Recoverable error: " << error; in OnRecoverableError()
/external/openscreen/osp/impl/discovery/mdns/
Dmdns_responder_platform.cc159 OSP_VLOG << __func__ << ": " << msg; in mDNSPlatformWriteLogMsg()
/external/openscreen/cast/streaming/
Dreceiver.cc28 #define RECEIVER_VLOG OSP_VLOG << "[SSRC:" << ssrc() << "] "
/external/openscreen/cast/receiver/
Dapplication_agent.cc191 OSP_VLOG << "Cast agent socket closed."; in OnClose()
/external/openscreen/osp/demo/
Dosp_demo.cc525 OSP_VLOG << "Found interface: " << interface; in PublisherDemo()