Searched refs:CallNativeWrite (Results 1 – 3 of 3) sorted by relevance
455 uint32 CallNativeWrite(const OsclAny *buffer, uint32 size, uint32 numelements);
544 result = CallNativeWrite(buffer, size, numelements); in Write()890 uint32 Oscl_File::CallNativeWrite(const OsclAny *buffer, uint32 size, uint32 numelements) in CallNativeWrite() function in Oscl_File
605 …int32 retval = iContainer.CallNativeWrite(_pCacheBufferStart + _cacheUpdateStart, 1, bytesToWrite); in WriteCacheToFile()