Searched refs:StreamerSM (Results 1 – 8 of 8) sorted by relevance
/external/chromium/net/tools/flip_server/ |
D | streamer_interface.cc | 16 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 …]
|
D | streamer_interface.h | 22 class StreamerSM : public BalsaVisitorInterface, 25 StreamerSM(SMConnection* connection, 29 virtual ~StreamerSM();
|
D | flip_in_mem_edsm_server.cc | 223 net::StreamerSM::set_forward_ip_header( in main()
|
D | sm_connection.cc | 366 sm_streamer_interface_ = new StreamerSM(this, in SetupProtocolInterfaces()
|
/external/chromium_org/net/tools/flip_server/ |
D | streamer_interface.cc | 16 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 …]
|
D | streamer_interface.h | 23 class StreamerSM : public BalsaVisitorInterface, public SMInterface { 25 StreamerSM(SMConnection* connection, 29 virtual ~StreamerSM();
|
D | flip_in_mem_edsm_server.cc | 217 net::StreamerSM::set_forward_ip_header( in main()
|
D | sm_connection.cc | 379 new StreamerSM(this, NULL, epoll_server_, acceptor_); in SetupProtocolInterfaces()
|