Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/
Dcom_android_server_location_ContextHubService.cpp71 struct NanoAppBinaryHeader { struct
72 uint32_t headerVersion; // 0x1 for this version
73 uint32_t magic; // "NANO" (see NANOAPP_MAGIC in context_hub.h)
74 uint64_t appId; // App Id, contains vendor id
75 uint32_t appVersion; // Version of the app
76 uint32_t flags; // Signed, encrypted
77 uint64_t hwHubType; // Which hub type is this compiled for
78 uint8_t targetChreApiMajorVersion; // Which CHRE API version this is compiled for
79 uint8_t targetChreApiMinorVersion;
80 uint8_t reserved[6];