Home
last modified time | relevance | path

Searched defs:app (Results 1 – 18 of 18) sorted by relevance

/device/google/contexthub/firmware/os/cpu/cortexm4/
DappSupport.c141 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()
208 void cpuAppHandle(const struct AppHdr *app, struct PlatAppInfo *platInfo, uint32_t evtType, const v… in cpuAppHandle()
216 void cpuAppInvoke(const struct AppHdr *app, struct PlatAppInfo *platInfo, in cpuAppInvoke()
/device/google/contexthub/firmware/os/core/
Dseos.c472 bool osAppSegmentSetState(const struct AppHdr *app, uint32_t segState) in osAppSegmentSetState()
534 struct Segment *osGetSegment(const struct AppHdr *app) in osGetSegment()
577 struct AppHdr *app; in osAppSegmentCreate() local
595 bool osAppSegmentClose(struct AppHdr *app, uint32_t segDataSize, uint32_t segState) in osAppSegmentClose()
649 bool osAppWipeData(struct AppHdr *app) in osAppWipeData()
684 static inline bool osAppIsValid(const struct AppHdr *app) in osAppIsValid()
692 static bool osExtAppIsValid(const struct AppHdr *app, uint32_t len) in osExtAppIsValid()
701 static bool osIntAppIsValid(const struct AppHdr *app) in osIntAppIsValid()
708 static inline bool osExtAppErase(const struct AppHdr *app) in osExtAppErase()
713 static struct Task *osLoadApp(const struct AppHdr *app) { in osLoadApp()
[all …]
DnanohubCommand.c331 const struct AppHdr *app = cookie; in deferredUpdateOs() local
354 static AppSecErr updateKey(const struct AppHdr *app) in updateKey()
424 struct AppHdr *app; in firmwareFinish() local
1480 static int processAppTags(const struct AppHdr *app, uint32_t crc, uint32_t size, uint8_t *data, uin… in processAppTags()
Dnanohub_chre.c57 const struct AppHdr *app = task ? task->app : NULL; in osChreGetAppId() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
Dserve.py13 def app(environ, respond): function
/device/google/contexthub/util/nanoapp_postprocess/
Dpostprocess_elf.c232 struct AppInfo app; in finalizeAndWrite() local
541 static void elfExtractSectionPointer(const Elf_Data *data, const char *name, struct ElfNanoApp *app) in elfExtractSectionPointer()
586 static bool elfParse(Elf *elf, struct ElfNanoApp *app) in elfParse()
619 static bool loadNanoappElfFile(const char *fileName, struct ElfNanoApp *app) in loadNanoappElfFile()
679 static bool fixupHeaderElf(const struct ElfNanoApp *app) in fixupHeaderElf()
714 static bool genElfNanoRelocs(struct ElfNanoApp *app, bool verbose) in genElfNanoRelocs()
794 struct ElfNanoApp app; in handleAppStatic() local
Dpostprocess.c124 bool packNanoRelocs(struct NanoAppInfo *app) in packNanoRelocs()
241 struct AppInfo app; in finalizeAndWrite() local
333 static void relocDiag(const struct NanoAppInfo *app, const struct RelocEntry *reloc, const char *ms… in relocDiag()
351 static uint8_t fixupReloc(struct NanoAppInfo *app, struct RelocEntry *reloc, in fixupReloc()
411 struct NanoAppInfo app; in handleApp() local
/device/google/contexthub/firmware/os/inc/
Dseos.h244 static inline uint32_t osAppSegmentGetState(const struct AppHdr *app) in osAppSegmentGetState()
249 static inline uint32_t osAppSegmentGetCrc(const struct AppHdr *app) in osAppSegmentGetCrc()
254 static inline uint32_t osAppSegmentCalcCrcResidue(const struct AppHdr *app) in osAppSegmentCalcCrcResidue()
Dseos_priv.h54 const struct AppHdr *app; member
DnanohubPacket.h293 uint8_t app; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/wsgiref/
Dsimple_server.py141 host, port, app, server_class=WSGIServer, handler_class=WSGIRequestHandler argument
/device/google/contexthub/contexthubhal/
Dsystem_comms.cpp936 const auto &app = it.second; in dumpAppInfo() local
1004 const auto &app = it.second; in saveApps() local
1209 const auto &app = apps_[name.id]; in readNanohubAppInfo() local
1320 const auto &app = it.second; in sendAppInfoToApp() local
1356 const auto &app = it.second; in getAppsToStart() local
DNanohubHidlAdapter.cpp262 HubAppInfo app; in handleOsMessage() local
Dsystem_comms.h111 uint8_t app; member
/device/google/contexthub/contexthubhal/test/
Dmain.cpp93 void sendToApp(hub_app_name_t app, void *data, uint32_t len) { in sendToApp()
141 int sendMessage(uint32_t id, hub_app_name_t app, uint32_t typ, void *data, uint32_t len) { in sendMessage()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_wsgiref.py52 def run_amock(app=hello_app, data="GET / HTTP/1.0\n\n"): argument
/device/google/contexthub/lib/include/nanohub/
Dnanohub.h48 #define APP_ID_MAKE(vendor, app) ((((uint64_t)(vendor)) << APP_VENDOR_SHF) | ((app) & APP_SEQ_ID_… argument
/device/google/contexthub/sensorhal/
Dhubconnection.cpp45 #define APP_ID_MAKE(vendor, app) ((((uint64_t)(vendor)) << 24) | ((app) & 0x00FFFFFF)) argument