Searched refs:IOStream (Results 1 – 6 of 6) sorted by relevance
28 NW_UT_RUNTIME_TYPEINFO_ROOT_DEFINITION( IOStream );32 IOStream::Read(void* /*buf*/, u32 /*length*/) in Read()40 IOStream::ReadAsync( in ReadAsync()53 IOStream::Write(const void* /*buf*/, u32 /*length*/) in Write()61 IOStream::WriteAsync( in WriteAsync()73 IOStream::WaitAsync() const in WaitAsync()82 IOStream::IsBusy() const in IsBusy()
29 NW_UT_RUNTIME_TYPEINFO_DEFINITION(FileStream,IOStream);
23 NW_UT_RUNTIME_TYPEINFO_DEFINITION(RomFileStream,IOStream);
43 NW_UT_RUNTIME_TYPEINFO_DEFINITION(HioFileStream,IOStream);
27 class IOStream36 typedef void (*IOStreamCallback)(s32 result, IOStream* stream, void* arg);44 virtual ~IOStream() {} in ~IOStream()243 IOStream() in IOStream() function
35 class FileStream : public IOStream60 /* ctor */ FileStream() : IOStream() {} in FileStream()