IsSilence          66 remoting/host/audio_capturer_linux.cc   if (silence_detector_.IsSilence(
IsSilence         246 remoting/host/audio_capturer_win.cc         !silence_detector_.IsSilence(
IsSilence          25 remoting/host/audio_silence_detector.h   bool IsSilence(const int16* samples, size_t samples_count);
IsSilence          23 remoting/host/audio_silence_detector_unittest.cc     bool result = target->IsSilence(samples, samples_count);