Home
last modified time | relevance | path

Searched refs:OSP_LOG_INFO (Results 1 – 25 of 28) sorted by relevance

12

/external/openscreen/cast/common/discovery/e2e_test/
Dtests.cc53 OSP_LOG_INFO << "Initializing Publisher...\n"; in Publisher()
85 OSP_LOG_INFO << "Initializing ServiceReceiver...";
127 OSP_LOG_INFO << "Selected network interface for testing: " << loopback; in GetConfigSettings()
151 OSP_LOG_INFO << "TEST COMPLETE!"; in ~DiscoveryE2ETest()
232 OSP_LOG_INFO << "\tWaiting on " << waiting_on << "..."; in WaitUntilSeen()
356 OSP_LOG_INFO << "Service publication in progress..."; in TEST_F()
364 OSP_LOG_INFO << "\tAll services successfully published!\n"; in TEST_F()
367 OSP_LOG_INFO << "Service discovery in progress..."; in TEST_F()
402 OSP_LOG_INFO << "Service publication in progress..."; in TEST_F()
410 OSP_LOG_INFO << "\tAll services successfully published and announced!\n"; in TEST_F()
[all …]
/external/openscreen/osp/demo/
Dosp_demo.cc53 OSP_LOG_INFO << "caught SIGINT, exiting..."; in sigint_stop()
73 OSP_LOG_INFO << "signal handlers setup" << std::endl << "pid: " << getpid(); in SignalThings()
84 void OnStarted() override { OSP_LOG_INFO << "listener started!"; } in OnStarted()
85 void OnStopped() override { OSP_LOG_INFO << "listener stopped!"; } in OnStopped()
86 void OnSuspended() override { OSP_LOG_INFO << "listener suspended!"; } in OnSuspended()
87 void OnSearching() override { OSP_LOG_INFO << "listener searching!"; } in OnSearching()
90 OSP_LOG_INFO << "found! " << info.friendly_name; in OnReceiverAdded()
93 OSP_LOG_INFO << "changed! " << info.friendly_name; in OnReceiverChanged()
96 OSP_LOG_INFO << "removed! " << info.friendly_name; in OnReceiverRemoved()
98 void OnAllReceiversRemoved() override { OSP_LOG_INFO << "all removed!"; } in OnAllReceiversRemoved()
[all …]
/external/openscreen/cast/test/
Dcast_socket_e2e_test.cc60 OSP_LOG_INFO << kLogDecorator in OnConnected()
106 OSP_LOG_INFO << kLogDecorator in OnConnected()
176 OSP_LOG_INFO << "Shutting down"; in TearDown()
206 OSP_LOG_INFO << kLogDecorator << "Starting socket factories"; in Connect()
208 OSP_LOG_INFO << kLogDecorator << "Receiver TLS factory Listen()"; in Connect()
215 OSP_LOG_INFO << kLogDecorator << "Sender CastSocket factory Connect()"; in Connect()
225 OSP_LOG_INFO << "Getting loopback IPv4 address"; in ConnectSocketsV4()
227 OSP_LOG_INFO << "Connecting CastSockets"; in ConnectSocketsV4()
248 OSP_LOG_INFO << "Waiting for socket to close"; in CloseSocketsFromOneEnd()
280 OSP_LOG_INFO << "Getting loopback IPv6 address"; in TEST_F()
[all …]
/external/openscreen/osp/impl/discovery/mdns/
Dmdns_demo.cc89 OSP_LOG_INFO << "caught SIGINT, exiting..."; in sigint_stop()
124 OSP_LOG_INFO << "signal handlers setup" << std::endl << "pid: " << getpid(); in SignalThings()
146 OSP_LOG_INFO << "listening on interface " << ifindex; in SetUpMulticastSockets()
153 OSP_LOG_INFO << "PTR: (" << s.service_instance << ")" << std::endl in LogService()
158 OSP_LOG_INFO << " | " << l; in LogService()
160 OSP_LOG_INFO << "A: " << s.address; in LogService()
271 OSP_LOG_INFO << "Found interface: " << interface; in BrowseDemo()
313 OSP_LOG_INFO << "num services: " << g_services->size(); in BrowseDemo()
326 OSP_LOG_INFO << "num services: " << g_services->size(); in BrowseDemo()
/external/openscreen/platform/impl/
Dtext_trace_logging_platform.cc44 OSP_LOG_INFO << ss.str(); in LogTrace()
57 OSP_LOG_INFO << ss.str(); in LogAsyncStart()
65 OSP_LOG_INFO << "ASYNC TRACE END [" << std::hex << trace_id << std::dec in LogAsyncEnd()
Dlogging_unittest.cc97 OSP_LOG_INFO << "Info"; in TEST_F()
108 OSP_LOG_INFO << "Info"; in TEST_F()
/external/openscreen/discovery/public/
Ddns_sd_service_watcher.h148 OSP_LOG_INFO << "Conversion of received record failed with error: " in OnEndpointCreated()
163 OSP_LOG_INFO << "Conversion of received record failed with error: " in OnEndpointUpdated()
172 OSP_LOG_INFO in OnEndpointUpdated()
185 OSP_LOG_INFO in OnEndpointDeleted()
/external/openscreen/cast/standalone_sender/
Dlooping_file_cast_agent.cc113 OSP_LOG_INFO << "Launching Mirroring App on the Cast Receiver..."; in OnConnected()
245 OSP_LOG_INFO << "Starting-up message routing to the Cast Receiver's " in HandleReceiverStatus()
259 OSP_LOG_INFO << "Starting streaming session..."; in OnRemoteMessagingOpened()
262 OSP_LOG_INFO << "Failed to establish messaging to the Cast Receiver's " in OnRemoteMessagingOpened()
322 OSP_LOG_INFO << "Stopping mirroring session..."; in Shutdown()
337 OSP_LOG_INFO << "Stopping the Cast Receiver's Mirroring App..."; in Shutdown()
Dlooping_file_sender.cc34 OSP_LOG_INFO << "Max allowed media bitrate (audio + video) will be "
87 OSP_LOG_INFO << "Sending " << path_ << " (starts in one second)..."; in SendFileAgain()
154 OSP_LOG_INFO << "The " << ToTrackName(capturer) in OnEndOfFile()
Dmain.cc219 OSP_LOG_INFO << "Shutting down..."; in StandaloneSenderMain()
225 OSP_LOG_INFO << "Bye!"; in StandaloneSenderMain()
Dreceiver_chooser.cc55 OSP_LOG_INFO << "Starting discovery. Note that it can take dozens of seconds " in ReceiverChooser()
85 OSP_LOG_INFO << "Discovered: " << info.friendly_name in OnDnsWatcherUpdate()
Dsimulated_capturer.cc195 OSP_LOG_INFO << "For " << av_get_media_type_string(media_type_) in ConsumeNextDecodedFrame()
262 OSP_LOG_INFO << "Discarding " << amount in EnsureResamplerIsInitializedFor()
Dstreaming_opus_encoder.cc132 OSP_LOG_INFO << "AUDIO[" << sender_->ssrc() in EncodeAndSend()
/external/openscreen/cast/standalone_receiver/
Dmain.cc111 OSP_LOG_INFO << "CastService is running. CTRL-C (SIGINT), or send a " in RunCastService()
116 OSP_LOG_INFO << "Shutting down..."; in RunCastService()
122 OSP_LOG_INFO << "Bye!"; in RunCastService()
Ddummy_player.cc37 OSP_LOG_INFO << "[SSRC " << receiver_->ssrc() << "] " in OnFramesReady()
Ddecoder.cc114 OSP_LOG_INFO << "Found codec: " << codec_name_ << " (known to FFMPEG as " in Initialize()
Dsdl_video_player.cc106 OSP_LOG_INFO << "Creating SDL texture for " << EvalDescriptionString(); in RenderNextFrame()
/external/openscreen/testing/util/
Dtask_util.h22 OSP_LOG_INFO << "--- Checking condition, attempt " << attempts << "/"
/external/openscreen/discovery/mdns/
Dmdns_publisher.cc328 OSP_LOG_INFO << "Same record being announced multiple times."; in QueueRecord()
332 OSP_LOG_INFO << "Updating the same record multiple times with multiple " in QueueRecord()
351 OSP_LOG_INFO in ProcessRecordQueue()
/external/openscreen/osp/impl/testing/
Dfake_mdns_responder_adapter.cc281 OSP_LOG_INFO << "taking " << result.size() << " ptr response(s)"; in TakePtrResponses()
303 OSP_LOG_INFO << "taking " << result.size() << " srv response(s)"; in TakeSrvResponses()
326 OSP_LOG_INFO << "taking " << result.size() << " txt response(s)"; in TakeTxtResponses()
348 OSP_LOG_INFO << "taking " << result.size() << " a response(s)"; in TakeAResponses()
371 OSP_LOG_INFO << "taking " << result.size() << " a response(s)"; in TakeAaaaResponses()
/external/openscreen/osp/impl/presentation/
Dpresentation_controller.cc172 OSP_LOG_INFO << error.message(); in OnMatchedResponse()
176 OSP_LOG_INFO << "presentation started for " << request->request.url; in OnMatchedResponse()
226 OSP_LOG_INFO << error.message(); in OnMatchedResponse()
230 OSP_LOG_INFO << "presentation connection opened to " in OnMatchedResponse()
278 OSP_LOG_INFO << "got error when closing connection " in OnError()
668 OSP_LOG_INFO << "termination event"; in OnStreamMessage()
Dpresentation_connection.cc109 OSP_LOG_INFO << "sending '" << message << "' to (" << presentation_.id << ", " in SendString()
125 OSP_LOG_INFO << "sending " << data.size() << " bytes to (" << presentation_.id in SendBinary()
Dpresentation_receiver.cc150 OSP_LOG_INFO << "Got an initiation request for: " << request.url; in OnStreamMessage()
281 OSP_LOG_INFO << "Got termination request for: " << presentation_id; in OnStreamMessage()
/external/openscreen/cast/receiver/channel/
Dstatic_credentials.cc161 OSP_LOG_INFO << "Generated new private key for session: ./" in GenerateDeveloperCredentialsToFile()
169 OSP_LOG_INFO << "Generated new root certificate for session: ./" in GenerateDeveloperCredentialsToFile()
/external/openscreen/util/
Dosp_logging.h64 #define OSP_LOG_INFO \ macro

12