Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/src/
Dseos.c501 bool osWriteShared(void *dest, const void *src, uint32_t len) in osWriteShared() function
574 ret = osWriteShared((uint8_t*)storageSeg, (uint8_t*)&seg, sizeof(seg)); in osAppSegmentClose()
588 ret = osWriteShared((uint8_t*)storageSeg + fullSize, footer, footerLen); in osAppSegmentClose()
619 bool res = osWriteShared(p, buf, flashSz); in osAppWipeData()
DnanohubCommand.c165 if (osWriteShared((uint8_t*)(mDownloadState->start) + mDownloadState->dstOffset, data, len)) { in writeCbk()
322 if (osWriteShared(&os->marker, &marker, sizeof(os->marker))) in deferredUpdateOs()
/device/google/contexthub/firmware/inc/
Dseos.h251 bool osWriteShared(void *dest, const void *src, uint32_t len);