Searched refs:readBuf (Results 1 – 3 of 3) sorted by relevance
| /RvlHBMSdk-4.5/build/demos/hbmdemo/rsodemo/src/ |
| D | rsomodule.c | 155 void* readBuf; in ReadDvdFile() local 173 readBuf = allocMem(fileLenUp32); in ReadDvdFile() 174 readBytes = DVDRead(&fileInfo, readBuf, (s32)(fileLenUp32), 0); in ReadDvdFile() 180 return readBuf; in ReadDvdFile()
|
| D | rsodemo.cpp | 803 void* readBuf; in ReadDvdFile() local 821 readBuf = MEMAllocFromAllocator(mem, fileLenUp32); in ReadDvdFile() 822 readBytes = DVDRead(&fileInfo, readBuf, (s32)(fileLenUp32), 0); in ReadDvdFile() 826 return readBuf; in ReadDvdFile()
|
| /RvlHBMSdk-4.5/build/demos/hbmdemo/hbm/src/ |
| D | homebutton.cpp | 220 void* readBuf; in ReadDvdFile() local 238 readBuf = MEMAllocFromAllocator(mem, fileLenUp32); in ReadDvdFile() 239 readBytes = DVDRead(&fileInfo, readBuf, (s32)(fileLenUp32), 0); in ReadDvdFile() 245 return readBuf; in ReadDvdFile()
|