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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_winsound.py 18 # When there are no devices, PlaySound will fail.
98 self.assertRaises(TypeError, winsound.PlaySound)
99 self.assertRaises(TypeError, winsound.PlaySound, "bad", "bad")
102 winsound.PlaySound,
109 winsound.PlaySound('SystemAsterisk', winsound.SND_ALIAS)
113 winsound.PlaySound,
120 winsound.PlaySound('SystemExclamation', winsound.SND_ALIAS)
124 winsound.PlaySound,
131 winsound.PlaySound('SystemExit', winsound.SND_ALIAS)
135 winsound.PlaySound,
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_winsound.py 18 # When there are no devices, PlaySound will fail.
98 self.assertRaises(TypeError, winsound.PlaySound)
99 self.assertRaises(TypeError, winsound.PlaySound, "bad", "bad")
102 winsound.PlaySound,
109 winsound.PlaySound('SystemAsterisk', winsound.SND_ALIAS)
113 winsound.PlaySound,
120 winsound.PlaySound('SystemExclamation', winsound.SND_ALIAS)
124 winsound.PlaySound,
131 winsound.PlaySound('SystemExit', winsound.SND_ALIAS)
135 winsound.PlaySound,
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
soundclip.h 52 bool PlaySound(const void* clip,
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...]
mediachannel.h 502 virtual bool PlaySound(const char *clip, int len, int flags) = 0;
    [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...]
webrtcvoiceengine_unittest.cc     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mmsystem.h 272 #define PlaySound __MINGW_NAME_AW(PlaySound)
    [all...]
shobjidl.h     [all...]

Completed in 235 milliseconds