Lines Matching full:not
17 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
82 str = "The method succeeded, but not all the optional effects were obtained"; in dsound_log_hresult()
104 str = "The specified wave format is not supported"; in dsound_log_hresult()
110 "does not match a valid mix-in buffer"; in dsound_log_hresult()
120 str = "The buffer size is not great enough to " in dsound_log_hresult()
127 "requested by the caller is not available. " in dsound_log_hresult()
141 str = "The effects requested could not be found on the system, " in dsound_log_hresult()
154 str = "This function is not valid for the current state of this object"; in dsound_log_hresult()
164 str = "The object does not support aggregation"; in dsound_log_hresult()
170 "or the given GUID is not a valid DirectSound device ID"; in dsound_log_hresult()
175 str = "The requested COM interface is not available"; in dsound_log_hresult()
180 str = "The requested object was not found"; in dsound_log_hresult()
191 str = "The DirectSound subsystem could not allocate " in dsound_log_hresult()
207 str = "The Initialize method has not been called " in dsound_log_hresult()
208 "or has not been called successfully " in dsound_log_hresult()
214 str = "The function called is not supported at this time"; in dsound_log_hresult()
249 AUD_log (AUDIO_CAP, "Could not initialize %s\n", typ); in dsound_logerr2()
277 dsound_logerr (hr, "Could not restore playback buffer\n"); in dsound_restore_out()
295 dsound_logerr (hr, "Could not get playback buffer status\n"); in dsound_get_status_out()
314 dsound_logerr (hr, "Could not get capture buffer status\n"); in dsound_get_status_in()
375 dsound_logerr (hr, "Could not set cooperative level for window %p\n", in dsound_set_cooperative_level()
410 dsound_logerr (hr, "Could not start playing buffer\n"); in dsound_enable_out()
421 dsound_logerr (hr, "Could not stop playing buffer\n"); in dsound_enable_out()
425 dolog ("warning: Voice is not playing\n"); in dsound_enable_out()
440 dsound_logerr(hr, "Could not get playback buffer position\n"); in dsound_buffer_get_free()
517 dsound_logerr (hr, "Could not start capturing\n"); in dsound_enable_in()
528 dsound_logerr (hr, "Could not stop capturing\n"); in dsound_enable_in()
532 dolog ("warning: Voice is not capturing\n"); in dsound_enable_in()
549 dsound_logerr(hr, "Could not get capture buffer position\n"); in dsound_get_buffer_in()
604 dsound_logerr (hr, "Could not release DirectSound\n"); in dsound_audio_fini()
615 dsound_logerr (hr, "Could not release DirectSoundCapture\n"); in dsound_audio_fini()
640 dsound_logerr (hr, "Could not initialize COM\n"); in dsound_audio_init()
653 dsound_logerr (hr, "Could not create DirectSound instance\n"); in dsound_audio_init()
660 dsound_logerr (hr, "Could not initialize DirectSound\n"); in dsound_audio_init()
664 dsound_logerr (hr, "Could not release DirectSound\n"); in dsound_audio_init()
678 dsound_logerr (hr, "Could not create DirectSoundCapture instance\n"); in dsound_audio_init()
682 dsound_logerr (hr, "Could not initialize DirectSoundCapture\n"); in dsound_audio_init()
686 dsound_logerr (hr, "Could not release DirectSoundCapture\n"); in dsound_audio_init()