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