HomeSort by relevance Sort by last modified time
    Searched defs:CastTransport (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/extensions/browser/api/cast_channel/
cast_transport.cc 28 CastTransport::CastTransport(CastSocketInterface* socket,
46 CastTransport::~CastTransport() {
52 proto::ReadState CastTransport::ReadStateToProto(
53 CastTransport::ReadState state) {
55 case CastTransport::READ_STATE_NONE:
57 case CastTransport::READ_STATE_READ:
59 case CastTransport::READ_STATE_READ_COMPLETE:
61 case CastTransport::READ_STATE_DO_CALLBACK
    [all...]
cast_transport.h 66 class CastTransport {
86 // The CastTransport object should be deleted prior to the
88 CastTransport(CastSocketInterface* socket,
91 virtual ~CastTransport();
138 static proto::ReadState ReadStateToProto(CastTransport::ReadState state);
139 static proto::WriteState WriteStateToProto(CastTransport::WriteState state);
202 DISALLOW_COPY_AND_ASSIGN(CastTransport);

Completed in 41 milliseconds