Home
last modified time | relevance | path

Searched refs:hevAudioBufferPlayed (Results 1 – 2 of 2) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/audio/dart/
DSDL_dart.c68 DosPostEventSem(pSDLAudioDevice->hidden->hevAudioBufferPlayed); in DARTEventFunc()
243 if (DosCreateEventSem(NULL, &(_this->hidden->hevAudioBufferPlayed), 0, FALSE)!=NO_ERROR) in DART_OpenAudio()
282 DosResetEventSem(_this->hidden->hevAudioBufferPlayed, &ulPostCount); in DART_WaitAudio()
291 DosWaitEventSem(_this->hidden->hevAudioBufferPlayed, 1000); // Wait max 1 sec!!! Important! in DART_WaitAudio()
350 DosResetEventSem(_this->hidden->hevAudioBufferPlayed, &ulPostCount); in DART_WaitDone()
351 rc = DosWaitEventSem(_this->hidden->hevAudioBufferPlayed, 1000); // 1 sec timeout! Important! in DART_WaitDone()
371 DosCloseEventSem(_this->hidden->hevAudioBufferPlayed); in DART_CloseAudio()
DSDL_dart.h60 …HEV hevAudioBufferPlayed; // Event semaphore to indicate that an audio buffer has been pla… member