Home
last modified time | relevance | path

Searched refs:context_hub_module_t (Results 1 – 3 of 3) sorted by relevance

/hardware/libhardware/include/hardware/
Dcontext_hub.h422 struct context_hub_module_t { struct
431 int (*get_hubs)(struct context_hub_module_t* module, const struct context_hub_t ** list); argument
/hardware/interfaces/contexthub/1.0/default/
DContexthub.h85 const struct context_hub_module_t *mContextHubModule;
DContexthub.cpp55 mContextHubModule = reinterpret_cast<const context_hub_module_t *>(module); in Contexthub()
78 numHubs = mContextHubModule->get_hubs(const_cast<context_hub_module_t *>(mContextHubModule), in getHubs()