Home
last modified time | relevance | path

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

/external/webrtc/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.h115 std::string tones_; variable
Dpeerconnection_unittest.cc717 tones_.push_back(tone); in OnToneChange()
724 ASSERT_TRUE(tones_.size() == tones.size()); in Verify()
725 EXPECT_TRUE(std::equal(tones.begin(), tones.end(), tones_.begin())); in Verify()
732 std::vector<std::string> tones_; member in PeerConnectionTestClient::DummyDtmfObserver