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

  /external/chromium/third_party/libjingle/source/talk/session/phone/
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/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 596 virtual bool PlaySound(const char* buf, int len, int flags) { return true; }
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvoiceengine.cc 223 PlaySound(NULL, 0, 0);
257 virtual bool PlaySound(const char *buf, int len, int flags) {
    [all...]

Completed in 82 milliseconds