Home
last modified time | relevance | path

Searched defs:OsclPtr (Results 1 – 1 of 1) sorted by relevance

/external/opencore/oscl/oscl/osclio/src/
Doscl_file_async_read.h106 OsclPtr(uint8* ptr, int32& len, int32 max): iPtr(ptr), iMaxLength(max), iLength(len) in OsclPtr() function
108OsclPtr(const OsclPtr& d): HeapBase(d), iPtr(d.iPtr), iMaxLength(d.iMaxLength), iLength(d.iLength) in OsclPtr() function