Searched refs:PlaySound (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dsoundclip.h52 bool PlaySound(const void* clip,
H A Dsoundclip.cc57 bool Soundclip::PlaySound(const void *clip, function in class:cricket::Soundclip
68 return soundclip_media_->PlaySound(static_cast<const char *>(clip),
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dfakemediaengine.h642 virtual bool PlaySound(const char* buf, int len, int flags) { return true; } function in class:cricket::FakeSoundclipMedia
H A Dmediachannel.h502 virtual bool PlaySound(const char *clip, int len, int flags) = 0;
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvoiceengine.cc259 PlaySound(NULL, 0, 0);
296 virtual bool PlaySound(const char *buf, int len, int flags) { function in class:cricket::WebRtcSoundclipMedia
H A Dwebrtcvoiceengine_unittest.cc2600 EXPECT_TRUE(soundclip_->PlaySound(kZeroes, sizeof(kZeroes), 0));

Completed in 447 milliseconds