Home
last modified time | relevance | path

Searched refs:SDL_SetError (Results 1 – 25 of 199) sorted by relevance

12345678

/external/qemu/distrib/sdl-1.2.12/src/thread/riscos/
DSDL_syssem.c38 SDL_SetError("SDL not configured with thread support"); in SDL_CreateSemaphore()
49 SDL_SetError("SDL not configured with thread support"); in SDL_SemTryWait()
55 SDL_SetError("SDL not configured with thread support"); in SDL_SemWaitTimeout()
61 SDL_SetError("SDL not configured with thread support"); in SDL_SemWait()
72 SDL_SetError("SDL not configured with thread support"); in SDL_SemPost()
94 SDL_SetError("sem_init() failed"); in SDL_CreateSemaphore()
119 SDL_SetError("Passed a NULL semaphore"); in SDL_SemTryWait()
134 SDL_SetError("Passed a NULL semaphore"); in SDL_SemWait()
140 SDL_SetError("sem_wait() failed"); in SDL_SemWait()
150 SDL_SetError("Passed a NULL semaphore"); in SDL_SemWaitTimeout()
[all …]
DSDL_syscond.c49 SDL_SetError("pthread_cond_init() failed"); in SDL_CreateCond()
72 SDL_SetError("Passed a NULL condition variable"); in SDL_CondSignal()
78 SDL_SetError("pthread_cond_signal() failed"); in SDL_CondSignal()
90 SDL_SetError("Passed a NULL condition variable"); in SDL_CondBroadcast()
96 SDL_SetError("pthread_cond_broadcast() failed"); in SDL_CondBroadcast()
109 SDL_SetError("Passed a NULL condition variable"); in SDL_CondWaitTimeout()
134 SDL_SetError("pthread_cond_timedwait() failed"); in SDL_CondWaitTimeout()
149 SDL_SetError("Passed a NULL condition variable"); in SDL_CondWait()
155 SDL_SetError("pthread_cond_wait() failed"); in SDL_CondWait()
DSDL_sysmutex.c57 SDL_SetError("pthread_mutex_init() failed"); in SDL_CreateMutex()
84 SDL_SetError("Passed a NULL mutex"); in SDL_mutexP()
102 SDL_SetError("pthread_mutex_lock() failed"); in SDL_mutexP()
108 SDL_SetError("pthread_mutex_lock() failed"); in SDL_mutexP()
120 SDL_SetError("Passed a NULL mutex"); in SDL_mutexV()
140 SDL_SetError("mutex not owned by this thread"); in SDL_mutexV()
146 SDL_SetError("pthread_mutex_unlock() failed"); in SDL_mutexV()
/external/qemu/distrib/sdl-1.2.12/src/thread/dc/
DSDL_syssem.c38 SDL_SetError("SDL not configured with thread support"); in SDL_CreateSemaphore()
49 SDL_SetError("SDL not configured with thread support"); in SDL_SemTryWait()
55 SDL_SetError("SDL not configured with thread support"); in SDL_SemWaitTimeout()
61 SDL_SetError("SDL not configured with thread support"); in SDL_SemWait()
72 SDL_SetError("SDL not configured with thread support"); in SDL_SemPost()
96 SDL_SetError("Passed a NULL semaphore"); in SDL_DestroySemaphore()
108 SDL_SetError("Passed a NULL semaphore"); in SDL_SemTryWait()
124 SDL_SetError("Passed a NULL semaphore"); in SDL_SemWaitTimeout()
144 SDL_SetError("Passed a NULL semaphore"); in SDL_SemWait()
155 SDL_SetError("Passed a NULL semaphore"); in SDL_SemValue()
[all …]
/external/qemu/distrib/sdl-1.2.12/src/thread/pth/
DSDL_syscond.c48 SDL_SetError("pthread_cond_init() failed"); in SDL_CreateCond()
72 SDL_SetError("Passed a NULL condition variable"); in SDL_CondSignal()
78 SDL_SetError("pth_cond_notify() failed"); in SDL_CondSignal()
90 SDL_SetError("Passed a NULL condition variable"); in SDL_CondBroadcast()
96 SDL_SetError("pth_cond_notify() failed"); in SDL_CondBroadcast()
129 SDL_SetError("Passed a NULL condition variable"); in SDL_CondWaitTimeout()
139 SDL_SetError("pth_cond_await() failed"); in SDL_CondWaitTimeout()
154 SDL_SetError("Passed a NULL condition variable"); in SDL_CondWait()
160 SDL_SetError("pth_cond_await() failed"); in SDL_CondWait()
/external/qemu/distrib/sdl-1.2.12/src/thread/pthread/
DSDL_syscond.c45 SDL_SetError("pthread_cond_init() failed"); in SDL_CreateCond()
68 SDL_SetError("Passed a NULL condition variable"); in SDL_CondSignal()
74 SDL_SetError("pthread_cond_signal() failed"); in SDL_CondSignal()
86 SDL_SetError("Passed a NULL condition variable"); in SDL_CondBroadcast()
92 SDL_SetError("pthread_cond_broadcast() failed"); in SDL_CondBroadcast()
105 SDL_SetError("Passed a NULL condition variable"); in SDL_CondWaitTimeout()
130 SDL_SetError("pthread_cond_timedwait() failed"); in SDL_CondWaitTimeout()
145 SDL_SetError("Passed a NULL condition variable"); in SDL_CondWait()
151 SDL_SetError("pthread_cond_wait() failed"); in SDL_CondWait()
DSDL_sysmutex.c58 SDL_SetError("pthread_mutex_init() failed"); in SDL_CreateMutex()
85 SDL_SetError("Passed a NULL mutex"); in SDL_mutexP()
103 SDL_SetError("pthread_mutex_lock() failed"); in SDL_mutexP()
109 SDL_SetError("pthread_mutex_lock() failed"); in SDL_mutexP()
121 SDL_SetError("Passed a NULL mutex"); in SDL_mutexV()
141 SDL_SetError("mutex not owned by this thread"); in SDL_mutexV()
147 SDL_SetError("pthread_mutex_unlock() failed"); in SDL_mutexV()
DSDL_syssem.c48 SDL_SetError("sem_init() failed"); in SDL_CreateSemaphore()
71 SDL_SetError("Passed a NULL semaphore"); in SDL_SemTryWait()
86 SDL_SetError("Passed a NULL semaphore"); in SDL_SemWait()
92 SDL_SetError("sem_wait() failed"); in SDL_SemWait()
102 SDL_SetError("Passed a NULL semaphore"); in SDL_SemWaitTimeout()
145 SDL_SetError("Passed a NULL semaphore"); in SDL_SemPost()
151 SDL_SetError("sem_post() failed"); in SDL_SemPost()
/external/qemu/distrib/sdl-1.2.12/src/video/photon/
DSDL_ph_image.c67 SDL_SetError("ph_SetupImage(): unsupported bpp=%d !\n", bpp); in ph_SetupImage()
80 SDL_SetError("ph_SetupImage(): can't allocate memory for palette !\n"); in ph_SetupImage()
88 SDL_SetError("ph_SetupImage(): PhCreateImage() failed for bpp=8 !\n"); in ph_SetupImage()
98 SDL_SetError("ph_SetupImage(): PhCreateImage() failed for bpp=%d !\n", bpp); in ph_SetupImage()
144 SDL_SetError("ph_SetupOCImage(): unsupported bpp=%d !\n", bpp); in ph_SetupOCImage()
155 SDL_SetError("ph_SetupOCImage(): PdCreateOffscreenContext() function failed !\n"); in ph_SetupOCImage()
165 SDL_SetError("ph_SetupOCImage(): PdGetOffscreenContextPtr function failed !\n"); in ph_SetupOCImage()
203 SDL_SetError("ph_SetupFullScreenImage(): PdCreateOffscreenContext() function failed !\n"); in ph_SetupFullScreenImage()
212SDL_SetError("ph_SetupFullScreenImage(): PdCreateOffscreenContext(back) function failed !\n"); in ph_SetupFullScreenImage()
220 SDL_SetError("ph_SetupFullScreenImage(): PdGetOffscreenContextPtr() function failed !\n"); in ph_SetupFullScreenImage()
[all …]
DSDL_ph_modes.c71 SDL_SetError("ph_ListModes(): PgGetVideoModeList() function failed !\n"); in ph_ListModes()
81SDL_SetError("ph_ListModes(): PgGetVideoModeInfo() function failed on mode: 0x%X.\n", mode_list.mo… in ph_ListModes()
256 SDL_SetError("ph_EnterFullScreen(): can't find appropriate video mode !\n"); in ph_EnterFullScreen()
264 SDL_SetError("ph_EnterFullScreen(): can't find appropriate video mode !\n"); in ph_EnterFullScreen()
269 SDL_SetError("ph_EnterFullScreen(): can't get video mode capabilities !\n"); in ph_EnterFullScreen()
306 SDL_SetError("ph_EnterFullScreen(): PgSetVideoMode() call failed !\n"); in ph_EnterFullScreen()
327 SDL_SetError("ph_EnterFullScreen(): Can't create direct context !\n"); in ph_EnterFullScreen()
380 SDL_SetError("Ph_LeaveFullScreen(): PgSetVideoMode() function failed !\n"); in ph_LeaveFullScreen()
/external/qemu/distrib/sdl-1.2.12/src/audio/nto/
DSDL_nto_audio.c156 SDL_SetError("NTO_AudioAvailable(): snd_pcm_close failed: %s\n", snd_strerror(rval)); in NTO_AudioAvailable()
162 SDL_SetError("NTO_AudioAvailable(): there are no available audio devices.\n"); in NTO_AudioAvailable()
237 case 0: SDL_SetError("NTO_WaitAudio(): select() failed: %s\n", strerror(errno)); in NTO_WaitAudio()
284SDL_SetError("NTO_PlayAudio(): snd_pcm_plugin_status failed: %s\n", snd_strerror(rval)); in NTO_PlayAudio()
291SDL_SetError("NTO_PlayAudio(): snd_pcm_plugin_prepare failed: %s\n", snd_strerror(rval)); in NTO_PlayAudio()
335 SDL_SetError("NTO_CloseAudio(): snd_pcm_plugin_flush failed: %s\n", snd_strerror(rval)); in NTO_CloseAudio()
340 SDL_SetError("NTO_CloseAudio(): snd_pcm_close failed: %s\n",snd_strerror(rval)); in NTO_CloseAudio()
370 SDL_SetError("NTO_OpenAudio(): snd_pcm_open failed: %s\n", snd_strerror(rval)); in NTO_OpenAudio()
379 SDL_SetError("snd_pcm_plugin_set_disable failed: %s\n", snd_strerror(rval)); in NTO_OpenAudio()
431 SDL_SetError("NTO_OpenAudio(): Couldn't find any hardware audio formats"); in NTO_OpenAudio()
[all …]
/external/qemu/distrib/sdl-1.2.12/src/audio/dma/
DSDL_dmaaudio.c260 SDL_SetError("Couldn't open %s: %s", audiodev, strerror(errno)); in DMA_ReopenAudio()
270 SDL_SetError("Fragment size must be a power of two"); in DMA_ReopenAudio()
276 SDL_SetError("Couldn't set audio fragment spec"); in DMA_ReopenAudio()
284 SDL_SetError("Couldn't set audio format"); in DMA_ReopenAudio()
292 SDL_SetError("Couldn't set audio channels"); in DMA_ReopenAudio()
299 SDL_SetError("Couldn't set audio frequency"); in DMA_ReopenAudio()
323 SDL_SetError("Couldn't open %s: %s", audiodev, strerror(errno)); in DMA_OpenAudio()
331 SDL_SetError("Couldn't get audio format list"); in DMA_OpenAudio()
382 SDL_SetError("Couldn't find any hardware audio formats"); in DMA_OpenAudio()
391 SDL_SetError("Couldn't set audio format"); in DMA_OpenAudio()
[all …]
/external/qemu/distrib/sdl-1.2.12/src/thread/generic/
DSDL_syssem.c35 SDL_SetError("SDL not configured with thread support"); in SDL_CreateSemaphore()
46 SDL_SetError("SDL not configured with thread support"); in SDL_SemTryWait()
52 SDL_SetError("SDL not configured with thread support"); in SDL_SemWaitTimeout()
58 SDL_SetError("SDL not configured with thread support"); in SDL_SemWait()
69 SDL_SetError("SDL not configured with thread support"); in SDL_SemPost()
131 SDL_SetError("Passed a NULL semaphore"); in SDL_SemTryWait()
151 SDL_SetError("Passed a NULL semaphore"); in SDL_SemWaitTimeout()
195 SDL_SetError("Passed a NULL semaphore"); in SDL_SemPost()
/external/qemu/distrib/sdl-1.2.12/src/thread/os2/
DSDL_syssem.c54 SDL_SetError("Couldn't create semaphore"); in SDL_CreateSemaphore()
87 SDL_SetError("Passed a NULL sem"); in SDL_SemWaitTimeout()
96 SDL_SetError("DosRequestMutexSem() failed"); in SDL_SemWaitTimeout()
128 SDL_SetError("DosRequestMutexSem() failed"); in SDL_SemWaitTimeout()
135 SDL_SetError("DosRequestMutexSem() failed"); in SDL_SemWaitTimeout()
172 SDL_SetError("Passed a NULL sem"); in SDL_SemValue()
181 SDL_SetError("Passed a NULL sem"); in SDL_SemPost()
185 SDL_SetError("DosRequestMutexSem() failed"); in SDL_SemPost()
DSDL_sysmutex.c54 SDL_SetError("Couldn't create mutex"); in SDL_CreateMutex()
83 SDL_SetError("Passed a NULL mutex"); in SDL_mutexP()
88 SDL_SetError("Couldn't wait on mutex"); in SDL_mutexP()
99 SDL_SetError("Passed a NULL mutex"); in SDL_mutexV()
104 SDL_SetError("Couldn't release mutex"); in SDL_mutexV()
/external/qemu/distrib/sdl-1.2.12/src/
DSDL_error.c50 void SDL_SetError (const char *fmt, ...) in SDL_SetError() function
207 SDL_SetError("Out of memory"); in SDL_Error()
210 SDL_SetError("Error reading from datastream"); in SDL_Error()
213 SDL_SetError("Error writing to datastream"); in SDL_Error()
216 SDL_SetError("Error seeking in datastream"); in SDL_Error()
219 SDL_SetError("Unknown SDL error"); in SDL_Error()
229 SDL_SetError("Hi there!"); in main()
234 SDL_SetError("This is the error: %s (%f)", buffer, 1.0); in main()
/external/qemu/distrib/sdl-1.2.12/src/thread/irix/
DSDL_syssem.c78 SDL_SetError("Couldn't create semaphore"); in SDL_CreateSemaphore()
106 SDL_SetError("Passed a NULL semaphore"); in SDL_SemTryWait()
126 SDL_SetError("Passed a NULL semaphore"); in SDL_SemWait()
136 SDL_SetError("Semaphore operation error"); in SDL_SemWait()
147 SDL_SetError("Passed a NULL semaphore"); in SDL_SemWaitTimeout()
205 SDL_SetError("Passed a NULL semaphore"); in SDL_SemPost()
215 SDL_SetError("Semaphore operation error"); in SDL_SemPost()
/external/qemu/distrib/sdl-1.2.12/src/cdrom/macosx/
DSDL_syscdrom.c236 SDL_SetError ("Some CD's were added but they will be ignored"); in SDL_SYS_CDInit()
280 SDL_SetError ("PBHGetVolParmsSync returned %d", err); in SDL_SYS_CDName()
292 SDL_SetError ("Only one cdrom is supported"); in SDL_SYS_CDOpen()
305 SDL_SetError (kErrorFakeDevice); in SDL_SYS_CDGetTOC()
345 SDL_SetError (kErrorFakeDevice); in SDL_SYS_CDPlay()
362 SDL_SetError ("SDL_SYS_CDPlay: No file for start=%d, length=%d", start, length); in SDL_SYS_CDPlay()
385 SDL_SetError (kErrorFakeDevice); in SDL_SYS_CDPause()
407 SDL_SetError (kErrorFakeDevice); in SDL_SYS_CDResume()
429 SDL_SetError (kErrorFakeDevice); in SDL_SYS_CDStop()
459 SDL_SetError (kErrorFakeDevice); in SDL_SYS_CDEject()
[all …]
/external/qemu/distrib/sdl-1.2.12/src/thread/win32/
DSDL_sysmutex.c47 SDL_SetError("Couldn't create mutex"); in SDL_CreateMutex()
73 SDL_SetError("Passed a NULL mutex"); in SDL_mutexP()
77 SDL_SetError("Couldn't wait on mutex"); in SDL_mutexP()
87 SDL_SetError("Passed a NULL mutex"); in SDL_mutexV()
91 SDL_SetError("Couldn't release mutex"); in SDL_mutexV()
DSDL_syssem.c61 SDL_SetError("Couldn't create semaphore"); in SDL_CreateSemaphore()
93 SDL_SetError("Passed a NULL sem");
115 SDL_SetError("WaitForSingleObject() failed");
136 SDL_SetError("Passed a NULL sem");
145 SDL_SetError("Passed a NULL sem");
160 SDL_SetError("ReleaseSemaphore() failed");
/external/qemu/distrib/sdl-1.2.12/src/audio/dsp/
DSDL_dspaudio.c183 SDL_SetError("Couldn't open %s: %s", audiodev, strerror(errno)); in DSP_OpenAudio()
193 SDL_SetError("Couldn't set audio blocking mode"); in DSP_OpenAudio()
202 SDL_SetError("Couldn't get audio format list"); in DSP_OpenAudio()
260 SDL_SetError("Couldn't find any hardware audio formats"); in DSP_OpenAudio()
271 SDL_SetError("Couldn't set audio format"); in DSP_OpenAudio()
280 SDL_SetError("Cannot set the number of channels"); in DSP_OpenAudio()
290 SDL_SetError("Couldn't set audio frequency"); in DSP_OpenAudio()
302 SDL_SetError("Fragment size must be a power of two"); in DSP_OpenAudio()
/external/qemu/distrib/sdl-1.2.12/src/audio/paudio/
DSDL_paudio.c251 SDL_SetError("Couldn't open %s: %s", audiodev, strerror(errno)); in Paud_OpenAudio()
260 SDL_SetError("Couldn't get audio buffer information"); in Paud_OpenAudio()
381 SDL_SetError("Couldn't find any hardware audio formats"); in Paud_OpenAudio()
425 SDL_SetError("Couldn't set audio format: DSP can't do play requests"); in Paud_OpenAudio()
429 SDL_SetError("Couldn't set audio format: DSP can't do record requests"); in Paud_OpenAudio()
433 SDL_SetError("Couldn't set audio format: request was invalid"); in Paud_OpenAudio()
437 SDL_SetError("Couldn't set audio format: conflict with open's flags"); in Paud_OpenAudio()
441 SDL_SetError("Couldn't set audio format: out of DSP MIPS or memory"); in Paud_OpenAudio()
445 SDL_SetError("Couldn't set audio format: not documented in sys/audio.h"); in Paud_OpenAudio()
492 SDL_SetError("Can't start audio play"); in Paud_OpenAudio()
/external/qemu/distrib/sdl-1.2.12/src/cdrom/
DSDL_cdrom.c73 SDL_SetError("CD-ROM not opened"); in CheckInit()
78 SDL_SetError("CD-ROM subsystem not initialized"); in CheckInit()
97 SDL_SetError("Invalid CD-ROM drive index"); in SDL_CDName()
115 SDL_SetError("Invalid CD-ROM drive index"); in SDL_CDOpen()
187 SDL_SetError("Invalid starting track"); in SDL_CDPlayTracks()
202 SDL_SetError("Invalid play length"); in SDL_CDPlayTracks()
212 SDL_SetError("Invalid starting frame for track %d", strack); in SDL_CDPlayTracks()
220 SDL_SetError("Invalid ending frame for track %d", etrack); in SDL_CDPlayTracks()
/external/qemu/distrib/sdl-1.2.12/src/thread/beos/
DSDL_syssem.c44 SDL_SetError("create_sem() failed"); in SDL_CreateSemaphore()
71 SDL_SetError("Passed a NULL semaphore"); in SDL_SemWaitTimeout()
95 SDL_SetError("acquire_sem() failed"); in SDL_SemWaitTimeout()
133 SDL_SetError("Passed a NULL semaphore"); in SDL_SemPost()
138 SDL_SetError("release_sem() failed"); in SDL_SemPost()
/external/qemu/distrib/sdl-1.2.12/src/timer/wince/
DSDL_systimer.c120 SDL_SetError("Cannot create event for timers thread"); in SDL_SYS_TimerInit()
126 SDL_SetError("Cannot create timers thread, check amount of RAM available"); in SDL_SYS_TimerInit()
165 SDL_SetError("Warning: Can't set %d ms timer resolution", in SDL_SYS_TimerInit()
171 SDL_SetError("timeSetEvent() failed"); in SDL_SYS_TimerInit()
189 SDL_SetError("Internal logic error: WinCE uses threaded timer"); in SDL_SYS_StartTimer()

12345678