/external/webrtc/talk/app/webrtc/ |
dtmfsenderinterface.h | 47 // tones. 65 // Queues a task that sends the DTMF |tones|. The |tones| parameter is treated 67 // * generate the associated DTMF tones. The characters a to d are equivalent 69 // processing the next character in the tones parameter. 72 // character passed in the |tones| parameter. 74 // The |inter_tone_gap| parameter indicates the gap between tones in ms. 80 virtual bool InsertDtmf(const std::string& tones, int duration, 86 // Returns the tones remaining to be played out. 87 virtual std::string tones() const = 0 [all...] |
dtmfsender_unittest.cc | 62 const std::vector<std::string>& tones() const { function in class:FakeDtmfObserver 157 // Constructs a list of DtmfInfo from |tones|, |duration| and 159 void GetDtmfInfoFromString(const std::string& tones, int duration, 166 std::string::const_iterator it = tones.begin(); 167 for (; it != tones.end(); ++it) { 182 const std::string& tones, 185 EXPECT_EQ(tones, dtmf_->tones()); 191 void VerifyOnProvider(const std::string& tones, int duration, 194 GetDtmfInfoFromString(tones, duration, inter_tone_gap, &dtmf_queue_ref) 220 const std::vector<std::string>& tones = observer_->tones(); local 246 std::string tones = "@1%a&*$"; local 282 std::string tones = "@1%a&*$"; local 296 std::string tones = "@1%a&*$"; local 331 std::string tones = "3,4"; local 342 std::string tones = "3,4"; local 350 std::string tones = "3,4"; local [all...] |
dtmfsender.h | 84 bool InsertDtmf(const std::string& tones, 88 std::string tones() const override; 129 PROXY_CONSTMETHOD0(std::string, tones)
|
dtmfsender.cc | 59 // tones must be at least 50 ms. 133 bool DtmfSender::InsertDtmf(const std::string& tones, int duration, 140 LOG(LS_ERROR) << "InsertDtmf is called with invalid duration or tones gap. " 143 << "The gap between tones must be at least " << kDtmfMinGapMs << "ms."; 153 tones_ = tones; 167 std::string DtmfSender::tones() const { function in class:webrtc::DtmfSender 218 // seconds before processing the next character in the tones parameter.
|
peerconnection_unittest.cc | 525 // We don't need to verify that the DTMF tones are actually sent out because 529 std::vector<std::string> tones; local 530 tones.push_back("1"); 531 tones.push_back("a"); 532 tones.push_back(""); 533 observer->Verify(tones); 723 void Verify(const std::vector<std::string>& tones) const { 724 ASSERT_TRUE(tones_.size() == tones.size()); 725 EXPECT_TRUE(std::equal(tones.begin(), tones.end(), tones_.begin())) [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
EncoderTest.java | 261 testEncoder(componentName, format, 0, R.raw.tones, MODE_RESOURCE); 262 testEncoder(componentName, format, 0, R.raw.tones, MODE_RESOURCE | MODE_QUIET);
|
/prebuilts/go/darwin-x86/src/image/color/palette/ |
gen.go | 89 fmt.Fprintln(w, "// of continuous tones.")
|
palette.go | 19 // of continuous tones.
|
/prebuilts/go/linux-x86/src/image/color/palette/ |
gen.go | 89 fmt.Fprintln(w, "// of continuous tones.")
|
palette.go | 19 // of continuous tones.
|
/prebuilts/tools/common/intellij-core/171.2455.10/ |
intellij-core.jar | |