OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SDL_CDStatus
(Results
1 - 7
of
7
) sorted by null
/external/qemu/distrib/sdl-1.2.15/test/
testcdrom.c
23
status =
SDL_CDStatus
(cdrom);
56
SDL_CDStatus
(cdrom);
159
if ( CD_INDRIVE(
SDL_CDStatus
(cdrom)) ) {
/external/qemu/distrib/sdl-1.2.15/include/
SDL_cdrom.h
78
/** This structure is only current as of the last call to
SDL_CDStatus
() */
139
extern DECLSPEC CDstatus SDLCALL
SDL_CDStatus
(SDL_CD *cdrom);
145
* This function should only be called after calling
SDL_CDStatus
() to
150
* if ( CD_INDRIVE(
SDL_CDStatus
(cdrom)) )
153
* if ( CD_INDRIVE(
SDL_CDStatus
(cdrom)) ) {
157
* if ( CD_INDRIVE(
SDL_CDStatus
(cdrom)) )
/prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_cdrom.h
78
/** This structure is only current as of the last call to
SDL_CDStatus
() */
139
extern DECLSPEC CDstatus SDLCALL
SDL_CDStatus
(SDL_CD *cdrom);
145
* This function should only be called after calling
SDL_CDStatus
() to
150
* if ( CD_INDRIVE(
SDL_CDStatus
(cdrom)) )
153
* if ( CD_INDRIVE(
SDL_CDStatus
(cdrom)) ) {
157
* if ( CD_INDRIVE(
SDL_CDStatus
(cdrom)) )
/prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_cdrom.h
78
/** This structure is only current as of the last call to
SDL_CDStatus
() */
139
extern DECLSPEC CDstatus SDLCALL
SDL_CDStatus
(SDL_CD *cdrom);
145
* This function should only be called after calling
SDL_CDStatus
() to
150
* if ( CD_INDRIVE(
SDL_CDStatus
(cdrom)) )
153
* if ( CD_INDRIVE(
SDL_CDStatus
(cdrom)) ) {
157
* if ( CD_INDRIVE(
SDL_CDStatus
(cdrom)) )
/prebuilts/tools/windows/sdl/include/SDL/
SDL_cdrom.h
78
/** This structure is only current as of the last call to
SDL_CDStatus
() */
139
extern DECLSPEC CDstatus SDLCALL
SDL_CDStatus
(SDL_CD *cdrom);
145
* This function should only be called after calling
SDL_CDStatus
() to
150
* if ( CD_INDRIVE(
SDL_CDStatus
(cdrom)) )
153
* if ( CD_INDRIVE(
SDL_CDStatus
(cdrom)) ) {
157
* if ( CD_INDRIVE(
SDL_CDStatus
(cdrom)) )
/external/qemu/distrib/sdl-1.2.15/src/main/macos/exports/
SDL.x
23
SDL_Init SDL_InitSubSystem SDL_QuitSubSystem SDL_WasInit SDL_Quit SDL_GetAppState SDL_AudioInit SDL_AudioQuit SDL_AudioDriverName SDL_OpenAudio SDL_GetAudioStatus SDL_PauseAudio SDL_LoadWAV_RW SDL_FreeWAV SDL_BuildAudioCVT SDL_ConvertAudio SDL_MixAudio SDL_LockAudio SDL_UnlockAudio SDL_CloseAudio SDL_CDNumDrives SDL_CDName SDL_CDOpen
SDL_CDStatus
SDL_CDPlayTracks SDL_CDPlay SDL_CDPause SDL_CDResume SDL_CDStop SDL_CDEject SDL_CDClose SD (…)
/external/qemu/distrib/sdl-1.2.15/src/cdrom/
SDL_cdrom.c
133
CDstatus
SDL_CDStatus
(SDL_CD *cdrom)
Completed in 233 milliseconds