Home
last modified time | relevance | path

Searched defs:tones (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/pc/
Ddtmf_sender_unittest.cc54 const std::vector<std::string>& tones() const { return tones_; } in tones() function in FakeDtmfObserver
128 const std::string& tones, in GetDtmfInfoFromString()
152 void VerifyExpectedState(const std::string& tones, in VerifyExpectedState()
162 const std::string& tones, in VerifyOnProvider()
194 const std::vector<std::string>& tones = observer_->tones(); in VerifyOnObserver() local
224 std::string tones = "@1%a&*$"; in TEST_F() local
261 std::string tones = "@1%a&*$"; in TEST_F() local
277 std::string tones = "@1%a&*$"; in TEST_F() local
312 std::string tones = "3,4"; in TEST_F() local
326 std::string tones = "3,4"; in TEST_F() local
[all …]
Ddtmf_sender.cc111 bool DtmfSender::InsertDtmf(const std::string& tones, in InsertDtmf()
149 std::string DtmfSender::tones() const { in tones() function in webrtc::DtmfSender
Dslow_peer_connection_integration_test.cc157 const std::vector<std::string>& tones() const { return tones_; } in tones() function in webrtc::__anon329152a30111::DummyDtmfObserver
Dpeer_connection_integrationtest.cc210 const std::vector<std::string>& tones() const { return tones_; } in tones() function in webrtc::__anon3eb820a00111::DummyDtmfObserver
234 std::vector<std::string> tones = {"1", "a", ""}; in TestDtmfFromSenderToReceiver() local
/external/webrtc/sdk/android/api/org/webrtc/
DDtmfSender.java46 public boolean insertDtmf(String tones, int duration, int interToneGap) { in insertDtmf()
54 public String tones() { in tones() method in DtmfSender
92 long dtmfSender, String tones, int duration, int interToneGap); in nativeInsertDtmf()
/external/webrtc/api/
Ddtmf_sender_interface.h86 virtual bool InsertDtmf(const std::string& tones, in InsertDtmf()
92 virtual bool InsertDtmf(const std::string& tones, in InsertDtmf()
/external/webrtc/sdk/android/src/jni/pc/
Ddtmf_sender.cc27 const JavaParamRef<jstring>& tones, in JNI_DtmfSender_InsertDtmf()