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

  /external/chromium/net/tools/flip_server/
streamer_interface.cc 16 std::string StreamerSM::forward_ip_header_;
18 StreamerSM::StreamerSM(SMConnection* connection,
28 VLOG(2) << ACCEPTOR_CLIENT_IDENT << "Creating StreamerSM object";
34 StreamerSM::~StreamerSM() {
35 VLOG(1) << ACCEPTOR_CLIENT_IDENT << "Destroying StreamerSM object";
40 void StreamerSM::set_is_request() {
45 void StreamerSM::InitSMInterface(SMInterface* sm_other_interface,
50 void StreamerSM::InitSMConnection(SMConnectionPoolInterface* connection_pool
    [all...]
streamer_interface.h 22 class StreamerSM : public BalsaVisitorInterface,
25 StreamerSM(SMConnection* connection,
29 virtual ~StreamerSM();
flip_in_mem_edsm_server.cc 223 net::StreamerSM::set_forward_ip_header(
sm_connection.cc 366 sm_streamer_interface_ = new StreamerSM(this,
  /external/chromium_org/net/tools/flip_server/
streamer_interface.cc 16 std::string StreamerSM::forward_ip_header_;
18 StreamerSM::StreamerSM(SMConnection* connection,
28 VLOG(2) << ACCEPTOR_CLIENT_IDENT << "Creating StreamerSM object";
34 StreamerSM::~StreamerSM() {
35 VLOG(1) << ACCEPTOR_CLIENT_IDENT << "Destroying StreamerSM object";
40 void StreamerSM::set_is_request() {
45 void StreamerSM::InitSMInterface(SMInterface* sm_other_interface,
50 void StreamerSM::InitSMConnection(SMConnectionPoolInterface* connection_pool
    [all...]
streamer_interface.h 23 class StreamerSM : public BalsaVisitorInterface, public SMInterface {
25 StreamerSM(SMConnection* connection,
29 virtual ~StreamerSM();
flip_in_mem_edsm_server.cc 217 net::StreamerSM::set_forward_ip_header(
sm_connection.cc 379 new StreamerSM(this, NULL, epoll_server_, acceptor_);

Completed in 50 milliseconds