HomeSort by relevance Sort by last modified time
    Searched defs:SDL_CD (Results 1 - 5 of 5) sorted by null

  /external/qemu/distrib/sdl-1.2.12/include/
SDL_cdrom.h 70 typedef struct SDL_CD {
79 } SDL_CD;
114 extern DECLSPEC SDL_CD * SDLCALL SDL_CDOpen(int drive);
118 play position of the CD will be stored in the SDL_CD structure.
120 extern DECLSPEC CDstatus SDLCALL SDL_CDStatus(SDL_CD *cdrom);
141 extern DECLSPEC int SDLCALL SDL_CDPlayTracks(SDL_CD *cdrom,
147 extern DECLSPEC int SDLCALL SDL_CDPlay(SDL_CD *cdrom, int start, int length);
150 extern DECLSPEC int SDLCALL SDL_CDPause(SDL_CD *cdrom);
153 extern DECLSPEC int SDLCALL SDL_CDResume(SDL_CD *cdrom);
156 extern DECLSPEC int SDLCALL SDL_CDStop(SDL_CD *cdrom)
    [all...]
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_cdrom.h 70 typedef struct SDL_CD {
79 } SDL_CD;
114 extern DECLSPEC SDL_CD * SDLCALL SDL_CDOpen(int drive);
118 play position of the CD will be stored in the SDL_CD structure.
120 extern DECLSPEC CDstatus SDLCALL SDL_CDStatus(SDL_CD *cdrom);
141 extern DECLSPEC int SDLCALL SDL_CDPlayTracks(SDL_CD *cdrom,
147 extern DECLSPEC int SDLCALL SDL_CDPlay(SDL_CD *cdrom, int start, int length);
150 extern DECLSPEC int SDLCALL SDL_CDPause(SDL_CD *cdrom);
153 extern DECLSPEC int SDLCALL SDL_CDResume(SDL_CD *cdrom);
156 extern DECLSPEC int SDLCALL SDL_CDStop(SDL_CD *cdrom)
    [all...]
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_cdrom.h 70 typedef struct SDL_CD {
79 } SDL_CD;
114 extern DECLSPEC SDL_CD * SDLCALL SDL_CDOpen(int drive);
118 play position of the CD will be stored in the SDL_CD structure.
120 extern DECLSPEC CDstatus SDLCALL SDL_CDStatus(SDL_CD *cdrom);
141 extern DECLSPEC int SDLCALL SDL_CDPlayTracks(SDL_CD *cdrom,
147 extern DECLSPEC int SDLCALL SDL_CDPlay(SDL_CD *cdrom, int start, int length);
150 extern DECLSPEC int SDLCALL SDL_CDPause(SDL_CD *cdrom);
153 extern DECLSPEC int SDLCALL SDL_CDResume(SDL_CD *cdrom);
156 extern DECLSPEC int SDLCALL SDL_CDStop(SDL_CD *cdrom)
    [all...]
  /prebuilt/windows/sdl/host/include/SDL/
SDL_cdrom.h 74 typedef struct SDL_CD {
83 } SDL_CD;
118 extern DECLSPEC SDL_CD * SDLCALL SDL_CDOpen(int drive);
122 play position of the CD will be stored in the SDL_CD structure.
124 extern DECLSPEC CDstatus SDLCALL SDL_CDStatus(SDL_CD *cdrom);
145 extern DECLSPEC int SDLCALL SDL_CDPlayTracks(SDL_CD *cdrom,
151 extern DECLSPEC int SDLCALL SDL_CDPlay(SDL_CD *cdrom, int start, int length);
154 extern DECLSPEC int SDLCALL SDL_CDPause(SDL_CD *cdrom);
157 extern DECLSPEC int SDLCALL SDL_CDResume(SDL_CD *cdrom);
160 extern DECLSPEC int SDLCALL SDL_CDStop(SDL_CD *cdrom)
    [all...]
  /prebuilt/windows/sdl/include/SDL/
SDL_cdrom.h 70 typedef struct SDL_CD {
79 } SDL_CD;
114 extern DECLSPEC SDL_CD * SDLCALL SDL_CDOpen(int drive);
118 play position of the CD will be stored in the SDL_CD structure.
120 extern DECLSPEC CDstatus SDLCALL SDL_CDStatus(SDL_CD *cdrom);
141 extern DECLSPEC int SDLCALL SDL_CDPlayTracks(SDL_CD *cdrom,
147 extern DECLSPEC int SDLCALL SDL_CDPlay(SDL_CD *cdrom, int start, int length);
150 extern DECLSPEC int SDLCALL SDL_CDPause(SDL_CD *cdrom);
153 extern DECLSPEC int SDLCALL SDL_CDResume(SDL_CD *cdrom);
156 extern DECLSPEC int SDLCALL SDL_CDStop(SDL_CD *cdrom)
    [all...]

Completed in 87 milliseconds