| /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/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/generic/vulkan-cereal/stream-servers/tests/ |
| D | HelloTriangle.cpp | 20 gfxstream::HelloTriangle app; in main() 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/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 1211 const auto &app = apps_[name.id]; in readNanohubAppInfo() local 1322 const auto &app = it.second; in sendAppInfoToApp() local 1358 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/google/cuttlefish/host/commands/modem_simulator/ |
| D | sim_service.cpp | 690 auto app = SimFileSystem::FindAttribute(parent, "path", sub_path); in IsFixedDialNumber() local 942 auto app = SimFileSystem::FindAttribute(parent, "path", sub_path); in HandleSIM_IO() local 1018 auto app = SimFileSystem::FindAttribute(parent, "path", sub_path); in GetPhoneNumberElement() local
|
| /device/google/cuttlefish/host/libs/wayland/ |
| D | wayland_shell.cpp | 115 const char* app) { in xdg_toplevel_set_app_id()
|
| /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
|