Home
last modified time | relevance | path

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

/device/google/contexthub/contexthubhal/
DNanohubHidlAdapter.cpp62 msg->app_name = mCachedHubInfo[hubId].osAppName; in setOsAppAsDestination()
71 mCachedHubInfo.clear(); in getHubs()
96 mCachedHubInfo[hub->hub_id] = info; in getHubs()
115 if (!mCachedHubInfo.count(hubId)) { in isValidHubId()
127 return mCachedHubInfo[hubId].callback; in getCallBackForHubId()
173 if (mCachedHubInfo[hubId].callback != nullptr) { in registerCallback()
175 mCachedHubInfo[hubId].callback->unlinkToDeath(mDeathRecipient); in registerCallback()
178 mCachedHubInfo[hubId].callback = cb; in registerCallback()
311 mCachedHubInfo[hubId].callback.clear(); in handleServiceDeath()
DNanohubHidlAdapter.h96 std::unordered_map<uint32_t, CachedHubInformation> mCachedHubInfo; member