HomeSort by relevance Sort by last modified time
    Searched defs:SendTelephoneEvent (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/webrtc/voice_engine/
voe_dtmf_impl.cc 55 int VoEDtmfImpl::SendTelephoneEvent(int channel,
62 "SendTelephoneEvent(channel=%d, eventCode=%d, outOfBand=%d,"
75 "SendTelephoneEvent() failed to locate channel");
81 "SendTelephoneEvent() sending is not active");
98 "SendTelephoneEvent() invalid parameter(s)");
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtp_sender_audio.cc 498 RTPSenderAudio::SendTelephoneEvent(const uint8_t key,
565 "Audio::SendTelephoneEvent",
rtp_sender.cc     [all...]
  /external/chromium_org/third_party/webrtc/voice_engine/test/win_test/
WinTestDlg.cc 437 void SendTelephoneEvent(unsigned char eventCode);
622 void CTelephonyEvent::SendTelephoneEvent(unsigned char eventCode)
716 // --- SendTelephoneEvent
720 TEST2(_veDTMFPtr->SendTelephoneEvent(_channel, eventCode, outBand, lengthMs, attenuationDb) == 0,
721 _T("SendTelephoneEvent(channel=%d, eventCode=%u, outBand=%d, lengthMs=%d, attenuationDb=%d)"), _channel, eventCode, outBand, lengthMs, attenuationDb);
754 TEST2(_veDTMFPtr->SendTelephoneEvent(_channel, eventCode, outBand, lengthMs, attenuationDb) == 0,
755 _T("SendTelephoneEvent(channel=%d, eventCode=%u, outBand=%d, lengthMs=%d, attenuationDb=%d)"), _channel, eventCode, outBand, lengthMs, attenuationDb);
774 SendTelephoneEvent(eventCode);
779 SendTelephoneEvent(1);
784 SendTelephoneEvent(2)
    [all...]

Completed in 908 milliseconds