OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hevAudioBufferPlayed
(Results
1 - 2
of
2
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/audio/dart/
SDL_dart.h
60
HEV
hevAudioBufferPlayed
; // Event semaphore to indicate that an audio buffer has been played by DART
SDL_dart.c
68
DosPostEventSem(pSDLAudioDevice->hidden->
hevAudioBufferPlayed
);
243
if (DosCreateEventSem(NULL, &(_this->hidden->
hevAudioBufferPlayed
), 0, FALSE)!=NO_ERROR)
282
DosResetEventSem(_this->hidden->
hevAudioBufferPlayed
, &ulPostCount);
291
DosWaitEventSem(_this->hidden->
hevAudioBufferPlayed
, 1000); // Wait max 1 sec!!! Important!
350
DosResetEventSem(_this->hidden->
hevAudioBufferPlayed
, &ulPostCount);
351
rc = DosWaitEventSem(_this->hidden->
hevAudioBufferPlayed
, 1000); // 1 sec timeout! Important!
371
DosCloseEventSem(_this->hidden->
hevAudioBufferPlayed
);
Completed in 278 milliseconds