Home
last modified time | relevance | path

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

/external/webrtc/pc/
Ddtmf_sender_unittest.cc55 const std::vector<std::string>& tones() const { return tones_; } in tones() function in FakeDtmfObserver
137 const std::string& tones, in GetDtmfInfoFromString()
161 void VerifyExpectedState(const std::string& tones, in VerifyExpectedState()
171 const std::string& tones, in VerifyOnProvider()
203 const std::vector<std::string>& tones = observer_->tones(); in VerifyOnObserver() local
232 std::string tones = "@1%a&*$"; in TEST_F() local
269 std::string tones = "@1%a&*$"; in TEST_F() local
284 std::string tones = "@1%a&*$"; in TEST_F() local
319 std::string tones = "3,4"; in TEST_F() local
333 std::string tones = "3,4"; in TEST_F() local
[all …]
Ddtmf_sender.cc108 bool DtmfSender::InsertDtmf(const std::string& tones, in InsertDtmf()
142 std::string DtmfSender::tones() const { in tones() function in webrtc::DtmfSender
Dpeer_connection_integrationtest.cc1831 const std::vector<std::string>& tones() const { return tones_; } in tones() function in webrtc::__anon604774fb0111::DummyDtmfObserver
1855 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()