OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:candidate_config
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/remoting/protocol/
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());
session_manager.h
45
// supported by an endpoint. The |
candidate_config
| argument in the Connect()
49
// ChromotocolConnnection::
candidate_config
(). If an incoming session is
session.h
88
virtual const CandidateSessionConfig*
candidate_config
() = 0;
fake_session.h
173
virtual const CandidateSessionConfig*
candidate_config
() OVERRIDE;
jingle_session.h
49
virtual const CandidateSessionConfig*
candidate_config
() OVERRIDE;
protocol_mock_objects.h
173
MOCK_METHOD0(
candidate_config
, const CandidateSessionConfig*());
fake_session.cc
311
const CandidateSessionConfig* FakeSession::
candidate_config
() {
function in class:remoting::protocol::FakeSession
jingle_session.cc
204
const CandidateSessionConfig* JingleSession::
candidate_config
() {
function in class:remoting::protocol::JingleSession
579
if (!
candidate_config
()->IsSupported(config_)) {
/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 97 milliseconds