HomeSort by relevance Sort by last modified time
    Searched refs:GetSendTelephoneEventPayloadType (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/webrtc/voice_engine/include/
voe_dtmf.h 71 virtual int GetSendTelephoneEventPayloadType(int channel,
  /external/chromium_org/third_party/webrtc/voice_engine/
voe_dtmf_impl.h 33 virtual int GetSendTelephoneEventPayloadType(int channel,
voe_dtmf_impl.cc 175 int VoEDtmfImpl::GetSendTelephoneEventPayloadType(int channel,
179 "GetSendTelephoneEventPayloadType(channel=%d)", channel);
190 "GetSendTelephoneEventPayloadType() failed to locate channel");
193 return channelPtr->GetSendTelephoneEventPayloadType(type);
channel.h 300 int GetSendTelephoneEventPayloadType(unsigned char& type);
channel.cc     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
fakewebrtcvoiceengine.h 344 int GetSendTelephoneEventPayloadType(int channel) {
688 WEBRTC_STUB(GetSendTelephoneEventPayloadType,
    [all...]
webrtcvoiceengine_unittest.cc 752 EXPECT_EQ(106, voe_.GetSendTelephoneEventPayloadType(channel_num));
    [all...]
  /external/chromium_org/third_party/webrtc/voice_engine/test/win_test/
WinTestDlg.cc 599 _veDTMFPtr->GetSendTelephoneEventPayloadType(_channel, pt);
    [all...]

Completed in 152 milliseconds