HomeSort by relevance Sort by last modified time
    Searched defs:PlaySound (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/session/media/
soundclip.cc 57 bool Soundclip::PlaySound(const void *clip,
68 return soundclip_media_->PlaySound(static_cast<const char *>(clip),
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
fakemediaengine.h 642 virtual bool PlaySound(const char* buf, int len, int flags) { return true; }
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvoiceengine.cc 259 PlaySound(NULL, 0, 0);
296 virtual bool PlaySound(const char *buf, int len, int flags) {
    [all...]

Completed in 480 milliseconds