OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetReceiveAudioLevelIndicationStatus
(Results
1 - 12
of
12
) sorted by null
/external/webrtc/webrtc/test/
mock_voe_channel_proxy.h
30
MOCK_METHOD2(
SetReceiveAudioLevelIndicationStatus
, void(bool enable, int id));
mock_voice_engine.h
269
MOCK_METHOD3(
SetReceiveAudioLevelIndicationStatus
,
/external/webrtc/webrtc/voice_engine/
channel_proxy.h
52
virtual void
SetReceiveAudioLevelIndicationStatus
(bool enable, int id);
voe_rtp_rtcp_impl.h
50
int
SetReceiveAudioLevelIndicationStatus
(int channel,
channel_proxy.cc
71
void ChannelProxy::
SetReceiveAudioLevelIndicationStatus
(bool enable, int id) {
73
int error = channel()->
SetReceiveAudioLevelIndicationStatus
(enable, id);
voe_rtp_rtcp_impl.cc
128
int VoERTP_RTCPImpl::
SetReceiveAudioLevelIndicationStatus
(int channel,
133
"
SetReceiveAudioLevelIndicationStatus
(channel=%d, enable=%d, id=%u)",
154
"
SetReceiveAudioLevelIndicationStatus
() failed to locate channel");
157
return channel_ptr->
SetReceiveAudioLevelIndicationStatus
(enable, id);
channel.h
328
int
SetReceiveAudioLevelIndicationStatus
(bool enable, unsigned char id);
channel.cc
[
all
...]
/external/webrtc/webrtc/voice_engine/include/
voe_rtp_rtcp.h
129
virtual int
SetReceiveAudioLevelIndicationStatus
(int channel,
/external/webrtc/webrtc/audio/
audio_receive_stream.cc
101
channel_proxy_->
SetReceiveAudioLevelIndicationStatus
(true, extension.id);
audio_receive_stream_unittest.cc
91
SetReceiveAudioLevelIndicationStatus
(true, kAudioLevelId))
/external/webrtc/talk/media/webrtc/
fakewebrtcvoiceengine.h
609
WEBRTC_STUB(
SetReceiveAudioLevelIndicationStatus
, (int channel, bool enable,
Completed in 92 milliseconds