Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
Dseos.h321 .hdr.payInfoType = LAYOUT_APP, \
339 .hdr.payInfoType = LAYOUT_APP, \
/device/google/contexthub/lib/include/nanohub/
Dnanohub.h96 uint8_t payInfoType; // external: copy ImageLayout::payload; internal: LAYOUT_APP member
/device/google/contexthub/firmware/os/core/
DappSec.c312 .payInfoType = image->layout.payload, in appSecProcessIncomingHdr()
DnanohubCommand.c466 app->hdr.payInfoType, mDownloadState->size, in firmwareFinish()
477 switch(app->hdr.payInfoType) { in firmwareFinish()
1493 app->hdr.payInfoType != LAYOUT_APP) { in processAppTags()
Dseos.c689 app->hdr.payInfoType == LAYOUT_APP; in osAppIsValid()