Home
last modified time | relevance | path

Searched refs:tones_ (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
Ddtmfsender.cc153 tones_ = tones; in InsertDtmf()
168 return tones_; in tones()
197 size_t first_tone_pos = tones_.find_first_of(kDtmfValidTones); in DoInsertDtmf()
200 tones_.clear(); in DoInsertDtmf()
207 char tone = tones_[first_tone_pos]; in DoInsertDtmf()
237 observer_->OnToneChange(tones_.substr(first_tone_pos, 1)); in DoInsertDtmf()
241 tones_.erase(0, first_tone_pos + 1); in DoInsertDtmf()
Ddtmfsender_unittest.cc55 tones_.push_back(tone); in OnToneChange()
63 return tones_; in tones()
70 std::vector<std::string> tones_; member in FakeDtmfObserver
Ddtmfsender.h114 std::string tones_; variable
Dpeerconnection_unittest.cc524 tones_.push_back(tone); in OnToneChange()
531 ASSERT_TRUE(tones_.size() == tones.size()); in Verify()
532 EXPECT_TRUE(std::equal(tones.begin(), tones.end(), tones_.begin())); in Verify()
539 std::vector<std::string> tones_; member in PeerConnectionTestClientBase::DummyDtmfObserver
/external/chromium_org/content/renderer/media/
Dmock_peer_connection_impl.cc179 tones_ = tones; in InsertDtmf()
188 return tones_; in tones()
199 std::string tones_; member in content::MockDtmfSender