OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetSendAudioLevelIndicationStatus
(Results
1 - 14
of
14
) sorted by null
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/
rtp_rtcp_extensions.cc
112
EXPECT_EQ(0, voe_rtp_rtcp_->
SetSendAudioLevelIndicationStatus
(channel_, true,
135
EXPECT_EQ(0, voe_rtp_rtcp_->
SetSendAudioLevelIndicationStatus
(channel_, true,
148
EXPECT_EQ(0, voe_rtp_rtcp_->
SetSendAudioLevelIndicationStatus
(channel_, true,
/external/webrtc/webrtc/test/
mock_voe_channel_proxy.h
27
MOCK_METHOD2(
SetSendAudioLevelIndicationStatus
, void(bool enable, int id));
mock_voice_engine.h
267
MOCK_METHOD3(
SetSendAudioLevelIndicationStatus
,
/external/webrtc/webrtc/voice_engine/
channel_proxy.h
49
virtual void
SetSendAudioLevelIndicationStatus
(bool enable, int id);
voe_rtp_rtcp_impl.h
47
int
SetSendAudioLevelIndicationStatus
(int channel,
channel_proxy.cc
54
void ChannelProxy::
SetSendAudioLevelIndicationStatus
(bool enable, int id) {
56
int error = channel()->
SetSendAudioLevelIndicationStatus
(enable, id);
voe_rtp_rtcp_impl.cc
95
int VoERTP_RTCPImpl::
SetSendAudioLevelIndicationStatus
(int channel,
99
"
SetSendAudioLevelIndicationStatus
(channel=%d, enable=%d,"
112
"
SetSendAudioLevelIndicationStatus
() invalid ID parameter");
122
"
SetSendAudioLevelIndicationStatus
() failed to locate channel");
125
return channelPtr->
SetSendAudioLevelIndicationStatus
(enable, id);
channel.h
327
int
SetSendAudioLevelIndicationStatus
(bool enable, unsigned char id);
channel.cc
[
all
...]
/external/webrtc/webrtc/voice_engine/include/
voe_rtp_rtcp.h
123
virtual int
SetSendAudioLevelIndicationStatus
(int channel,
/external/webrtc/webrtc/voice_engine/test/auto_test/fakes/
conference_transport.cc
70
SetSendAudioLevelIndicationStatus
(local_sender_, true,
232
SetSendAudioLevelIndicationStatus
(new_sender, true, kAudioLevelHeaderId));
/external/webrtc/webrtc/audio/
audio_send_stream.cc
83
channel_proxy_->
SetSendAudioLevelIndicationStatus
(true, extension.id);
audio_send_stream_unittest.cc
81
SetSendAudioLevelIndicationStatus
(true, kAudioLevelId)).Times(1);
/external/webrtc/talk/media/webrtc/
fakewebrtcvoiceengine.h
607
WEBRTC_STUB(
SetSendAudioLevelIndicationStatus
, (int channel, bool enable,
Completed in 3199 milliseconds