Home
last modified time | relevance | path

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

/device/google/contexthub/contexthubhal/test/
Dmain.cpp111 mHubArraySize = mMod->get_hubs(mMod, &mHubArray); in CHub()
113 auto item = &mHubArray[i]; in CHub()
154 const context_hub_t *mHubArray = nullptr; member in CHub
165 return idx < mHubArraySize && mHubArray != nullptr ? in getClientByIndex()
166 getClientById(mHubArray[idx].hub_id) : nullptr; in getClientByIndex()