Searched refs:ReadDvdFile (Results 1 – 3 of 3) sorted by relevance
| /RvlSDK-3.3/build/demos/hbmdemo/rsodemo/src/ |
| D | rsomodule.c | 149 static void* ReadDvdFile( in ReadDvdFile() function 329 pHbmInfo->layoutBuf = ReadDvdFile( nameBuf, NULL ); in InitHomeButtonInfo() 333 pHbmInfo->spkSeBuf = ReadDvdFile( nameBuf, NULL ); in InitHomeButtonInfo() 341 pHbmInfo->msgBuf = ReadDvdFile( nameBuf, NULL ); in InitHomeButtonInfo() 345 pHbmInfo->configBuf = ReadDvdFile( nameBuf, &pHbmInfo->configBufSize ); in InitHomeButtonInfo() 417 sound_data = ReadDvdFile( nameBuf, NULL ); in InitSound()
|
| D | rsodemo.cpp | 219 static void* ReadDvdFile( const char* fileName, MEMAllocator* mem); 298 sIconTpl = ( TPLPalettePtr )ReadDvdFile( nameBuf, &s_mem2Allocator ); in CreateBanIcon() 795 static void* ReadDvdFile( in ReadDvdFile() function 843 module = (RSOObjectHeader*)ReadDvdFile(moduleName, &s_mem1Allocator); in RsoLoad() 870 module = (RSOObjectHeader*)ReadDvdFile(moduleName, &s_mem1Allocator); in StaticRsoLoad()
|
| /RvlSDK-3.3/build/demos/hbmdemo/hbm/src/ |
| D | homebutton.cpp | 214 static void* ReadDvdFile( in ReadDvdFile() function 292 sIconTpl = ( TPLPalettePtr )ReadDvdFile( nameBuf, &DemoAllocator1, NULL ); in Init() 447 pHbmInfo->layoutBuf = ReadDvdFile( nameBuf, &DemoAllocator1, NULL ); in InitHomeButtonInfo() 451 pHbmInfo->spkSeBuf = ReadDvdFile( nameBuf, &DemoAllocator1, NULL ); in InitHomeButtonInfo() 459 pHbmInfo->msgBuf = ReadDvdFile( nameBuf, &DemoAllocator1, NULL ); in InitHomeButtonInfo() 463 pHbmInfo->configBuf = ReadDvdFile( nameBuf, &DemoAllocator1, &pHbmInfo->configBufSize ); in InitHomeButtonInfo() 498 sound_data = (u8*)ReadDvdFile( nameBuf, &DemoAllocator1, NULL ); in InitSound()
|