Searched refs:osWriteShared (Results 1 – 3 of 3) sorted by relevance
/device/google/contexthub/firmware/os/core/ |
D | seos.c | 557 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()
|
D | nanohubCommand.c | 182 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/ |
D | seos.h | 286 bool osWriteShared(void *dest, const void *src, uint32_t len);
|