HomeSort by relevance Sort by last modified time
    Searched refs:LogSocketErrorState (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/extensions/browser/api/cast_channel/
logger.h 62 void LogSocketErrorState(int channel_id, proto::ErrorState new_state);
logger.cc 216 void Logger::LogSocketErrorState(int channel_id, proto::ErrorState new_state) {
cast_transport.cc 186 logger_->LogSocketErrorState(socket_->id(),
cast_socket.cc 845 logger_->LogSocketErrorState(channel_id_, ErrorStateToProto(error_state_));

Completed in 136 milliseconds