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

  /external/webrtc/webrtc/test/
mock_voe_channel_proxy.h 42 MOCK_METHOD2(SendTelephoneEventOutband, bool(uint8_t event,
  /external/webrtc/webrtc/voice_engine/
channel_proxy.h 66 virtual bool SendTelephoneEventOutband(uint8_t event, uint32_t duration_ms);
channel_proxy.cc 135 bool ChannelProxy::SendTelephoneEventOutband(uint8_t event,
139 channel()->SendTelephoneEventOutband(event, duration_ms, 10, false) == 0;
voe_dtmf_impl.cc 115 return channelPtr->SendTelephoneEventOutband(eventCode, lengthMs,
channel.h 300 int SendTelephoneEventOutband(unsigned char eventCode, int lengthMs,
channel.cc     [all...]
  /external/webrtc/webrtc/modules/rtp_rtcp/test/testAPI/
test_api_audio.cc 329 EXPECT_EQ(0, module1->SendTelephoneEventOutband(i, timeStamp, 10));
343 EXPECT_EQ(0, module1->SendTelephoneEventOutband(32, 9000, 10));
  /external/webrtc/webrtc/audio/
audio_send_stream.cc 122 channel_proxy_->SendTelephoneEventOutband(event, duration_ms);
audio_send_stream_unittest.cc 119 SendTelephoneEventOutband(kTelephoneEventCode, kTelephoneEventDuration))
  /external/webrtc/webrtc/modules/rtp_rtcp/include/
rtp_rtcp.h 568 virtual int32_t SendTelephoneEventOutband(uint8_t key,
  /external/webrtc/webrtc/modules/rtp_rtcp/mocks/
mock_rtp_rtcp.h 223 MOCK_METHOD3(SendTelephoneEventOutband,
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_rtcp_impl.h 255 int32_t SendTelephoneEventOutband(uint8_t key,
rtp_rtcp_impl.cc 777 int32_t ModuleRtpRtcpImpl::SendTelephoneEventOutband(

Completed in 376 milliseconds