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

  /external/webrtc/talk/app/webrtc/
dtmfsenderinterface.h 63 virtual bool CanInsertDtmf() = 0;
dtmfsender.h 56 virtual bool CanInsertDtmf(const std::string& track_id) = 0;
83 bool CanInsertDtmf() override;
126 PROXY_METHOD0(bool, CanInsertDtmf)
dtmfsender.cc 125 bool DtmfSender::CanInsertDtmf() {
130 return provider_->CanInsertDtmf(track_->id());
147 if (!CanInsertDtmf()) {
dtmfsender_unittest.cc 93 bool CanInsertDtmf(const std::string& track_label) override {
239 TEST_F(DtmfSenderTest, CanInsertDtmf) {
240 EXPECT_TRUE(dtmf_->CanInsertDtmf());
242 EXPECT_FALSE(dtmf_->CanInsertDtmf());
webrtcsession.h 270 virtual bool CanInsertDtmf(const std::string& track_id);
webrtcsession.cc     [all...]
webrtcsession_unittest.cc     [all...]
peerconnection_unittest.cc 522 EXPECT_TRUE(dtmf_sender->CanInsertDtmf());
    [all...]
  /external/webrtc/talk/media/webrtc/
webrtcvoiceengine.h 189 bool CanInsertDtmf() override;
webrtcvoiceengine_unittest.cc 154 EXPECT_FALSE(channel_->CanInsertDtmf());
158 EXPECT_TRUE(channel_->CanInsertDtmf());
775 EXPECT_FALSE(channel_->CanInsertDtmf());
    [all...]
webrtcvoiceengine.cc     [all...]
  /external/webrtc/talk/session/media/
channel.h 370 bool CanInsertDtmf();
channel.cc     [all...]
  /external/webrtc/talk/media/base/
fakemediaengine.h 311 virtual bool CanInsertDtmf() {
mediachannel.h     [all...]

Completed in 253 milliseconds