Searched defs:comma_delay (Results 1 – 3 of 3) sorted by relevance
95 int comma_delay) { in InsertDtmf()117 virtual int comma_delay() const { return kDtmfDefaultCommaDelayMs; } in comma_delay() function
111 int comma_delay) { in InsertDtmf()154 int DtmfSender::comma_delay() const { in comma_delay() function in webrtc::DtmfSender
141 int comma_delay = webrtc::DtmfSender::kDtmfDefaultCommaDelayMs) { in GetDtmfInfoFromString()174 int comma_delay = webrtc::DtmfSender::kDtmfDefaultCommaDelayMs) { in VerifyOnProvider()337 int comma_delay = 500; in TEST_F() local