Searched refs:dsound_logerr (Results 1 – 2 of 2) sorted by relevance
/external/qemu/audio/ |
D | dsoundaudio.c | 234 static void GCC_FMT_ATTR (2, 3) dsound_logerr ( in dsound_logerr() function 300 dsound_logerr (hr, "Could not restore playback buffer\n"); in dsound_restore_out() 322 dsound_logerr (hr, "Could not get playback buffer status\n"); in dsound_get_status_out() 345 dsound_logerr (hr, "Could not get capture buffer status\n"); in dsound_get_status_in() 425 dsound_logerr (hr, "Could not release primary buffer\n"); in dsound_close() 447 dsound_logerr (hr, "Could not set cooperative level for window %p\n", in dsound_open() 474 dsound_logerr (hr, "Could not create primary playback buffer\n"); in dsound_open() 480 dsound_logerr (hr, "Could not set primary playback buffer format\n"); in dsound_open() 490 dsound_logerr (hr, "Could not get primary playback buffer format\n"); in dsound_open() 538 dsound_logerr (hr, "Could not start playing buffer\n"); in dsound_ctl_out() [all …]
|
D | dsound_template.h | 54 dsound_logerr (hr, "Could not unlock " NAME "\n"); in glue() 100 dsound_logerr (hr, "Could not lock " NAME "\n"); in glue() 106 dsound_logerr (hr, "Could not lock " NAME "\n"); in glue() 165 dsound_logerr (hr, "Could not stop " NAME "\n"); in dsound_fini_in() 170 dsound_logerr (hr, "Could not release " NAME "\n"); in dsound_fini_in()
|