Home
last modified time | relevance | path

Searched refs:StreamerSM (Results 1 – 8 of 8) sorted by relevance

/external/chromium/net/tools/flip_server/
Dstreamer_interface.cc16 std::string StreamerSM::forward_ip_header_;
18 StreamerSM::StreamerSM(SMConnection* connection, in StreamerSM() function in net::StreamerSM
34 StreamerSM::~StreamerSM() { in ~StreamerSM()
40 void StreamerSM::set_is_request() { in set_is_request()
45 void StreamerSM::InitSMInterface(SMInterface* sm_other_interface, in InitSMInterface()
50 void StreamerSM::InitSMConnection(SMConnectionPoolInterface* connection_pool, in InitSMConnection()
65 size_t StreamerSM::ProcessReadInput(const char* data, size_t len) { in ProcessReadInput()
74 size_t StreamerSM::ProcessWriteInput(const char* data, size_t len) { in ProcessWriteInput()
85 bool StreamerSM::Error() const { in Error()
89 const char* StreamerSM::ErrorAsString() const { in ErrorAsString()
[all …]
Dstreamer_interface.h22 class StreamerSM : public BalsaVisitorInterface,
25 StreamerSM(SMConnection* connection,
29 virtual ~StreamerSM();
Dflip_in_mem_edsm_server.cc223 net::StreamerSM::set_forward_ip_header( in main()
Dsm_connection.cc366 sm_streamer_interface_ = new StreamerSM(this, in SetupProtocolInterfaces()
/external/chromium_org/net/tools/flip_server/
Dstreamer_interface.cc16 std::string StreamerSM::forward_ip_header_;
18 StreamerSM::StreamerSM(SMConnection* connection, in StreamerSM() function in net::StreamerSM
34 StreamerSM::~StreamerSM() { in ~StreamerSM()
40 void StreamerSM::set_is_request() { in set_is_request()
45 void StreamerSM::InitSMInterface(SMInterface* sm_other_interface, in InitSMInterface()
50 void StreamerSM::InitSMConnection(SMConnectionPoolInterface* connection_pool, in InitSMConnection()
70 size_t StreamerSM::ProcessReadInput(const char* data, size_t len) { in ProcessReadInput()
79 size_t StreamerSM::ProcessWriteInput(const char* data, size_t len) { in ProcessWriteInput()
90 bool StreamerSM::Error() const { return false; } in Error()
92 const char* StreamerSM::ErrorAsString() const { return "(none)"; } in ErrorAsString()
[all …]
Dstreamer_interface.h23 class StreamerSM : public BalsaVisitorInterface, public SMInterface {
25 StreamerSM(SMConnection* connection,
29 virtual ~StreamerSM();
Dflip_in_mem_edsm_server.cc217 net::StreamerSM::set_forward_ip_header( in main()
Dsm_connection.cc379 new StreamerSM(this, NULL, epoll_server_, acceptor_); in SetupProtocolInterfaces()