Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
Dseos.h321 .hdr.payInfoType = LAYOUT_APP, \
339 .hdr.payInfoType = LAYOUT_APP, \
/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.c248 .payload = LAYOUT_APP, in finalizeAndWrite()
975 layoutId = LAYOUT_APP; in main()
984 if (staticElf && layoutId != LAYOUT_APP) in main()
987 if (layoutId == LAYOUT_APP && !appId) in main()
1007 case LAYOUT_APP: in main()
/device/google/contexthub/lib/include/nanohub/
Dnanohub.h155 #define LAYOUT_APP 1 macro
/device/google/contexthub/firmware/os/core/
DappSec.c330 case LAYOUT_APP: in appSecProcessIncomingHdr()
Dseos.c689 app->hdr.payInfoType == LAYOUT_APP; in osAppIsValid()
DnanohubCommand.c1493 app->hdr.payInfoType != LAYOUT_APP) { in processAppTags()