Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/fake-android-guest/hardware/
Dcontext_hub.h128 struct nano_app_binary_t { struct
129 uint32_t header_version; // 0x1 for this version
130 uint32_t magic; // "NANO"
131 struct hub_app_name_t app_id; // App Id contains vendor id
132 uint32_t app_version; // Version of the app
133 uint32_t flags; // Signed, encrypted
134 uint64_t hw_hub_type; // which hub type is this compiled for
140 uint8_t target_chre_api_major_version;
141 uint8_t target_chre_api_minor_version;
143 uint8_t reserved[6]; // Should be all zeroes
[all …]
/device/google/contexthub/lib/include/nanohub/
Dnanohub.h52 struct nano_app_binary_t { struct
53 uint32_t header_version; // 0x1 for this version
54 uint32_t magic; // "NANO"
55 uint64_t app_id; // App Id contains vendor id
56 uint32_t app_version; // Version of the app
57 uint32_t flags; // Signed, encrypted
58 uint64_t hw_hub_type; // which hub type is this compiled for
59 uint8_t chre_api_major; // Which CHRE API version this is compiled for
60 uint8_t chre_api_minor;
61 uint8_t reserved[6]; // Should be all zeroes
[all …]