|
void | __DVDInitWA () |
|
void | __DVDInterruptHandler (u32 arg0, OSContext *context) |
|
static void | AlarmHandler () |
|
static void | AlarmHandlerForTimeout () |
|
static void | Read (void *arg0, u32 arg1, u32 arg2, DVDLowCallback cb) |
|
static void | SeekTwiceBeforeRead (void *arg0, u32 arg1, u32 arg2, DVDLowCallback cb) |
|
BOOL | DVDLowRead (void *arg0, u32 arg1, u32 arg2, DVDLowCallback cb) |
|
BOOL | DVDLowSeek (u32 arg0, DVDLowCallback cb) |
|
BOOL | DVDLowWaitCoverClose (DVDLowCallback cb) |
|
BOOL | DVDLowReadDiskID (u32 arg0, DVDLowCallback cb) |
|
BOOL | DVDLowStopMotor (DVDLowCallback cb) |
|
BOOL | DVDLowRequestError (DVDLowCallback cb) |
|
BOOL | DVDLowInquiry (u32 arg0, DVDLowCallback cb) |
|
BOOL | DVDLowAudioStream (u32 arg0, u32 arg1, u32 arg2, DVDLowCallback cb) |
|
BOOL | DVDLowRequestAudioStatus (u32 arg0, DVDLowCallback cb) |
|
BOOL | DVDLowAudioBufferConfig (s32 arg0, u32 arg1, DVDLowCallback cb) |
|
void | DVDLowReset () |
|
BOOL | DVDLowBreak () |
|
DVDLowCallback | DVDLowClearCallback () |
|
void | __DVDLowSetWAType (u32 arg0, u32 arg1) |
|
BOOL | __DVDLowTestAlarm (OSAlarm *alarm) |
|
static void | AlarmHandler (OSAlarm *alarm, OSContext *context) |
|
static void | AlarmHandlerForTimeout (OSAlarm *alarm, OSContext *context) |
|
static void | __setAlarm (u32 seconds) |
|
BOOL | HitCache () |
|
static void | DoJustRead (void *addr, u32 length, u32 offset, DVDLowCallback callback) |
|
static void | WaitBeforeRead (void *addr, u32 length, u32 offset, DVDLowCallback callback, OSTime timeout) |
|