Searched defs:tones (Results 1 – 6 of 6) sorted by relevance
/external/webrtc/pc/ |
D | dtmf_sender_unittest.cc | 55 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 …]
|
D | dtmf_sender.cc | 108 bool DtmfSender::InsertDtmf(const std::string& tones, in InsertDtmf() 142 std::string DtmfSender::tones() const { in tones() function in webrtc::DtmfSender
|
D | peer_connection_integrationtest.cc | 1831 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/ |
D | DtmfSender.java | 46 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/ |
D | dtmf_sender_interface.h | 86 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/ |
D | dtmf_sender.cc | 27 const JavaParamRef<jstring>& tones, in JNI_DtmfSender_InsertDtmf()
|