Home
last modified time | relevance | path

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

/external/openscreen/cast/standalone_sender/
Dlooping_file_cast_agent.cc89 OSP_LOG_ERROR << "Cast agent received socket factory error: " << error; in OnError()
99 OSP_LOG_ERROR << "Cast agent received socket error: " << error; in OnError()
128 OSP_LOG_ERROR << "Failed to parse message: " << payload.error(); in OnMessage()
138 OSP_LOG_ERROR in OnMessage()
147 OSP_LOG_ERROR << "Cast Receiver thinks our request is invalid: " in OnMessage()
180 OSP_LOG_ERROR in HandleReceiverStatus()
190 OSP_LOG_ERROR << "Cannot continue: Different Mirroring App session is " in HandleReceiverStatus()
209 OSP_LOG_ERROR in HandleReceiverStatus()
285 OSP_LOG_ERROR << "Failed to negotiate a session: " << negotiation_error; in CreateAndStartSession()
294 OSP_LOG_ERROR << "Missing both audio and video, so exiting..."; in OnNegotiated()
[all …]
Dmain.cc148 OSP_LOG_ERROR << "Invalid --max-bitrate specified: " << optarg in StandaloneSenderMain()
185 OSP_LOG_ERROR << "Invalid --codec specified: " << optarg in StandaloneSenderMain()
231 OSP_LOG_ERROR << "No Cast Receiver chosen, or bad command-line argument. " in StandaloneSenderMain()
282 OSP_LOG_ERROR in main()
Dffmpeg_glue.cc26 OSP_LOG_ERROR << "Cannot open " << path << ": " << av_err2str(result); in CreateAVFormatContextForFile()
32 OSP_LOG_ERROR << "Cannot find stream info in " << path << ": " in CreateAVFormatContextForFile()
Dlooping_file_sender.cc189 OSP_LOG_ERROR << "The " << ToTrackName(capturer) in OnError()
228 OSP_LOG_ERROR << "Unsupported codec " << CodecToString(params.codec); in CreateVideoEncoder()
/external/openscreen/platform/impl/
Dnetwork_interface_linux.cc131 OSP_LOG_ERROR << "Interface label mismatch! Expected: " << ifname in GetIPAddressOrNull()
180 OSP_LOG_ERROR << "netlink sendmsg() failed: " << errno << " - " in GetLinkInfo()
215 OSP_LOG_ERROR << "netlink error msg: " in GetLinkInfo()
253 OSP_LOG_ERROR << "netlink socket() failed: " << errno << " - " in PopulateSubnetsOrClearList()
284 OSP_LOG_ERROR << "sendmsg failed: " << errno << " - " << strerror(errno); in PopulateSubnetsOrClearList()
316 OSP_LOG_ERROR << "netlink error msg: " in PopulateSubnetsOrClearList()
357 OSP_LOG_ERROR << "Unknown address family: " in PopulateSubnetsOrClearList()
Dlogging_unittest.cc99 OSP_LOG_ERROR << "Error"; in TEST_F()
110 OSP_LOG_ERROR << "Error"; in TEST_F()
/external/openscreen/cast/streaming/
Denvironment.cc26 OSP_LOG_ERROR << "Unable to create a UDP socket bound to " << local_endpoint in Environment()
106 OSP_LOG_ERROR << "For UDP socket bound to " << socket_->GetLocalEndpoint() in OnError()
Dsender.cc349 OSP_LOG_ERROR in OnReceiverCheckpoint()
375 OSP_LOG_ERROR << "Ignoring individual frame ACKs: ACKing frame " in OnReceiverHasFrames()
/external/openscreen/osp/impl/quic/
Dquic_connection_factory_impl.cc93 OSP_LOG_ERROR << "failed to create socket (for " << endpoint in SetServerDelegate()
153 OSP_LOG_ERROR << "failed to create socket: " in Connect()
209 OSP_LOG_ERROR << "failed to configure socket " << error.message(); in OnError()
/external/openscreen/discovery/mdns/
Dmdns_sender.cc46 OSP_LOG_ERROR << "Error sending packet"; in OnSendError()
/external/openscreen/cast/receiver/channel/
Dstatic_credentials.cc158 OSP_LOG_ERROR << "Failed to write private key, check permissions?"; in GenerateDeveloperCredentialsToFile()
166 OSP_LOG_ERROR << "Failed to write root certificate, check permissions?"; in GenerateDeveloperCredentialsToFile()
/external/openscreen/cast/standalone_receiver/
Dmirroring_application.cc91 OSP_LOG_ERROR << "[MirroringApplication] " << error; in OnPlaybackError()
Dcast_service.cc108 OSP_LOG_ERROR << "Encountered recoverable discovery error: " << error; in OnRecoverableError()
/external/openscreen/cast/receiver/
Dapplication_agent.cc103 OSP_LOG_ERROR << "Cast agent received socket factory error: " << error; in OnError()
185 OSP_LOG_ERROR << "Cast agent received socket error: " << error; in OnError()
/external/openscreen/util/
Dosp_logging.h68 #define OSP_LOG_ERROR \ macro
/external/openscreen/osp/impl/presentation/
Durl_availability_requester.cc445 OSP_LOG_ERROR << "bad response id: " << response.request_id; in OnStreamMessage()
Dpresentation_controller.cc513 OSP_LOG_ERROR << "missing ControlledPresentation for non-terminated " in ReconnectConnection()
/external/openscreen/osp/demo/
Dosp_demo.cc156 OSP_LOG_ERROR << "publisher error: " << error; in OnError()