OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NullRtpAudioFeedback
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/modules/rtp_rtcp/include/
rtp_rtcp_defines.h
362
class
NullRtpAudioFeedback
: public RtpAudioFeedback {
364
virtual ~
NullRtpAudioFeedback
() {}
/external/webrtc/webrtc/modules/rtp_rtcp/test/testAPI/
test_api_audio.cc
89
audioFeedback = new
NullRtpAudioFeedback
();
154
NullRtpAudioFeedback
* audioFeedback;
/external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_utility.cc
31
static
NullRtpAudioFeedback
null_rtp_audio_feedback;
Completed in 162 milliseconds