Searched refs:SetDSerror (Results 1 – 1 of 1) sorted by relevance
/external/qemu/distrib/sdl-1.2.15/src/audio/windx5/ |
D | SDL_dx5audio.c | 181 static void SetDSerror(const char *function, int code) in SetDSerror() function 263 SetDSerror("DirectSound GetCurrentPosition", result); in DX5_WaitAudio_BusyWait() 287 SetDSerror("DirectSound Play", result); in DX5_WaitAudio_BusyWait() 296 SetDSerror("DirectSound GetCurrentPosition", result); in DX5_WaitAudio_BusyWait() 321 SetDSerror("DirectSound Play", result); in DX6_WaitAudio_EventWait() 354 SetDSerror("DirectSound GetCurrentPosition", result); in DX5_GetAudioBuf() 383 SetDSerror("DirectSound Lock", result); in DX5_GetAudioBuf() 439 SetDSerror("DirectSound SetCooperativeLevel", result); in CreatePrimary() 455 SetDSerror("DirectSound CreateSoundBuffer", result); in CreatePrimary() 466 SetDSerror("DirectSound GetCaps", result); in CreatePrimary() [all …]
|