|
static void | Read (void *address, u32 length, u32 offset, DVDLowCallback callback) |
|
static void | SetBreakAlarm (OSTime timeout) |
|
void | __DVDInitWA (void) |
|
static BOOL | ProcessNextCommand (void) |
|
void | __DVDInterruptHandler (__OSInterrupt interrupt, OSContext *context) |
|
static void | AlarmHandler (OSAlarm *alarm, OSContext *context) |
|
static void | AlarmHandlerForTimeout (OSAlarm *alarm, OSContext *context) |
|
static void | SetTimeoutAlarm (OSTime timeout) |
|
static BOOL | AudioBufferOn (void) |
|
static BOOL | HitCache (DVDBuffer *curr, DVDBuffer *prev) |
|
static void | DoJustRead (void *addr, u32 length, u32 offset, DVDLowCallback callback) |
|
static void | SeekTwiceBeforeRead (void *addr, u32 length, u32 offset, DVDLowCallback callback) |
|
static void | WaitBeforeRead (void *addr, u32 length, u32 offset, DVDLowCallback callback, OSTime wait) |
|
BOOL | DVDLowRead (void *addr, u32 length, u32 offset, DVDLowCallback callback) |
|
BOOL | DVDLowSeek (u32 offset, DVDLowCallback callback) |
|
BOOL | DVDLowWaitCoverClose (DVDLowCallback callback) |
|
BOOL | DVDLowReadDiskID (DVDDiskID *diskID, DVDLowCallback callback) |
|
BOOL | DVDLowStopMotor (DVDLowCallback callback) |
|
BOOL | DVDLowRequestError (DVDLowCallback callback) |
|
BOOL | DVDLowInquiry (DVDDriveInfo *info, DVDLowCallback callback) |
|
BOOL | DVDLowAudioStream (u32 subcmd, u32 length, u32 offset, DVDLowCallback callback) |
|
BOOL | DVDLowRequestAudioStatus (u32 subcmd, DVDLowCallback callback) |
|
BOOL | DVDLowAudioBufferConfig (BOOL enable, u32 size, DVDLowCallback callback) |
|
void | DVDLowReset (void) |
|
DVDLowCallback | DVDLowSetResetCoverCallback (DVDLowCallback callback) |
|
static void | DoBreak (void) |
|
static void | AlarmHandlerForBreak (OSAlarm *alarm, OSContext *context) |
|
BOOL | DVDLowBreak (void) |
|
DVDLowCallback | DVDLowClearCallback (void) |
|
u32 | DVDLowGetCoverStatus (void) |
|
void | __DVDLowSetWAType (u32 type, s32 seekLoc) |
|
int | __DVDLowTestAlarm (const OSAlarm *alarm) |
|