Home
last modified time | relevance | path

Searched refs:LAYOUT_APP (Results 1 – 6 of 6) sorted by relevance

/device/google/contexthub/lib/include/nanohub/
Dnanohub.h143 #define LAYOUT_APP 1 macro
/device/google/contexthub/util/nanoapp_postprocess/
Dpostprocess.c255 .payload = LAYOUT_APP, in finalizeAndWrite()
708 layoutId = LAYOUT_APP; in main()
717 if (layoutId == LAYOUT_APP && !appId) in main()
738 case LAYOUT_APP: in main()
Dpostprocess_elf.c245 .payload = LAYOUT_APP, in finalizeAndWrite()
969 layoutId = LAYOUT_APP; in main()
978 if (staticElf && layoutId != LAYOUT_APP) in main()
981 if (layoutId == LAYOUT_APP && !appId) in main()
1001 case LAYOUT_APP: in main()
/device/google/contexthub/firmware/os/inc/
Dseos.h291 .hdr.payInfoType = LAYOUT_APP, \
/device/google/contexthub/firmware/os/core/
DappSec.c318 case LAYOUT_APP: in appSecProcessIncomingHdr()
Dseos.c649 app->hdr.payInfoType == LAYOUT_APP; in osAppIsValid()