Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
Dseos.h187 struct AppHdr *osAppSegmentCreate(uint32_t size);
/device/google/contexthub/firmware/os/core/
DnanohubCommand.c292 mDownloadState->start = osAppSegmentCreate(mDownloadState->size); in resetDownloadState()
509 mDownloadState->start = osAppSegmentCreate(mDownloadState->size); in firmwareErase()
Dseos.c573 struct AppHdr *osAppSegmentCreate(uint32_t size) in osAppSegmentCreate() function