OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetSendTelephoneEventPayloadType
(Results
1 - 12
of
12
) sorted by null
/external/webrtc/webrtc/voice_engine/include/
voe_dtmf.h
65
virtual int
SetSendTelephoneEventPayloadType
(int channel,
/external/webrtc/webrtc/voice_engine/
voe_dtmf_impl.h
27
int
SetSendTelephoneEventPayloadType
(int channel,
channel_proxy.h
65
virtual bool
SetSendTelephoneEventPayloadType
(int payload_type);
channel_proxy.cc
130
bool ChannelProxy::
SetSendTelephoneEventPayloadType
(int payload_type) {
132
return channel()->
SetSendTelephoneEventPayloadType
(payload_type) == 0;
voe_dtmf_impl.cc
131
int VoEDtmfImpl::
SetSendTelephoneEventPayloadType
(int channel,
134
"
SetSendTelephoneEventPayloadType
(channel=%d, type=%u)", channel,
145
"
SetSendTelephoneEventPayloadType
() failed to locate channel");
148
return channelPtr->
SetSendTelephoneEventPayloadType
(type);
channel.h
304
int
SetSendTelephoneEventPayloadType
(unsigned char type);
channel.cc
[
all
...]
/external/webrtc/webrtc/test/
mock_voe_channel_proxy.h
41
MOCK_METHOD1(
SetSendTelephoneEventPayloadType
, bool(int payload_type));
mock_voice_engine.h
151
MOCK_METHOD2(
SetSendTelephoneEventPayloadType
,
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/
dtmf_test.cc
81
EXPECT_EQ(0, voe_dtmf_->
SetSendTelephoneEventPayloadType
(
/external/webrtc/webrtc/audio/
audio_send_stream.cc
121
return channel_proxy_->
SetSendTelephoneEventPayloadType
(payload_type) &&
audio_send_stream_unittest.cc
116
SetSendTelephoneEventPayloadType
(kTelephoneEventPayloadType))
Completed in 46 milliseconds