Home
last modified time | relevance | path

Searched refs:hub_id (Results 1 – 2 of 2) sorted by relevance

/hardware/libhardware/include/hardware/
Dcontext_hub.h240 uint32_t hub_id; // a device unique id for this hub member
414 typedef int context_hub_callback(uint32_t hub_id, const struct hub_message_t *rxed_msg, void *cooki…
438 int (*subscribe_messages)(uint32_t hub_id, context_hub_callback cbk, void *cookie);
444 int (*send_message)(uint32_t hub_id, const struct hub_message_t *msg);
/hardware/interfaces/contexthub/1.0/default/
DContexthub.cpp88 c.hubId = hubArray[i].hub_id; in getHubs()
102 mCachedHubInfo[hubArray[i].hub_id] = info; in getHubs()