OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SDL_CD
(Results
1 - 4
of
4
) sorted by null
/external/qemu/distrib/sdl-1.2.15/include/
SDL_cdrom.h
79
typedef struct
SDL_CD
{
90
}
SDL_CD
;
132
extern DECLSPEC
SDL_CD
* SDLCALL SDL_CDOpen(int drive);
137
* play position of the CD will be stored in the
SDL_CD
structure.
139
extern DECLSPEC CDstatus SDLCALL SDL_CDStatus(
SDL_CD
*cdrom);
163
extern DECLSPEC int SDLCALL SDL_CDPlayTracks(
SDL_CD
*cdrom,
170
extern DECLSPEC int SDLCALL SDL_CDPlay(
SDL_CD
*cdrom, int start, int length);
175
extern DECLSPEC int SDLCALL SDL_CDPause(
SDL_CD
*cdrom);
180
extern DECLSPEC int SDLCALL SDL_CDResume(
SDL_CD
*cdrom);
185
extern DECLSPEC int SDLCALL SDL_CDStop(
SDL_CD
*cdrom)
[
all
...]
/prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_cdrom.h
79
typedef struct
SDL_CD
{
90
}
SDL_CD
;
132
extern DECLSPEC
SDL_CD
* SDLCALL SDL_CDOpen(int drive);
137
* play position of the CD will be stored in the
SDL_CD
structure.
139
extern DECLSPEC CDstatus SDLCALL SDL_CDStatus(
SDL_CD
*cdrom);
163
extern DECLSPEC int SDLCALL SDL_CDPlayTracks(
SDL_CD
*cdrom,
170
extern DECLSPEC int SDLCALL SDL_CDPlay(
SDL_CD
*cdrom, int start, int length);
175
extern DECLSPEC int SDLCALL SDL_CDPause(
SDL_CD
*cdrom);
180
extern DECLSPEC int SDLCALL SDL_CDResume(
SDL_CD
*cdrom);
185
extern DECLSPEC int SDLCALL SDL_CDStop(
SDL_CD
*cdrom)
[
all
...]
/prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_cdrom.h
79
typedef struct
SDL_CD
{
90
}
SDL_CD
;
132
extern DECLSPEC
SDL_CD
* SDLCALL SDL_CDOpen(int drive);
137
* play position of the CD will be stored in the
SDL_CD
structure.
139
extern DECLSPEC CDstatus SDLCALL SDL_CDStatus(
SDL_CD
*cdrom);
163
extern DECLSPEC int SDLCALL SDL_CDPlayTracks(
SDL_CD
*cdrom,
170
extern DECLSPEC int SDLCALL SDL_CDPlay(
SDL_CD
*cdrom, int start, int length);
175
extern DECLSPEC int SDLCALL SDL_CDPause(
SDL_CD
*cdrom);
180
extern DECLSPEC int SDLCALL SDL_CDResume(
SDL_CD
*cdrom);
185
extern DECLSPEC int SDLCALL SDL_CDStop(
SDL_CD
*cdrom)
[
all
...]
/prebuilts/tools/windows/sdl/include/SDL/
SDL_cdrom.h
79
typedef struct
SDL_CD
{
90
}
SDL_CD
;
132
extern DECLSPEC
SDL_CD
* SDLCALL SDL_CDOpen(int drive);
137
* play position of the CD will be stored in the
SDL_CD
structure.
139
extern DECLSPEC CDstatus SDLCALL SDL_CDStatus(
SDL_CD
*cdrom);
163
extern DECLSPEC int SDLCALL SDL_CDPlayTracks(
SDL_CD
*cdrom,
170
extern DECLSPEC int SDLCALL SDL_CDPlay(
SDL_CD
*cdrom, int start, int length);
175
extern DECLSPEC int SDLCALL SDL_CDPause(
SDL_CD
*cdrom);
180
extern DECLSPEC int SDLCALL SDL_CDResume(
SDL_CD
*cdrom);
185
extern DECLSPEC int SDLCALL SDL_CDStop(
SDL_CD
*cdrom)
[
all
...]
Completed in 219 milliseconds