Searched defs:app (Results 1 – 7 of 7) sorted by relevance
| /device/google/contexthub/firmware/src/cpu/cortexm4f/ |
| D | appSupport.c | 141 bool cpuAppLoad(const struct AppHdr *app, struct PlatAppInfo *platInfo) in cpuAppLoad() 170 void cpuAppUnload(const struct AppHdr *app, struct PlatAppInfo *platInfo) in cpuAppUnload() 191 bool cpuAppInit(const struct AppHdr *app, struct PlatAppInfo *platInfo, uint32_t tid) in cpuAppInit() 199 void cpuAppEnd(const struct AppHdr *app, struct PlatAppInfo *platInfo) in cpuAppEnd() 207 void cpuAppHandle(const struct AppHdr *app, struct PlatAppInfo *platInfo, uint32_t evtType, const v… in cpuAppHandle()
|
| /device/google/contexthub/firmware/src/ |
| D | seos.c | 81 const struct AppHdr *app; member 442 bool osAppSegmentSetState(const struct AppHdr *app, uint32_t segState) in osAppSegmentSetState() 486 struct Segment *osGetSegment(const struct AppHdr *app) in osGetSegment() 529 struct AppHdr *app; in osAppSegmentCreate() local 547 bool osAppSegmentClose(struct AppHdr *app, uint32_t segDataSize, uint32_t segState) in osAppSegmentClose() 601 bool osAppWipeData(struct AppHdr *app) in osAppWipeData() 636 static inline bool osAppIsValid(const struct AppHdr *app) in osAppIsValid() 644 static bool osExtAppIsValid(const struct AppHdr *app, uint32_t len) in osExtAppIsValid() 653 static bool osIntAppIsValid(const struct AppHdr *app) in osIntAppIsValid() 660 static inline bool osExtAppErase(const struct AppHdr *app) in osExtAppErase() [all …]
|
| D | nanohubCommand.c | 310 const struct AppHdr *app = cookie; in deferredUpdateOs() local 330 static AppSecErr updateKey(const struct AppHdr *app) in updateKey() 400 struct AppHdr *app; in firmwareFinish() local
|
| /device/google/contexthub/util/nanoapp_postprocess/ |
| D | postprocess.c | 230 struct AppInfo app; in finalizeAndWrite() local 536 static void elfExtractSectionPointer(const Elf_Data *data, const char *name, struct ElfNanoApp *app) in elfExtractSectionPointer() 581 static bool elfParse(Elf *elf, struct ElfNanoApp *app) in elfParse() 614 static bool loadNanoappElfFile(const char *fileName, struct ElfNanoApp *app) in loadNanoappElfFile() 674 static bool fixupHeaderElf(const struct ElfNanoApp *app) in fixupHeaderElf() 709 static bool genElfNanoRelocs(struct ElfNanoApp *app, bool verbose) in genElfNanoRelocs() 789 struct ElfNanoApp app; in handleAppStatic() local
|
| /device/google/contexthub/firmware/inc/ |
| D | seos.h | 94 #define APP_ID_MAKE(vendor, app) ((((uint64_t)(vendor)) << 24) | ((app) & APP_SEQ_ID_ANY)) argument 232 static inline uint32_t osAppSegmentGetState(const struct AppHdr *app) in osAppSegmentGetState()
|
| D | nanohubPacket.h | 304 uint8_t app; member
|
| /device/google/contexthub/sensorhal/ |
| D | hubconnection.cpp | 41 #define APP_ID_MAKE(vendor, app) ((((uint64_t)(vendor)) << 24) | ((app) & 0x00FFFFFF)) argument
|