Home
last modified time | relevance | path

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

/hardware/libhardware/include/hardware/
Dcontext_hub.h225 struct context_hub_t { struct
226 const char *name; // descriptive name eg: "Awesome Hub #1"
227 const char *vendor; // hub hardware vendor eg: "Qualcomm"
228 const char *toolchain; // toolchain to make binaries eg:"gcc ARM"
229 uint32_t platform_version; // Version of the hardware : eg 0x20
230 uint32_t toolchain_version; // Version of the toolchain : eg: 0x484
231 uint32_t hub_id; // a device unique id for this hub
233 float peak_mips; // Peak MIPS platform can deliver
234 float stopped_power_draw_mw; // if stopped, retention power, milliwatts
235 float sleep_power_draw_mw; // if sleeping, retention power, milliwatts
[all …]