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

  /external/chromium_org/remoting/protocol/
session.h 88 virtual const CandidateSessionConfig* candidate_config() = 0;
connection_to_host.cc 143 scoped_ptr<CandidateSessionConfig> candidate_config = local
146 candidate_config->DisableAudioChannel();
148 candidate_config->EnableVideoCodec(ChannelConfig::CODEC_VP9);
151 host_jid_, authenticator_.Pass(), candidate_config.Pass());
jingle_session.h 49 virtual const CandidateSessionConfig* candidate_config() OVERRIDE;
fake_session.h 173 virtual const CandidateSessionConfig* candidate_config() OVERRIDE;
protocol_mock_objects.h 173 MOCK_METHOD0(candidate_config, const CandidateSessionConfig*());
jingle_session.cc 204 const CandidateSessionConfig* JingleSession::candidate_config() { function in class:remoting::protocol::JingleSession
579 if (!candidate_config()->IsSupported(config_)) {
fake_session.cc 311 const CandidateSessionConfig* FakeSession::candidate_config() { function in class:remoting::protocol::FakeSession
  /external/chromium_org/remoting/host/
chromoting_host_unittest.cc 572 EXPECT_CALL(*session_unowned1_, candidate_config()).WillOnce(Return(
589 EXPECT_CALL(*session_unowned1_, candidate_config()).WillOnce(Return(
610 EXPECT_CALL(*session_unowned1_, candidate_config()).WillOnce(
636 EXPECT_CALL(*session_unowned1_, candidate_config()).WillOnce(
642 EXPECT_CALL(*session_unowned2_, candidate_config()).WillOnce(
chromoting_host.cc 305 if (!protocol_config_->Select(session->candidate_config(), &config)) {

Completed in 255 milliseconds