Home
last modified time | relevance | path

Searched refs:osWriteShared (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/firmware/os/core/
Dseos.c557 bool osWriteShared(void *dest, const void *src, uint32_t len) in osWriteShared() function
630 ret = osWriteShared((uint8_t*)storageSeg, (uint8_t*)&seg, sizeof(seg)); in osAppSegmentClose()
644 ret = osWriteShared((uint8_t*)storageSeg + fullSize, footer, footerLen); in osAppSegmentClose()
675 bool res = osWriteShared(p, buf, flashSz); in osAppWipeData()
DnanohubCommand.c182 if (osWriteShared((uint8_t*)(mDownloadState->start) + mDownloadState->dstOffset, data, len)) { in writeCbk()
342 if (osWriteShared(&os->marker, &marker, sizeof(os->marker))) { in deferredUpdateOs()
/device/google/contexthub/firmware/os/inc/
Dseos.h286 bool osWriteShared(void *dest, const void *src, uint32_t len);