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

  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/testAPI/
test_api_audio.cc 358 EXPECT_EQ(0, module1->SendTelephoneEventOutband(i, timeStamp, 10));
372 EXPECT_EQ(0, module1->SendTelephoneEventOutband(32, 9000, 10));
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/interface/
rtp_rtcp.h 656 virtual int32_t SendTelephoneEventOutband(
  /external/chromium_org/third_party/webrtc/voice_engine/
voe_dtmf_impl.cc 131 return channelPtr->SendTelephoneEventOutband(eventCode,
channel.h 292 int SendTelephoneEventOutband(unsigned char eventCode, int lengthMs,
channel.cc     [all...]
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/mocks/
mock_rtp_rtcp.h 222 MOCK_METHOD3(SendTelephoneEventOutband,
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtp_rtcp_impl.h 283 virtual int32_t SendTelephoneEventOutband(const uint8_t key,
rtp_rtcp_impl.cc 946 int32_t ModuleRtpRtcpImpl::SendTelephoneEventOutband(
    [all...]

Completed in 897 milliseconds