/device/google/contexthub/firmware/os/cpu/cortexm4/ |
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() 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/ |
D | seos.c | 472 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 …]
|
D | nanohubCommand.c | 331 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()
|
D | nanohub_chre.c | 57 const struct AppHdr *app = task ? task->app : NULL; in osChreGetAppId() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
D | serve.py | 13 def app(environ, respond): function
|
/device/google/contexthub/util/nanoapp_postprocess/ |
D | postprocess_elf.c | 232 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
|
D | postprocess.c | 124 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/ |
D | seos.h | 244 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()
|
D | seos_priv.h | 54 const struct AppHdr *app; member
|
D | nanohubPacket.h | 293 uint8_t app; member
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/wsgiref/ |
D | simple_server.py | 141 host, port, app, server_class=WSGIServer, handler_class=WSGIRequestHandler argument
|
/device/google/contexthub/contexthubhal/ |
D | system_comms.cpp | 936 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
|
D | NanohubHidlAdapter.cpp | 262 HubAppInfo app; in handleOsMessage() local
|
D | system_comms.h | 111 uint8_t app; member
|
/device/google/contexthub/contexthubhal/test/ |
D | main.cpp | 93 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/ |
D | test_wsgiref.py | 52 def run_amock(app=hello_app, data="GET / HTTP/1.0\n\n"): argument
|
/device/google/contexthub/lib/include/nanohub/ |
D | nanohub.h | 48 #define APP_ID_MAKE(vendor, app) ((((uint64_t)(vendor)) << APP_VENDOR_SHF) | ((app) & APP_SEQ_ID_… argument
|
/device/google/contexthub/sensorhal/ |
D | hubconnection.cpp | 45 #define APP_ID_MAKE(vendor, app) ((((uint64_t)(vendor)) << 24) | ((app) & 0x00FFFFFF)) argument
|