Home
last modified time | relevance | path

Searched refs:payInfoType (Results 1 – 5 of 5) sorted by relevance

/device/google/contexthub/lib/include/nanohub/
Dnanohub.h56 uint8_t payInfoType; // external: copy ImageLayout::payload; internal: LAYOUT_APP member
/device/google/contexthub/firmware/inc/
Dseos.h282 .hdr.payInfoType = LAYOUT_APP, \
/device/google/contexthub/firmware/src/
DnanohubCommand.c441 app->hdr.payInfoType, mDownloadState->size, in firmwareFinish()
451 switch(app->hdr.payInfoType) { in firmwareFinish()
DappSec.c313 .payInfoType = image->layout.payload, in appSecProcessIncomingHdr()
Dseos.c633 app->hdr.payInfoType == LAYOUT_APP; in osAppIsValid()