Searched refs:IOStream (Results 1 – 6 of 6) sorted by relevance
30 NW_UT_RUNTIME_TYPEINFO_ROOT_DEFINITION( IOStream );34 IOStream::Read(void* /*buf*/, u32 /*length*/) in Read()42 IOStream::ReadAsync( in ReadAsync()55 IOStream::Write(const void* /*buf*/, u32 /*length*/) in Write()63 IOStream::WriteAsync( in WriteAsync()75 IOStream::WaitAsync() const in WaitAsync()84 IOStream::IsBusy() const in IsBusy()
31 NW_UT_RUNTIME_TYPEINFO_DEFINITION(FileStream,IOStream);
25 NW_UT_RUNTIME_TYPEINFO_DEFINITION(RomFileStream,IOStream);
45 NW_UT_RUNTIME_TYPEINFO_DEFINITION(HioFileStream,IOStream);
29 class IOStream38 typedef void (*IOStreamCallback)(s32 result, IOStream* stream, void* arg);46 virtual ~IOStream() {} in ~IOStream()245 IOStream() in IOStream() function
37 class FileStream : public IOStream62 /* ctor */ FileStream() : IOStream() {} in FileStream()