Home
last modified time | relevance | path

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

/device/google/contexthub/contexthubhal/test/
Dmain.cpp131 Client *cli = getClientById(hubId); in onMessage()
151 Client *getClientById(size_t id) { return mHubs.count(id) ? mHubs[id].get() : nullptr; } in getClientById() function in CHub
166 getClientById(mHubArray[idx].hub_id) : nullptr; in getClientByIndex()