Searched defs:appId (Results 1 – 9 of 9) sorted by relevance
/device/google/contexthub/util/nanotool/ |
D | apptohostevent.h | 27 uint64_t appId; member 33 constexpr uint64_t MakeAppId(uint64_t vendorId, uint32_t appId) { in MakeAppId()
|
/device/google/contexthub/firmware/src/ |
D | seos.c | 728 static bool osExtAppFind(struct SegmentIterator *it, uint64_t appId) in osExtAppFind() 753 static uint32_t osExtAppStopEraseApps(uint64_t appId, bool doErase) in osExtAppStopEraseApps() 792 uint32_t osExtAppStopApps(uint64_t appId) in osExtAppStopApps() 797 uint32_t osExtAppEraseApps(uint64_t appId) in osExtAppEraseApps() 826 uint32_t osExtAppStartApps(uint64_t appId) in osExtAppStartApps() 1203 bool osTidById(uint64_t appId, uint32_t *tid) in osTidById() 1217 bool osAppInfoById(uint64_t appId, uint32_t *appIdx, uint32_t *appVer, uint32_t *appSize) in osAppInfoById() 1236 bool osAppInfoByIndex(uint32_t appIdx, uint64_t *appId, uint32_t *appVer, uint32_t *appSize) in osAppInfoByIndex()
|
D | nanohubCommand.c | 148 uint64_t appId; in queryAppInfo() local 1045 uint64_t appId; in halQueryApps() local
|
/device/google/contexthub/util/nanoapp_postprocess/ |
D | postprocess.c | 92 …pp(uint8_t **pbuf, uint32_t bufUsed, FILE *out, uint32_t layoutFlags, uint64_t appId, bool verbose) in handleApp() 485 …y(uint8_t **pbuf, uint32_t bufUsed, FILE *out, uint32_t layoutFlags, uint64_t appId, uint64_t keyI… in handleKey() 550 uint64_t appId = 0; in main() local
|
/device/google/contexthub/firmware/inc/ |
D | nanohubPacket.h | 110 __le64 appId; member 130 __le64 appId; member 282 uint64_t appId; member 314 __le64 appId; member 338 __le64 appId; member
|
D | eventnums.h | 49 uint64_t appId; member
|
/device/google/contexthub/contexthubhal/ |
D | nanohubhal.cpp | 62 inline std::ostream &operator << (std::ostream &os, const hub_app_name_t &appId) in operator <<() 80 void dumpBuffer(const char *pfx, const hub_app_name_t &appId, uint32_t evtId, const void *data, siz… in dumpBuffer()
|
/device/google/contexthub/util/nanoapp_cmd/ |
D | nanoapp_cmd.c | 198 struct AppInfo *findApp(uint64_t appId) in findApp() 227 uint64_t appId; in parseConfigAppInfo() local
|
/device/google/contexthub/lib/include/nanohub/ |
D | nanohub.h | 54 uint64_t appId; // external: copy from AOSP header; internal: defined locally member
|