Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/inc/
Dseos.h173 struct AppHdr *osAppSegmentCreate(uint32_t size);
/device/google/contexthub/firmware/src/
DnanohubCommand.c274 mDownloadState->start = osAppSegmentCreate(mDownloadState->size); in resetDownloadState()
483 mDownloadState->start = osAppSegmentCreate(mDownloadState->size); in firmwareErase()
Dseos.c517 struct AppHdr *osAppSegmentCreate(uint32_t size) in osAppSegmentCreate() function