/external/openscreen/cast/common/discovery/e2e_test/ |
D | tests.cc | 53 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/ |
D | osp_demo.cc | 53 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/ |
D | cast_socket_e2e_test.cc | 60 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/ |
D | mdns_demo.cc | 89 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/ |
D | text_trace_logging_platform.cc | 44 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()
|
D | logging_unittest.cc | 97 OSP_LOG_INFO << "Info"; in TEST_F() 108 OSP_LOG_INFO << "Info"; in TEST_F()
|
/external/openscreen/discovery/public/ |
D | dns_sd_service_watcher.h | 148 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/ |
D | looping_file_cast_agent.cc | 113 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()
|
D | looping_file_sender.cc | 34 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()
|
D | main.cc | 219 OSP_LOG_INFO << "Shutting down..."; in StandaloneSenderMain() 225 OSP_LOG_INFO << "Bye!"; in StandaloneSenderMain()
|
D | receiver_chooser.cc | 55 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()
|
D | simulated_capturer.cc | 195 OSP_LOG_INFO << "For " << av_get_media_type_string(media_type_) in ConsumeNextDecodedFrame() 262 OSP_LOG_INFO << "Discarding " << amount in EnsureResamplerIsInitializedFor()
|
D | streaming_opus_encoder.cc | 132 OSP_LOG_INFO << "AUDIO[" << sender_->ssrc() in EncodeAndSend()
|
/external/openscreen/cast/standalone_receiver/ |
D | main.cc | 111 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()
|
D | dummy_player.cc | 37 OSP_LOG_INFO << "[SSRC " << receiver_->ssrc() << "] " in OnFramesReady()
|
D | decoder.cc | 114 OSP_LOG_INFO << "Found codec: " << codec_name_ << " (known to FFMPEG as " in Initialize()
|
D | sdl_video_player.cc | 106 OSP_LOG_INFO << "Creating SDL texture for " << EvalDescriptionString(); in RenderNextFrame()
|
/external/openscreen/testing/util/ |
D | task_util.h | 22 OSP_LOG_INFO << "--- Checking condition, attempt " << attempts << "/"
|
/external/openscreen/discovery/mdns/ |
D | mdns_publisher.cc | 328 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/ |
D | fake_mdns_responder_adapter.cc | 281 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/ |
D | presentation_controller.cc | 172 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()
|
D | presentation_connection.cc | 109 OSP_LOG_INFO << "sending '" << message << "' to (" << presentation_.id << ", " in SendString() 125 OSP_LOG_INFO << "sending " << data.size() << " bytes to (" << presentation_.id in SendBinary()
|
D | presentation_receiver.cc | 150 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/ |
D | static_credentials.cc | 161 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/ |
D | osp_logging.h | 64 #define OSP_LOG_INFO \ macro
|