Home
last modified time | relevance | path

Searched refs:CARDCallback (Results 1 – 4 of 4) sorted by relevance

/RvlSDK-3.1.4/include/revolution/
Dcard.h263 typedef void (*CARDCallback)( s32 chan, s32 result ); typedef
270 s32 CARDCheckAsync ( s32 chan, CARDCallback callback );
272 s32 CARDCheckExAsync ( s32 chan, s32* xferBytes, CARDCallback callback );
274 … ( s32 chan, const char* fileName, u32 size, CARDFileInfo* fileInfo, CARDCallback callback );
276 s32 CARDDeleteAsync ( s32 chan, const char* fileName, CARDCallback callback );
278 s32 CARDFastDeleteAsync ( s32 chan, s32 fileNo, CARDCallback callback );
281 s32 CARDFormatAsync ( s32 chan, CARDCallback callback );
291 s32 CARDMount ( s32 chan, void* workArea, CARDCallback detachCallback );
292 s32 CARDMountAsync ( s32 chan, void* workArea, CARDCallback detachCallback, CARDCallback at…
297 s32 CARDRenameAsync ( s32 chan, const char* oldName, const char* newName, CARDCallback callb…
[all …]
/RvlSDK-3.1.4/build/demos/carddemo/src/
Dcreate-bnr-4icon.c247 result = CARDMount(chan, WRAM, (CARDCallback)DetachCallback); in MountCard()
Dcreate-1icon.c289 result = CARDMount(chan, WRAM, (CARDCallback)DetachCallback); in MountCard()
Dcreate-8icon.c304 result = CARDMount(chan, WRAM, (CARDCallback)DetachCallback); in MountCard()