Searched refs:CallNativeRead (Results 1 – 3 of 3) sorted by relevance
454 uint32 CallNativeRead(OsclAny *buffer, uint32 size, uint32 numelements);
507 result = CallNativeRead(buffer, size, numelements); in Read()860 uint32 Oscl_File::CallNativeRead(OsclAny *buffer, uint32 size, uint32 numelements) in CallNativeRead() function in Oscl_File
539 _endCachePos = iContainer.CallNativeRead((void*)_pCacheBufferStart, 1, _cacheSize); in FillCacheFromFile()